Skip to content

Commit a3e4bba

Browse files
committed
build: release version 1.9.10
1 parent 546499b commit a3e4bba

File tree

20 files changed

+55
-55
lines changed

20 files changed

+55
-55
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.9.9",
4+
"version": "1.9.10",
55
"command": {
66
"version": {
77
"allowBranch": "master",

packages/@vuepress/core/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
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.9",
35-
"@vuepress/markdown-loader": "1.9.9",
36-
"@vuepress/plugin-last-updated": "1.9.9",
37-
"@vuepress/plugin-register-components": "1.9.9",
38-
"@vuepress/shared-utils": "1.9.9",
39-
"@vuepress/types": "1.9.9",
34+
"@vuepress/markdown": "1.9.10",
35+
"@vuepress/markdown-loader": "1.9.10",
36+
"@vuepress/plugin-last-updated": "1.9.10",
37+
"@vuepress/plugin-register-components": "1.9.10",
38+
"@vuepress/shared-utils": "1.9.10",
39+
"@vuepress/types": "1.9.10",
4040
"autoprefixer": "^9.5.1",
4141
"babel-loader": "^8.0.4",
4242
"bundle-require": "2.1.8",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown-loader",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
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.9",
30+
"@vuepress/markdown": "1.9.10",
3131
"loader-utils": "^1.1.0",
3232
"lru-cache": "^5.1.1"
3333
},

packages/@vuepress/markdown/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
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.9",
31+
"@vuepress/shared-utils": "1.9.10",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-active-header-links",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "active-header-links plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <[email protected]>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.9",
24+
"@vuepress/types": "1.9.10",
2525
"lodash.debounce": "^4.0.8"
2626
},
2727
"publishConfig": {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-back-to-top",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "back-to-top plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <[email protected]>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.9",
24+
"@vuepress/types": "1.9.10",
2525
"lodash.debounce": "^4.0.8"
2626
},
2727
"publishConfig": {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-google-analytics",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "google-analytics plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <[email protected]>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.9"
24+
"@vuepress/types": "1.9.10"
2525
},
2626
"publishConfig": {
2727
"access": "public"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-last-updated",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "last-updated plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <[email protected]>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.9",
24+
"@vuepress/types": "1.9.10",
2525
"cross-spawn": "^6.0.5"
2626
},
2727
"publishConfig": {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-medium-zoom",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "medium-zoom plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <[email protected]>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.9",
24+
"@vuepress/types": "1.9.10",
2525
"medium-zoom": "^1.0.4"
2626
},
2727
"publishConfig": {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-nprogress",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "nprogress plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <[email protected]>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.9",
24+
"@vuepress/types": "1.9.10",
2525
"nprogress": "^0.2.0"
2626
},
2727
"publishConfig": {

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-pwa",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "pwa plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,8 +21,8 @@
2121
"author": "ULIVZ <[email protected]>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/shared-utils": "1.9.9",
25-
"@vuepress/types": "1.9.9",
24+
"@vuepress/shared-utils": "1.9.10",
25+
"@vuepress/types": "1.9.10",
2626
"register-service-worker": "^1.7.0",
2727
"workbox-build": "^4.3.1"
2828
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-register-components",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "register-global-components plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,8 +21,8 @@
2121
"author": "ULIVZ <[email protected]>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/shared-utils": "1.9.9",
25-
"@vuepress/types": "1.9.9"
24+
"@vuepress/shared-utils": "1.9.10",
25+
"@vuepress/types": "1.9.10"
2626
},
2727
"publishConfig": {
2828
"access": "public"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-search",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "search plugin for vuepress",
55
"keywords": [
66
"documentation",
@@ -21,7 +21,7 @@
2121
"author": "ULIVZ <[email protected]>",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@vuepress/types": "1.9.9"
24+
"@vuepress/types": "1.9.10"
2525
},
2626
"publishConfig": {
2727
"access": "public"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/shared-utils",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "shared-utils for vuepress",
55
"keywords": [
66
"documentation",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/test-utils",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
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.9",
29-
"@vuepress/shared-utils": "1.9.9",
28+
"@vuepress/core": "1.9.10",
29+
"@vuepress/shared-utils": "1.9.10",
3030
"babel-jest": "^24.7.1",
3131
"execa": "^1.0.0",
3232
"jest": "^24.7.1",

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-default",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
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.9",
31-
"@vuepress/plugin-nprogress": "1.9.9",
32-
"@vuepress/plugin-search": "1.9.9",
33-
"@vuepress/types": "1.9.9",
30+
"@vuepress/plugin-active-header-links": "1.9.10",
31+
"@vuepress/plugin-nprogress": "1.9.10",
32+
"@vuepress/plugin-search": "1.9.10",
33+
"@vuepress/types": "1.9.10",
3434
"docsearch.js": "^2.5.2",
3535
"lodash": "^4.17.15",
3636
"stylus": "^0.54.8",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-vue",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
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.9"
30+
"@vuepress/theme-default": "1.9.10"
3131
},
3232
"publishConfig": {
3333
"access": "public"

packages/@vuepress/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/types",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "Types for VuePress",
55
"keywords": [
66
"documentation",

packages/docs/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
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.9",
33-
"@vuepress/plugin-google-analytics": "1.9.9",
34-
"@vuepress/plugin-medium-zoom": "1.9.9",
35-
"@vuepress/plugin-pwa": "1.9.9",
36-
"@vuepress/theme-vue": "1.9.9",
32+
"@vuepress/plugin-back-to-top": "1.9.10",
33+
"@vuepress/plugin-google-analytics": "1.9.10",
34+
"@vuepress/plugin-medium-zoom": "1.9.10",
35+
"@vuepress/plugin-pwa": "1.9.10",
36+
"@vuepress/theme-vue": "1.9.10",
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.9",
51+
"vuepress": "1.9.10",
5252
"vuepress-plugin-flowchart": "^1.4.2"
5353
}
5454
}

packages/vuepress/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
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.9",
43-
"@vuepress/theme-default": "1.9.9",
44-
"@vuepress/types": "1.9.9",
42+
"@vuepress/core": "1.9.10",
43+
"@vuepress/theme-default": "1.9.10",
44+
"@vuepress/types": "1.9.10",
4545
"cac": "^6.5.6",
4646
"envinfo": "^7.2.0",
4747
"opencollective-postinstall": "^2.0.2",

0 commit comments

Comments
 (0)