Skip to content

Commit ffde326

Browse files
committed
v1.0.0-alpha.30
1 parent 8468f64 commit ffde326

File tree

24 files changed

+54
-54
lines changed

24 files changed

+54
-54
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.5.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "1.0.0-alpha.29"
5+
"version": "1.0.0-alpha.30"
66
}

packages/@vuepress/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "1.0.0-alpha.29",
3+
"version": "1.0.0-alpha.30",
44
"description": "Minimalistic doc generator with Vue component based layout system",
55
"main": "lib/index.js",
66
"repository": {
@@ -30,11 +30,11 @@
3030
"dependencies": {
3131
"@babel/core": "^7.0.0",
3232
"@vue/babel-preset-app": "^3.1.1",
33-
"@vuepress/markdown": "^1.0.0-alpha.29",
34-
"@vuepress/markdown-loader": "^1.0.0-alpha.29",
35-
"@vuepress/plugin-last-updated": "^1.0.0-alpha.29",
36-
"@vuepress/plugin-register-components": "^1.0.0-alpha.29",
37-
"@vuepress/shared-utils": "^1.0.0-alpha.29",
33+
"@vuepress/markdown": "^1.0.0-alpha.30",
34+
"@vuepress/markdown-loader": "^1.0.0-alpha.30",
35+
"@vuepress/plugin-last-updated": "^1.0.0-alpha.30",
36+
"@vuepress/plugin-register-components": "^1.0.0-alpha.30",
37+
"@vuepress/shared-utils": "^1.0.0-alpha.30",
3838
"autoprefixer": "^8.2.0",
3939
"babel-loader": "^8.0.4",
4040
"cac": "^6.3.9",

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.0.0-alpha.29",
3+
"version": "1.0.0-alpha.30",
44
"description": "markdown-loader for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -17,7 +17,7 @@
1717
"generator"
1818
],
1919
"dependencies": {
20-
"@vuepress/markdown": "^1.0.0-alpha.29",
20+
"@vuepress/markdown": "^1.0.0-alpha.30",
2121
"loader-utils": "^1.1.0"
2222
},
2323
"author": "Evan You",

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.0.0-alpha.29",
3+
"version": "1.0.0-alpha.30",
44
"description": "markdown for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -18,7 +18,7 @@
1818
"markdown"
1919
],
2020
"dependencies": {
21-
"@vuepress/shared-utils": "^1.0.0-alpha.29",
21+
"@vuepress/shared-utils": "^1.0.0-alpha.30",
2222
"markdown-it": "^8.4.1",
2323
"markdown-it-anchor": "^5.0.2",
2424
"markdown-it-chain": "^1.3.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-active-header-links",
3-
"version": "1.0.0-alpha.29",
3+
"version": "1.0.0-alpha.30",
44
"description": "active-header-links plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-back-to-top",
3-
"version": "1.0.0-alpha.29",
3+
"version": "1.0.0-alpha.30",
44
"description": "back-to-top plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-blog",
3-
"version": "1.0.0-alpha.29",
3+
"version": "1.0.0-alpha.30",
44
"description": "blog plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-google-analytics",
3-
"version": "1.0.0-alpha.29",
3+
"version": "1.0.0-alpha.30",
44
"description": "google-analytics plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-i18n-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-i18n-ui",
3-
"version": "1.0.0-alpha.29",
3+
"version": "1.0.0-alpha.30",
44
"description": "i18n-ui plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-last-updated",
3-
"version": "1.0.0-alpha.29",
3+
"version": "1.0.0-alpha.30",
44
"description": "last-updated plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)