Skip to content

Commit

Permalink
build: release version 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Jan 17, 2022
1 parent 5c6a16c commit 5699216
Show file tree
Hide file tree
Showing 20 changed files with 103 additions and 103 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.9.5",
"version": "1.9.6",
"command": {
"version": {
"allowBranch": "master",
Expand Down
28 changes: 14 additions & 14 deletions packages/@vuepress/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/core",
"version": "1.9.5",
"version": "1.9.6",
"description": "Minimalistic doc generator with Vue component based layout system",
"keywords": [
"documentation",
Expand All @@ -18,19 +18,25 @@
},
"license": "MIT",
"author": "Evan You",
"maintainers": [
{
"name": "ULIVZ",
"email": "[email protected]"
}
],
"main": "lib/index.js",
"browserslist": [
">1%"
],
"dependencies": {
"@babel/core": "^7.8.4",
"@vue/babel-preset-app": "^4.1.2",
"@vuepress/markdown": "1.9.5",
"@vuepress/markdown-loader": "1.9.5",
"@vuepress/plugin-last-updated": "1.9.5",
"@vuepress/plugin-register-components": "1.9.5",
"@vuepress/shared-utils": "1.9.5",
"@vuepress/types": "1.9.5",
"@vuepress/markdown": "1.9.6",
"@vuepress/markdown-loader": "1.9.6",
"@vuepress/plugin-last-updated": "1.9.6",
"@vuepress/plugin-register-components": "1.9.6",
"@vuepress/shared-utils": "1.9.6",
"@vuepress/types": "1.9.6",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.4",
"bundle-require": "2.1.8",
Expand Down Expand Up @@ -70,11 +76,5 @@
},
"publishConfig": {
"access": "public"
},
"maintainers": [
{
"name": "ULIVZ",
"email": "[email protected]"
}
]
}
}
18 changes: 9 additions & 9 deletions packages/@vuepress/markdown-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/markdown-loader",
"version": "1.9.5",
"version": "1.9.6",
"description": "markdown-loader for vuepress",
"keywords": [
"documentation",
Expand All @@ -19,19 +19,19 @@
},
"license": "MIT",
"author": "Evan You",
"maintainers": [
{
"name": "ULIVZ",
"email": "[email protected]"
}
],
"main": "index.js",
"dependencies": {
"@vuepress/markdown": "1.9.5",
"@vuepress/markdown": "1.9.6",
"loader-utils": "^1.1.0",
"lru-cache": "^5.1.1"
},
"publishConfig": {
"access": "public"
},
"maintainers": [
{
"name": "ULIVZ",
"email": "[email protected]"
}
]
}
}
18 changes: 9 additions & 9 deletions packages/@vuepress/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/markdown",
"version": "1.9.5",
"version": "1.9.6",
"description": "markdown for vuepress",
"keywords": [
"documentation",
Expand All @@ -20,9 +20,15 @@
},
"license": "MIT",
"author": "Evan You",
"maintainers": [
{
"name": "ULIVZ",
"email": "[email protected]"
}
],
"main": "index.js",
"dependencies": {
"@vuepress/shared-utils": "1.9.5",
"@vuepress/shared-utils": "1.9.6",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2",
"markdown-it-chain": "^1.3.0",
Expand All @@ -32,11 +38,5 @@
},
"publishConfig": {
"access": "public"
},
"maintainers": [
{
"name": "ULIVZ",
"email": "[email protected]"
}
]
}
}
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-active-header-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-active-header-links",
"version": "1.9.5",
"version": "1.9.6",
"description": "active-header-links plugin for vuepress",
"keywords": [
"documentation",
Expand All @@ -21,7 +21,7 @@
"author": "ULIVZ <[email protected]>",
"main": "index.js",
"dependencies": {
"@vuepress/types": "1.9.5",
"@vuepress/types": "1.9.6",
"lodash.debounce": "^4.0.8"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-back-to-top/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-back-to-top",
"version": "1.9.5",
"version": "1.9.6",
"description": "back-to-top plugin for vuepress",
"keywords": [
"documentation",
Expand All @@ -21,7 +21,7 @@
"author": "ULIVZ <[email protected]>",
"main": "index.js",
"dependencies": {
"@vuepress/types": "1.9.5",
"@vuepress/types": "1.9.6",
"lodash.debounce": "^4.0.8"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-google-analytics",
"version": "1.9.5",
"version": "1.9.6",
"description": "google-analytics plugin for vuepress",
"keywords": [
"documentation",
Expand All @@ -21,7 +21,7 @@
"author": "ULIVZ <[email protected]>",
"main": "index.js",
"dependencies": {
"@vuepress/types": "1.9.5"
"@vuepress/types": "1.9.6"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-last-updated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-last-updated",
"version": "1.9.5",
"version": "1.9.6",
"description": "last-updated plugin for vuepress",
"keywords": [
"documentation",
Expand All @@ -21,7 +21,7 @@
"author": "ULIVZ <[email protected]>",
"main": "index.js",
"dependencies": {
"@vuepress/types": "1.9.5",
"@vuepress/types": "1.9.6",
"cross-spawn": "^6.0.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-medium-zoom",
"version": "1.9.5",
"version": "1.9.6",
"description": "medium-zoom plugin for vuepress",
"keywords": [
"documentation",
Expand All @@ -21,7 +21,7 @@
"author": "ULIVZ <[email protected]>",
"main": "index.js",
"dependencies": {
"@vuepress/types": "1.9.5",
"@vuepress/types": "1.9.6",
"medium-zoom": "^1.0.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-nprogress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-nprogress",
"version": "1.9.5",
"version": "1.9.6",
"description": "nprogress plugin for vuepress",
"keywords": [
"documentation",
Expand All @@ -21,7 +21,7 @@
"author": "ULIVZ <[email protected]>",
"main": "index.js",
"dependencies": {
"@vuepress/types": "1.9.5",
"@vuepress/types": "1.9.6",
"nprogress": "^0.2.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/@vuepress/plugin-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-pwa",
"version": "1.9.5",
"version": "1.9.6",
"description": "pwa plugin for vuepress",
"keywords": [
"documentation",
Expand All @@ -21,8 +21,8 @@
"author": "ULIVZ <[email protected]>",
"main": "index.js",
"dependencies": {
"@vuepress/shared-utils": "1.9.5",
"@vuepress/types": "1.9.5",
"@vuepress/shared-utils": "1.9.6",
"@vuepress/types": "1.9.6",
"register-service-worker": "^1.7.0",
"workbox-build": "^4.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@vuepress/plugin-register-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-register-components",
"version": "1.9.5",
"version": "1.9.6",
"description": "register-global-components plugin for vuepress",
"keywords": [
"documentation",
Expand All @@ -21,8 +21,8 @@
"author": "ULIVZ <[email protected]>",
"main": "index.js",
"dependencies": {
"@vuepress/shared-utils": "1.9.5",
"@vuepress/types": "1.9.5"
"@vuepress/shared-utils": "1.9.6",
"@vuepress/types": "1.9.6"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-search",
"version": "1.9.5",
"version": "1.9.6",
"description": "search plugin for vuepress",
"keywords": [
"documentation",
Expand All @@ -21,7 +21,7 @@
"author": "ULIVZ <[email protected]>",
"main": "index.js",
"dependencies": {
"@vuepress/types": "1.9.5"
"@vuepress/types": "1.9.6"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/@vuepress/shared-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/shared-utils",
"version": "1.9.5",
"version": "1.9.6",
"description": "shared-utils for vuepress",
"keywords": [
"documentation",
Expand All @@ -19,12 +19,12 @@
},
"license": "MIT",
"author": "ULIVZ <[email protected]>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"types"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"tsc": "tsc",
"update-index": "node scripts/update-index.js"
Expand Down
6 changes: 3 additions & 3 deletions packages/@vuepress/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/test-utils",
"version": "1.9.5",
"version": "1.9.6",
"description": "test-utils for vuepress",
"keywords": [
"documentation",
Expand All @@ -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.5",
"@vuepress/shared-utils": "1.9.5",
"@vuepress/core": "1.9.6",
"@vuepress/shared-utils": "1.9.6",
"babel-jest": "^24.7.1",
"execa": "^1.0.0",
"jest": "^24.7.1",
Expand Down
24 changes: 12 additions & 12 deletions packages/@vuepress/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/theme-default",
"version": "1.9.5",
"version": "1.9.6",
"description": "Default theme for VuePress",
"keywords": [
"documentation",
Expand All @@ -19,12 +19,18 @@
},
"license": "MIT",
"author": "Evan You",
"maintainers": [
{
"name": "ULIVZ",
"email": "[email protected]"
}
],
"main": "index.js",
"dependencies": {
"@vuepress/plugin-active-header-links": "1.9.5",
"@vuepress/plugin-nprogress": "1.9.5",
"@vuepress/plugin-search": "1.9.5",
"@vuepress/types": "1.9.5",
"@vuepress/plugin-active-header-links": "1.9.6",
"@vuepress/plugin-nprogress": "1.9.6",
"@vuepress/plugin-search": "1.9.6",
"@vuepress/types": "1.9.6",
"docsearch.js": "^2.5.2",
"lodash": "^4.17.15",
"stylus": "^0.54.8",
Expand All @@ -34,11 +40,5 @@
},
"publishConfig": {
"access": "public"
},
"maintainers": [
{
"name": "ULIVZ",
"email": "[email protected]"
}
]
}
}
Loading

0 comments on commit 5699216

Please sign in to comment.