Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f2357a

Browse filesBrowse files
committed
build: release version 1.9.7
1 parent a7b12bf commit 2f2357a
Copy full SHA for 2f2357a

File tree

20 files changed

+55
-55
lines changed
Filter options

20 files changed

+55
-55
lines changed

‎lerna.json

Copy file name to clipboardExpand all lines: lerna.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.9.6",
4+
"version": "1.9.7",
55
"command": {
66
"version": {
77
"allowBranch": "master",

‎packages/@vuepress/core/package.json

Copy file name to clipboardExpand all lines: packages/@vuepress/core/package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "Minimalistic doc generator with Vue component based layout system",
55
"keywords": [
66
"documentation",
@@ -31,12 +31,12 @@
3131
"dependencies": {
3232
"@babel/core": "^7.8.4",
3333
"@vue/babel-preset-app": "^4.1.2",
34-
"@vuepress/markdown": "1.9.6",
35-
"@vuepress/markdown-loader": "1.9.6",
36-
"@vuepress/plugin-last-updated": "1.9.6",
37-
"@vuepress/plugin-register-components": "1.9.6",
38-
"@vuepress/shared-utils": "1.9.6",
39-
"@vuepress/types": "1.9.6",
34+
"@vuepress/markdown": "1.9.7",
35+
"@vuepress/markdown-loader": "1.9.7",
36+
"@vuepress/plugin-last-updated": "1.9.7",
37+
"@vuepress/plugin-register-components": "1.9.7",
38+
"@vuepress/shared-utils": "1.9.7",
39+
"@vuepress/types": "1.9.7",
4040
"autoprefixer": "^9.5.1",
4141
"babel-loader": "^8.0.4",
4242
"bundle-require": "2.1.8",

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

Copy file name to clipboardExpand all lines: packages/@vuepress/markdown-loader/package.json
+2-2Lines 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.9.6",
3+
"version": "1.9.7",
44
"description": "markdown-loader for vuepress",
55
"keywords": [
66
"documentation",
@@ -27,7 +27,7 @@
2727
],
2828
"main": "index.js",
2929
"dependencies": {
30-
"@vuepress/markdown": "1.9.6",
30+
"@vuepress/markdown": "1.9.7",
3131
"loader-utils": "^1.1.0",
3232
"lru-cache": "^5.1.1"
3333
},

‎packages/@vuepress/markdown/package.json

Copy file name to clipboardExpand all lines: packages/@vuepress/markdown/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "markdown for vuepress",
55
"keywords": [
66
"documentation",
@@ -28,7 +28,7 @@
2828
],
2929
"main": "index.js",
3030
"dependencies": {
31-
"@vuepress/shared-utils": "1.9.6",
31+
"@vuepress/shared-utils": "1.9.7",
3232
"markdown-it": "^8.4.1",
3333
"markdown-it-anchor": "^5.0.2",
3434
"markdown-it-chain": "^1.3.0",

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

Copy file name to clipboardExpand all lines: packages/@vuepress/plugin-active-header-links/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-active-header-links",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "active-header-links plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <chl814@foxmail.com>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.6",
24+
"@vuepress/types": "1.9.7",
2525
"lodash.debounce": "^4.0.8"
2626
},
2727
"publishConfig": {

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

Copy file name to clipboardExpand all lines: packages/@vuepress/plugin-back-to-top/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-back-to-top",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "back-to-top plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <chl814@foxmail.com>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.6",
24+
"@vuepress/types": "1.9.7",
2525
"lodash.debounce": "^4.0.8"
2626
},
2727
"publishConfig": {

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

Copy file name to clipboardExpand all lines: packages/@vuepress/plugin-google-analytics/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-google-analytics",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "google-analytics plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <chl814@foxmail.com>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.6"
24+
"@vuepress/types": "1.9.7"
2525
},
2626
"publishConfig": {
2727
"access": "public"

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

Copy file name to clipboardExpand all lines: packages/@vuepress/plugin-last-updated/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-last-updated",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "last-updated plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <chl814@foxmail.com>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.6",
24+
"@vuepress/types": "1.9.7",
2525
"cross-spawn": "^6.0.5"
2626
},
2727
"publishConfig": {

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

Copy file name to clipboardExpand all lines: packages/@vuepress/plugin-medium-zoom/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-medium-zoom",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "medium-zoom plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <chl814@foxmail.com>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.6",
24+
"@vuepress/types": "1.9.7",
2525
"medium-zoom": "^1.0.4"
2626
},
2727
"publishConfig": {

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

Copy file name to clipboardExpand all lines: packages/@vuepress/plugin-nprogress/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-nprogress",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "nprogress plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <chl814@foxmail.com>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.6",
24+
"@vuepress/types": "1.9.7",
2525
"nprogress": "^0.2.0"
2626
},
2727
"publishConfig": {

‎packages/@vuepress/plugin-pwa/package.json

Copy file name to clipboardExpand all lines: packages/@vuepress/plugin-pwa/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-pwa",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "pwa plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,8 +21,8 @@
2121
"author": "ULIVZ <chl814@foxmail.com>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/shared-utils": "1.9.6",
25-
"@vuepress/types": "1.9.6",
24+
"@vuepress/shared-utils": "1.9.7",
25+
"@vuepress/types": "1.9.7",
2626
"register-service-worker": "^1.7.0",
2727
"workbox-build": "^4.3.1"
2828
},

‎packages/@vuepress/plugin-register-components/package.json

Copy file name to clipboardExpand all lines: packages/@vuepress/plugin-register-components/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-register-components",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "register-global-components plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,8 +21,8 @@
2121
"author": "ULIVZ <chl814@foxmail.com>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/shared-utils": "1.9.6",
25-
"@vuepress/types": "1.9.6"
24+
"@vuepress/shared-utils": "1.9.7",
25+
"@vuepress/types": "1.9.7"
2626
},
2727
"publishConfig": {
2828
"access": "public"

‎packages/@vuepress/plugin-search/package.json

Copy file name to clipboardExpand all lines: packages/@vuepress/plugin-search/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-search",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "search plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <chl814@foxmail.com>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.6"
24+
"@vuepress/types": "1.9.7"
2525
},
2626
"publishConfig": {
2727
"access": "public"

‎packages/@vuepress/shared-utils/package.json

Copy file name to clipboardExpand all lines: packages/@vuepress/shared-utils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/shared-utils",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "shared-utils for vuepress",
55
"keywords": [
66
"documentation",

‎packages/@vuepress/test-utils/package.json

Copy file name to clipboardExpand all lines: packages/@vuepress/test-utils/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/test-utils",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "test-utils for vuepress",
55
"keywords": [
66
"documentation",
@@ -25,8 +25,8 @@
2525
"@babel/preset-env": "^7.0.0",
2626
"@types/jest": "^24.0.9",
2727
"@vue/test-utils": "^1.0.0-beta.29",
28-
"@vuepress/core": "1.9.6",
29-
"@vuepress/shared-utils": "1.9.6",
28+
"@vuepress/core": "1.9.7",
29+
"@vuepress/shared-utils": "1.9.7",
3030
"babel-jest": "^24.7.1",
3131
"execa": "^1.0.0",
3232
"jest": "^24.7.1",

‎packages/@vuepress/theme-default/package.json

Copy file name to clipboardExpand all lines: packages/@vuepress/theme-default/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-default",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "Default theme for VuePress",
55
"keywords": [
66
"documentation",
@@ -27,10 +27,10 @@
2727
],
2828
"main": "index.js",
2929
"dependencies": {
30-
"@vuepress/plugin-active-header-links": "1.9.6",
31-
"@vuepress/plugin-nprogress": "1.9.6",
32-
"@vuepress/plugin-search": "1.9.6",
33-
"@vuepress/types": "1.9.6",
30+
"@vuepress/plugin-active-header-links": "1.9.7",
31+
"@vuepress/plugin-nprogress": "1.9.7",
32+
"@vuepress/plugin-search": "1.9.7",
33+
"@vuepress/types": "1.9.7",
3434
"docsearch.js": "^2.5.2",
3535
"lodash": "^4.17.15",
3636
"stylus": "^0.54.8",

‎packages/@vuepress/theme-vue/package.json

Copy file name to clipboardExpand all lines: packages/@vuepress/theme-vue/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-vue",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "VuePress theme for official Vue projects",
55
"keywords": [
66
"documentation",
@@ -27,7 +27,7 @@
2727
],
2828
"main": "index.js",
2929
"dependencies": {
30-
"@vuepress/theme-default": "1.9.6"
30+
"@vuepress/theme-default": "1.9.7"
3131
},
3232
"publishConfig": {
3333
"access": "public"

‎packages/@vuepress/types/package.json

Copy file name to clipboardExpand all lines: packages/@vuepress/types/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/types",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "Types for VuePress",
55
"keywords": [
66
"documentation",

‎packages/docs/package.json

Copy file name to clipboardExpand all lines: packages/docs/package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"private": true,
55
"description": "docs of VuePress",
66
"keywords": [
@@ -29,11 +29,11 @@
2929
},
3030
"devDependencies": {
3131
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
32-
"@vuepress/plugin-back-to-top": "1.9.6",
33-
"@vuepress/plugin-google-analytics": "1.9.6",
34-
"@vuepress/plugin-medium-zoom": "1.9.6",
35-
"@vuepress/plugin-pwa": "1.9.6",
36-
"@vuepress/theme-vue": "1.9.6",
32+
"@vuepress/plugin-back-to-top": "1.9.7",
33+
"@vuepress/plugin-google-analytics": "1.9.7",
34+
"@vuepress/plugin-medium-zoom": "1.9.7",
35+
"@vuepress/plugin-pwa": "1.9.7",
36+
"@vuepress/theme-vue": "1.9.7",
3737
"remark-cli": "^9.0.0",
3838
"remark-lint": "^6.0.5",
3939
"remark-preset-lint-consistent": "^2.0.3",
@@ -48,7 +48,7 @@
4848
"textlint-rule-terminology": "^2.1.4",
4949
"textlint-rule-write-good": "^1.6.2",
5050
"vue-toasted": "^1.1.25",
51-
"vuepress": "1.9.6",
51+
"vuepress": "1.9.7",
5252
"vuepress-plugin-flowchart": "^1.4.2"
5353
}
5454
}

‎packages/vuepress/package.json

Copy file name to clipboardExpand all lines: packages/vuepress/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"description": "Minimalistic doc generator with Vue component based layout system",
55
"keywords": [
66
"documentation",
@@ -39,9 +39,9 @@
3939
">1%"
4040
],
4141
"dependencies": {
42-
"@vuepress/core": "1.9.6",
43-
"@vuepress/theme-default": "1.9.6",
44-
"@vuepress/types": "1.9.6",
42+
"@vuepress/core": "1.9.7",
43+
"@vuepress/theme-default": "1.9.7",
44+
"@vuepress/types": "1.9.7",
4545
"cac": "^6.5.6",
4646
"envinfo": "^7.2.0",
4747
"opencollective-postinstall": "^2.0.2",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.