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

Sign up
Appearance settings

Commit cb87096

Browse files
committed
build: release version 1.9.8
1 parent 7cd8b30 commit cb87096

File tree

20 files changed

+55
-55
lines changed

20 files changed

+55
-55
lines changed

‎lerna.json‎

Lines 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.7",
4+
"version": "1.9.8",
55
"command": {
66
"version": {
77
"allowBranch": "master",

‎packages/@vuepress/core/package.json‎

Lines 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.7",
3+
"version": "1.9.8",
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.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",
34+
"@vuepress/markdown": "1.9.8",
35+
"@vuepress/markdown-loader": "1.9.8",
36+
"@vuepress/plugin-last-updated": "1.9.8",
37+
"@vuepress/plugin-register-components": "1.9.8",
38+
"@vuepress/shared-utils": "1.9.8",
39+
"@vuepress/types": "1.9.8",
4040
"autoprefixer": "^9.5.1",
4141
"babel-loader": "^8.0.4",
4242
"bundle-require": "2.1.8",

‎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.9.7",
3+
"version": "1.9.8",
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.7",
30+
"@vuepress/markdown": "1.9.8",
3131
"loader-utils": "^1.1.0",
3232
"lru-cache": "^5.1.1"
3333
},

‎packages/@vuepress/markdown/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",
3-
"version": "1.9.7",
3+
"version": "1.9.8",
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.7",
31+
"@vuepress/shared-utils": "1.9.8",
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‎

Lines 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.7",
3+
"version": "1.9.8",
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.7",
24+
"@vuepress/types": "1.9.8",
2525
"lodash.debounce": "^4.0.8"
2626
},
2727
"publishConfig": {

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

Lines 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.7",
3+
"version": "1.9.8",
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.7",
24+
"@vuepress/types": "1.9.8",
2525
"lodash.debounce": "^4.0.8"
2626
},
2727
"publishConfig": {

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

Lines 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.7",
3+
"version": "1.9.8",
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.7"
24+
"@vuepress/types": "1.9.8"
2525
},
2626
"publishConfig": {
2727
"access": "public"

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

Lines 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.7",
3+
"version": "1.9.8",
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.7",
24+
"@vuepress/types": "1.9.8",
2525
"cross-spawn": "^6.0.5"
2626
},
2727
"publishConfig": {

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

Lines 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.7",
3+
"version": "1.9.8",
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.7",
24+
"@vuepress/types": "1.9.8",
2525
"medium-zoom": "^1.0.4"
2626
},
2727
"publishConfig": {

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

Lines 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.7",
3+
"version": "1.9.8",
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.7",
24+
"@vuepress/types": "1.9.8",
2525
"nprogress": "^0.2.0"
2626
},
2727
"publishConfig": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /