Skip to content

Commit 478b058

Browse files
giraud florentgiraud florent
giraud florent
authored and
giraud florent
committed
v1.0.4
1 parent 56462c0 commit 478b058

File tree

19 files changed

+43
-43
lines changed

19 files changed

+43
-43
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.0.3"
4+
"version": "1.0.4"
55
}

packages/@vuepress/core/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Minimalistic doc generator with Vue component based layout system",
55
"main": "lib/index.js",
66
"repository": {
@@ -31,11 +31,11 @@
3131
"dependencies": {
3232
"@babel/core": "^7.0.0",
3333
"@vue/babel-preset-app": "^3.1.1",
34-
"@vuepress/markdown": "^1.0.3",
35-
"@vuepress/markdown-loader": "^1.0.3",
36-
"@vuepress/plugin-last-updated": "^1.0.3",
37-
"@vuepress/plugin-register-components": "^1.0.3",
38-
"@vuepress/shared-utils": "^1.0.3",
34+
"@vuepress/markdown": "^1.0.4",
35+
"@vuepress/markdown-loader": "^1.0.4",
36+
"@vuepress/plugin-last-updated": "^1.0.4",
37+
"@vuepress/plugin-register-components": "^1.0.4",
38+
"@vuepress/shared-utils": "^1.0.4",
3939
"autoprefixer": "^9.5.1",
4040
"babel-loader": "^8.0.4",
4141
"cache-loader": "^3.0.0",

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.0.3",
3+
"version": "1.0.4",
44
"description": "markdown-loader for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -18,7 +18,7 @@
1818
"generator"
1919
],
2020
"dependencies": {
21-
"@vuepress/markdown": "^1.0.3",
21+
"@vuepress/markdown": "^1.0.4",
2222
"loader-utils": "^1.1.0",
2323
"lru-cache": "^5.1.1"
2424
},

packages/@vuepress/markdown/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "markdown for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -19,7 +19,7 @@
1919
"markdown"
2020
],
2121
"dependencies": {
22-
"@vuepress/shared-utils": "^1.0.3",
22+
"@vuepress/shared-utils": "^1.0.4",
2323
"markdown-it": "^8.4.1",
2424
"markdown-it-anchor": "^5.0.2",
2525
"markdown-it-chain": "^1.3.0",
@@ -28,7 +28,7 @@
2828
"prismjs": "^1.13.0"
2929
},
3030
"devDependencies": {
31-
"@vuepress/test-utils": "^1.0.3"
31+
"@vuepress/test-utils": "^1.0.4"
3232
},
3333
"author": "Evan You",
3434
"maintainers": [

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-active-header-links",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "active-header-links plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-back-to-top",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "back-to-top plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-google-analytics",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "google-analytics plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-last-updated",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "last-updated plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-medium-zoom",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "medium-zoom plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-nprogress",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "nprogress plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-pwa",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "pwa plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -18,7 +18,7 @@
1818
"generator"
1919
],
2020
"dependencies": {
21-
"@vuepress/shared-utils": "^1.0.3",
21+
"@vuepress/shared-utils": "^1.0.4",
2222
"register-service-worker": "^1.5.2",
2323
"workbox-build": "^4.3.1"
2424
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-register-components",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "register-global-components plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-register-components#readme",
2626
"dependencies": {
27-
"@vuepress/shared-utils": "^1.0.3"
27+
"@vuepress/shared-utils": "^1.0.4"
2828
}
2929
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-search",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "search plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

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.0.3",
3+
"version": "1.0.4",
44
"description": "shared-utils for vuepress",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",

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.0.3",
3+
"version": "1.0.4",
44
"description": "test-utils for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -22,8 +22,8 @@
2222
"@babel/preset-env": "^7.0.0",
2323
"@types/jest": "^24.0.9",
2424
"@vue/test-utils": "^1.0.0-beta.29",
25-
"@vuepress/core": "^1.0.3",
26-
"@vuepress/shared-utils": "^1.0.3",
25+
"@vuepress/core": "^1.0.4",
26+
"@vuepress/shared-utils": "^1.0.4",
2727
"babel-jest": "^24.7.1",
2828
"execa": "^1.0.0",
2929
"jest": "^24.7.1",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-default",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Default theme for VuePress",
55
"main": "index.js",
66
"publishConfig": {
@@ -30,9 +30,9 @@
3030
},
3131
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-default#readme",
3232
"dependencies": {
33-
"@vuepress/plugin-active-header-links": "^1.0.3",
34-
"@vuepress/plugin-nprogress": "^1.0.3",
35-
"@vuepress/plugin-search": "^1.0.3",
33+
"@vuepress/plugin-active-header-links": "^1.0.4",
34+
"@vuepress/plugin-nprogress": "^1.0.4",
35+
"@vuepress/plugin-search": "^1.0.4",
3636
"docsearch.js": "^2.5.2",
3737
"lodash": "^4.17.15",
3838
"stylus": "^0.54.5",

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.0.3",
3+
"version": "1.0.4",
44
"description": "VuePress theme for official Vue projects",
55
"main": "index.js",
66
"publishConfig": {
@@ -30,6 +30,6 @@
3030
},
3131
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-vue#readme",
3232
"dependencies": {
33-
"@vuepress/theme-default": "^1.0.3"
33+
"@vuepress/theme-default": "^1.0.4"
3434
}
3535
}

packages/docs/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"name": "docs",
55
"description": "docs of VuePress",
66
"scripts": {
@@ -30,11 +30,11 @@
3030
"homepage": "https://github.com/vuejs/vuepress#readme",
3131
"devDependencies": {
3232
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
33-
"@vuepress/plugin-back-to-top": "^1.0.3",
34-
"@vuepress/plugin-google-analytics": "^1.0.3",
35-
"@vuepress/plugin-medium-zoom": "^1.0.3",
36-
"@vuepress/plugin-pwa": "^1.0.3",
37-
"@vuepress/theme-vue": "^1.0.3",
33+
"@vuepress/plugin-back-to-top": "^1.0.4",
34+
"@vuepress/plugin-google-analytics": "^1.0.4",
35+
"@vuepress/plugin-medium-zoom": "^1.0.4",
36+
"@vuepress/plugin-pwa": "^1.0.4",
37+
"@vuepress/theme-vue": "^1.0.4",
3838
"lint-staged": "^8.1.5",
3939
"remark-cli": "^7.0.0",
4040
"remark-lint": "^6.0.5",
@@ -50,7 +50,7 @@
5050
"textlint-rule-terminology": "^1.1.30",
5151
"textlint-rule-write-good": "^1.6.2",
5252
"vue-toasted": "^1.1.25",
53-
"vuepress": "^1.0.3",
53+
"vuepress": "^1.0.4",
5454
"vuepress-plugin-flowchart": "^1.4.2"
5555
}
5656
}

packages/vuepress/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Minimalistic doc generator with Vue component based layout system",
55
"main": "index.js",
66
"repository": {
@@ -32,8 +32,8 @@
3232
},
3333
"homepage": "https://github.com/vuejs/vuepress#readme",
3434
"dependencies": {
35-
"@vuepress/core": "^1.0.3",
36-
"@vuepress/theme-default": "^1.0.3",
35+
"@vuepress/core": "^1.0.4",
36+
"@vuepress/theme-default": "^1.0.4",
3737
"cac": "^6.3.9",
3838
"envinfo": "^7.2.0",
3939
"opencollective-postinstall": "^2.0.2"

0 commit comments

Comments
 (0)