From ed3cce631767c3bb17c6d3e317f2c3242e9669cf Mon Sep 17 00:00:00 2001 From: chenhaoli Date: Fri, 24 Dec 2021 03:20:07 +0800 Subject: [PATCH] build: release version 1.9.2 --- lerna.json | 2 +- packages/@vuepress/core/package.json | 12 ++++++------ packages/@vuepress/markdown-loader/package.json | 4 ++-- packages/@vuepress/markdown/package.json | 4 ++-- .../plugin-active-header-links/package.json | 4 ++-- packages/@vuepress/plugin-back-to-top/package.json | 4 ++-- .../@vuepress/plugin-google-analytics/package.json | 4 ++-- .../@vuepress/plugin-last-updated/package.json | 4 ++-- packages/@vuepress/plugin-medium-zoom/package.json | 4 ++-- packages/@vuepress/plugin-nprogress/package.json | 4 ++-- packages/@vuepress/plugin-pwa/package.json | 6 +++--- .../plugin-register-components/package.json | 6 +++--- packages/@vuepress/plugin-search/package.json | 4 ++-- packages/@vuepress/shared-utils/package.json | 2 +- packages/@vuepress/test-utils/package.json | 6 +++--- packages/@vuepress/theme-default/package.json | 10 +++++----- packages/@vuepress/theme-vue/package.json | 4 ++-- packages/@vuepress/types/package.json | 2 +- packages/docs/package.json | 14 +++++++------- packages/vuepress/package.json | 8 ++++---- 20 files changed, 54 insertions(+), 54 deletions(-) diff --git a/lerna.json b/lerna.json index 0f386958da..a6da08a89e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "1.9.1", + "version": "1.9.2", "command": { "version": { "allowBranch": "master", diff --git a/packages/@vuepress/core/package.json b/packages/@vuepress/core/package.json index 4e2f022e0a..d28b6a9827 100644 --- a/packages/@vuepress/core/package.json +++ b/packages/@vuepress/core/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/core", - "version": "1.9.1", + "version": "1.9.2", "description": "Minimalistic doc generator with Vue component based layout system", "keywords": [ "documentation", @@ -25,11 +25,11 @@ "dependencies": { "@babel/core": "^7.8.4", "@vue/babel-preset-app": "^4.1.2", - "@vuepress/markdown": "1.9.1", - "@vuepress/markdown-loader": "1.9.1", - "@vuepress/plugin-last-updated": "1.9.1", - "@vuepress/plugin-register-components": "1.9.1", - "@vuepress/shared-utils": "1.9.1", + "@vuepress/markdown": "1.9.2", + "@vuepress/markdown-loader": "1.9.2", + "@vuepress/plugin-last-updated": "1.9.2", + "@vuepress/plugin-register-components": "1.9.2", + "@vuepress/shared-utils": "1.9.2", "autoprefixer": "^9.5.1", "babel-loader": "^8.0.4", "bundle-require": "2.1.8", diff --git a/packages/@vuepress/markdown-loader/package.json b/packages/@vuepress/markdown-loader/package.json index 345b7561b5..210e5cad06 100644 --- a/packages/@vuepress/markdown-loader/package.json +++ b/packages/@vuepress/markdown-loader/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/markdown-loader", - "version": "1.9.1", + "version": "1.9.2", "description": "markdown-loader for vuepress", "keywords": [ "documentation", @@ -21,7 +21,7 @@ "author": "Evan You", "main": "index.js", "dependencies": { - "@vuepress/markdown": "1.9.1", + "@vuepress/markdown": "1.9.2", "loader-utils": "^1.1.0", "lru-cache": "^5.1.1" }, diff --git a/packages/@vuepress/markdown/package.json b/packages/@vuepress/markdown/package.json index b915079087..5d1d9c4734 100644 --- a/packages/@vuepress/markdown/package.json +++ b/packages/@vuepress/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/markdown", - "version": "1.9.1", + "version": "1.9.2", "description": "markdown for vuepress", "keywords": [ "documentation", @@ -22,7 +22,7 @@ "author": "Evan You", "main": "index.js", "dependencies": { - "@vuepress/shared-utils": "1.9.1", + "@vuepress/shared-utils": "1.9.2", "markdown-it": "^8.4.1", "markdown-it-anchor": "^5.0.2", "markdown-it-chain": "^1.3.0", diff --git a/packages/@vuepress/plugin-active-header-links/package.json b/packages/@vuepress/plugin-active-header-links/package.json index 1a600c8473..ff887ae05a 100644 --- a/packages/@vuepress/plugin-active-header-links/package.json +++ b/packages/@vuepress/plugin-active-header-links/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-active-header-links", - "version": "1.9.1", + "version": "1.9.2", "description": "active-header-links plugin for vuepress", "keywords": [ "documentation", @@ -21,7 +21,7 @@ "author": "ULIVZ ", "main": "index.js", "dependencies": { - "@vuepress/types": "1.9.1", + "@vuepress/types": "1.9.2", "lodash.debounce": "^4.0.8" }, "publishConfig": { diff --git a/packages/@vuepress/plugin-back-to-top/package.json b/packages/@vuepress/plugin-back-to-top/package.json index 13901eb57c..b641c87a2f 100644 --- a/packages/@vuepress/plugin-back-to-top/package.json +++ b/packages/@vuepress/plugin-back-to-top/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-back-to-top", - "version": "1.9.1", + "version": "1.9.2", "description": "back-to-top plugin for vuepress", "keywords": [ "documentation", @@ -21,7 +21,7 @@ "author": "ULIVZ ", "main": "index.js", "dependencies": { - "@vuepress/types": "1.9.1", + "@vuepress/types": "1.9.2", "lodash.debounce": "^4.0.8" }, "publishConfig": { diff --git a/packages/@vuepress/plugin-google-analytics/package.json b/packages/@vuepress/plugin-google-analytics/package.json index 56e05dc621..a35fc74cb5 100644 --- a/packages/@vuepress/plugin-google-analytics/package.json +++ b/packages/@vuepress/plugin-google-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-google-analytics", - "version": "1.9.1", + "version": "1.9.2", "description": "google-analytics plugin for vuepress", "keywords": [ "documentation", @@ -21,7 +21,7 @@ "author": "ULIVZ ", "main": "index.js", "dependencies": { - "@vuepress/types": "1.9.1" + "@vuepress/types": "1.9.2" }, "publishConfig": { "access": "public" diff --git a/packages/@vuepress/plugin-last-updated/package.json b/packages/@vuepress/plugin-last-updated/package.json index 098aa69e19..492c8b6a1d 100644 --- a/packages/@vuepress/plugin-last-updated/package.json +++ b/packages/@vuepress/plugin-last-updated/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-last-updated", - "version": "1.9.1", + "version": "1.9.2", "description": "last-updated plugin for vuepress", "keywords": [ "documentation", @@ -21,7 +21,7 @@ "author": "ULIVZ ", "main": "index.js", "dependencies": { - "@vuepress/types": "1.9.1", + "@vuepress/types": "1.9.2", "cross-spawn": "^6.0.5" }, "publishConfig": { diff --git a/packages/@vuepress/plugin-medium-zoom/package.json b/packages/@vuepress/plugin-medium-zoom/package.json index ea1ea6f9b2..d169b59dbf 100644 --- a/packages/@vuepress/plugin-medium-zoom/package.json +++ b/packages/@vuepress/plugin-medium-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-medium-zoom", - "version": "1.9.1", + "version": "1.9.2", "description": "medium-zoom plugin for vuepress", "keywords": [ "documentation", @@ -21,7 +21,7 @@ "author": "ULIVZ ", "main": "index.js", "dependencies": { - "@vuepress/types": "1.9.1", + "@vuepress/types": "1.9.2", "medium-zoom": "^1.0.4" }, "publishConfig": { diff --git a/packages/@vuepress/plugin-nprogress/package.json b/packages/@vuepress/plugin-nprogress/package.json index 044596348c..2af4d9417c 100644 --- a/packages/@vuepress/plugin-nprogress/package.json +++ b/packages/@vuepress/plugin-nprogress/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-nprogress", - "version": "1.9.1", + "version": "1.9.2", "description": "nprogress plugin for vuepress", "keywords": [ "documentation", @@ -21,7 +21,7 @@ "author": "ULIVZ ", "main": "index.js", "dependencies": { - "@vuepress/types": "1.9.1", + "@vuepress/types": "1.9.2", "nprogress": "^0.2.0" }, "publishConfig": { diff --git a/packages/@vuepress/plugin-pwa/package.json b/packages/@vuepress/plugin-pwa/package.json index e18a7f157f..24894f0d57 100644 --- a/packages/@vuepress/plugin-pwa/package.json +++ b/packages/@vuepress/plugin-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-pwa", - "version": "1.9.1", + "version": "1.9.2", "description": "pwa plugin for vuepress", "keywords": [ "documentation", @@ -21,8 +21,8 @@ "author": "ULIVZ ", "main": "index.js", "dependencies": { - "@vuepress/shared-utils": "1.9.1", - "@vuepress/types": "1.9.1", + "@vuepress/shared-utils": "1.9.2", + "@vuepress/types": "1.9.2", "register-service-worker": "^1.7.0", "workbox-build": "^4.3.1" }, diff --git a/packages/@vuepress/plugin-register-components/package.json b/packages/@vuepress/plugin-register-components/package.json index 865c2889e3..de447643f1 100644 --- a/packages/@vuepress/plugin-register-components/package.json +++ b/packages/@vuepress/plugin-register-components/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-register-components", - "version": "1.9.1", + "version": "1.9.2", "description": "register-global-components plugin for vuepress", "keywords": [ "documentation", @@ -21,8 +21,8 @@ "author": "ULIVZ ", "main": "index.js", "dependencies": { - "@vuepress/shared-utils": "1.9.1", - "@vuepress/types": "1.9.1" + "@vuepress/shared-utils": "1.9.2", + "@vuepress/types": "1.9.2" }, "publishConfig": { "access": "public" diff --git a/packages/@vuepress/plugin-search/package.json b/packages/@vuepress/plugin-search/package.json index a3f9a420d5..f22cdaded4 100644 --- a/packages/@vuepress/plugin-search/package.json +++ b/packages/@vuepress/plugin-search/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-search", - "version": "1.9.1", + "version": "1.9.2", "description": "search plugin for vuepress", "keywords": [ "documentation", @@ -21,7 +21,7 @@ "author": "ULIVZ ", "main": "index.js", "dependencies": { - "@vuepress/types": "1.9.1" + "@vuepress/types": "1.9.2" }, "publishConfig": { "access": "public" diff --git a/packages/@vuepress/shared-utils/package.json b/packages/@vuepress/shared-utils/package.json index 706f728334..94b8417202 100644 --- a/packages/@vuepress/shared-utils/package.json +++ b/packages/@vuepress/shared-utils/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/shared-utils", - "version": "1.9.1", + "version": "1.9.2", "description": "shared-utils for vuepress", "keywords": [ "documentation", diff --git a/packages/@vuepress/test-utils/package.json b/packages/@vuepress/test-utils/package.json index f49ddc1db7..b3090e831e 100644 --- a/packages/@vuepress/test-utils/package.json +++ b/packages/@vuepress/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/test-utils", - "version": "1.9.1", + "version": "1.9.2", "description": "test-utils for vuepress", "keywords": [ "documentation", @@ -25,8 +25,8 @@ "@babel/preset-env": "^7.0.0", "@types/jest": "^24.0.9", "@vue/test-utils": "^1.0.0-beta.29", - "@vuepress/core": "1.9.1", - "@vuepress/shared-utils": "1.9.1", + "@vuepress/core": "1.9.2", + "@vuepress/shared-utils": "1.9.2", "babel-jest": "^24.7.1", "execa": "^1.0.0", "jest": "^24.7.1", diff --git a/packages/@vuepress/theme-default/package.json b/packages/@vuepress/theme-default/package.json index 0cbbbcd481..0718d5437a 100644 --- a/packages/@vuepress/theme-default/package.json +++ b/packages/@vuepress/theme-default/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/theme-default", - "version": "1.9.1", + "version": "1.9.2", "description": "Default theme for VuePress", "keywords": [ "documentation", @@ -21,10 +21,10 @@ "author": "Evan You", "main": "index.js", "dependencies": { - "@vuepress/plugin-active-header-links": "1.9.1", - "@vuepress/plugin-nprogress": "1.9.1", - "@vuepress/plugin-search": "1.9.1", - "@vuepress/types": "1.9.1", + "@vuepress/plugin-active-header-links": "1.9.2", + "@vuepress/plugin-nprogress": "1.9.2", + "@vuepress/plugin-search": "1.9.2", + "@vuepress/types": "1.9.2", "docsearch.js": "^2.5.2", "lodash": "^4.17.15", "stylus": "^0.54.8", diff --git a/packages/@vuepress/theme-vue/package.json b/packages/@vuepress/theme-vue/package.json index b6b4a39094..fa6db2f7bc 100644 --- a/packages/@vuepress/theme-vue/package.json +++ b/packages/@vuepress/theme-vue/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/theme-vue", - "version": "1.9.1", + "version": "1.9.2", "description": "VuePress theme for official Vue projects", "keywords": [ "documentation", @@ -21,7 +21,7 @@ "author": "Evan You", "main": "index.js", "dependencies": { - "@vuepress/theme-default": "1.9.1" + "@vuepress/theme-default": "1.9.2" }, "publishConfig": { "access": "public" diff --git a/packages/@vuepress/types/package.json b/packages/@vuepress/types/package.json index cd9fa18e50..1153066e00 100644 --- a/packages/@vuepress/types/package.json +++ b/packages/@vuepress/types/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/types", - "version": "1.9.1", + "version": "1.9.2", "description": "Types for VuePress", "keywords": [ "documentation", diff --git a/packages/docs/package.json b/packages/docs/package.json index 426959fc7f..653138c7b8 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.9.1", + "version": "1.9.2", "private": true, "description": "docs of VuePress", "keywords": [ @@ -29,11 +29,11 @@ }, "devDependencies": { "@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7", - "@vuepress/plugin-back-to-top": "1.9.1", - "@vuepress/plugin-google-analytics": "1.9.1", - "@vuepress/plugin-medium-zoom": "1.9.1", - "@vuepress/plugin-pwa": "1.9.1", - "@vuepress/theme-vue": "1.9.1", + "@vuepress/plugin-back-to-top": "1.9.2", + "@vuepress/plugin-google-analytics": "1.9.2", + "@vuepress/plugin-medium-zoom": "1.9.2", + "@vuepress/plugin-pwa": "1.9.2", + "@vuepress/theme-vue": "1.9.2", "remark-cli": "^9.0.0", "remark-lint": "^6.0.5", "remark-preset-lint-consistent": "^2.0.3", @@ -48,7 +48,7 @@ "textlint-rule-terminology": "^2.1.4", "textlint-rule-write-good": "^1.6.2", "vue-toasted": "^1.1.25", - "vuepress": "1.9.1", + "vuepress": "1.9.2", "vuepress-plugin-flowchart": "^1.4.2" } } diff --git a/packages/vuepress/package.json b/packages/vuepress/package.json index 74b1469e22..0f80567ea0 100644 --- a/packages/vuepress/package.json +++ b/packages/vuepress/package.json @@ -1,6 +1,6 @@ { "name": "vuepress", - "version": "1.9.1", + "version": "1.9.2", "description": "Minimalistic doc generator with Vue component based layout system", "keywords": [ "documentation", @@ -29,9 +29,9 @@ ">1%" ], "dependencies": { - "@vuepress/core": "1.9.1", - "@vuepress/theme-default": "1.9.1", - "@vuepress/types": "1.9.1", + "@vuepress/core": "1.9.2", + "@vuepress/theme-default": "1.9.2", + "@vuepress/types": "1.9.2", "cac": "^6.5.6", "envinfo": "^7.2.0", "opencollective-postinstall": "^2.0.2",