Skip to content

Commit eef0d2f

Browse files
committed
v1.3.1
1 parent c9e59af commit eef0d2f

File tree

19 files changed

+43
-43
lines changed

19 files changed

+43
-43
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.3.0"
4+
"version": "1.3.1"
55
}

packages/@vuepress/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Minimalistic doc generator with Vue component based layout system",
55
"keywords": [
66
"documentation",
@@ -25,11 +25,11 @@
2525
"dependencies": {
2626
"@babel/core": "^7.8.4",
2727
"@vue/babel-preset-app": "^4.1.2",
28-
"@vuepress/markdown": "^1.3.0",
29-
"@vuepress/markdown-loader": "^1.3.0",
30-
"@vuepress/plugin-last-updated": "^1.3.0",
31-
"@vuepress/plugin-register-components": "^1.3.0",
32-
"@vuepress/shared-utils": "^1.3.0",
28+
"@vuepress/markdown": "^1.3.1",
29+
"@vuepress/markdown-loader": "^1.3.1",
30+
"@vuepress/plugin-last-updated": "^1.3.1",
31+
"@vuepress/plugin-register-components": "^1.3.1",
32+
"@vuepress/shared-utils": "^1.3.1",
3333
"autoprefixer": "^9.5.1",
3434
"babel-loader": "^8.0.4",
3535
"cache-loader": "^3.0.0",

packages/@vuepress/markdown-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown-loader",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "markdown-loader for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "Evan You",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/markdown": "^1.3.0",
24+
"@vuepress/markdown": "^1.3.1",
2525
"loader-utils": "^1.1.0",
2626
"lru-cache": "^5.1.1"
2727
},

packages/@vuepress/markdown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "markdown for vuepress",
55
"keywords": [
66
"documentation",
@@ -22,7 +22,7 @@
2222
"author": "Evan You",
2323
"main": "index.js",
2424
"dependencies": {
25-
"@vuepress/shared-utils": "^1.3.0",
25+
"@vuepress/shared-utils": "^1.3.1",
2626
"markdown-it": "^8.4.1",
2727
"markdown-it-anchor": "^5.0.2",
2828
"markdown-it-chain": "^1.3.0",
@@ -31,7 +31,7 @@
3131
"prismjs": "^1.13.0"
3232
},
3333
"devDependencies": {
34-
"@vuepress/test-utils": "^1.3.0"
34+
"@vuepress/test-utils": "^1.3.1"
3535
},
3636
"publishConfig": {
3737
"access": "public"

packages/@vuepress/plugin-active-header-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-active-header-links",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "active-header-links plugin for vuepress",
55
"keywords": [
66
"documentation",

packages/@vuepress/plugin-back-to-top/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-back-to-top",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "back-to-top plugin for vuepress",
55
"keywords": [
66
"documentation",

packages/@vuepress/plugin-google-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-google-analytics",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "google-analytics plugin for vuepress",
55
"keywords": [
66
"documentation",

packages/@vuepress/plugin-last-updated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-last-updated",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "last-updated plugin for vuepress",
55
"keywords": [
66
"documentation",

packages/@vuepress/plugin-medium-zoom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-medium-zoom",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "medium-zoom plugin for vuepress",
55
"keywords": [
66
"documentation",

packages/@vuepress/plugin-nprogress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-nprogress",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "nprogress plugin for vuepress",
55
"keywords": [
66
"documentation",

0 commit comments

Comments
 (0)