Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Aug 30, 2023
1 parent a6e2c86 commit 4c0003d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.14.0"
"version": "0.15.0"
}
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"private": true,
"name": "docs",
"version": "0.14.0",
"version": "0.15.0",
"scripts": {
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs --temp .temp"
},
"devDependencies": {
"vuepress": "1.9.9",
"vuepress-theme-vt": "0.14.0"
"vuepress-theme-vt": "0.15.0"
}
}
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "i18n",
"version": "0.14.0",
"version": "0.15.0",
"description": "A VuePress implementation for VitePress theme @vue/theme, fully compatible with VuePress default theme.",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vt",
"version": "0.14.0",
"version": "0.15.0",
"description": "Scaffolding a VuePress website with vuepress-theme-vt.",
"main": "lib/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vuepress-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "vuepress-docs",
"version": "0.14.0",
"version": "0.15.0",
"description": "docs of VuePress",
"keywords": [
"documentation",
Expand All @@ -23,6 +23,6 @@
"vue-toasted": "^1.1.25",
"vuepress": "1.9.9",
"vuepress-plugin-flowchart": "^1.4.2",
"vuepress-theme-vt": "0.14.0"
"vuepress-theme-vt": "0.15.0"
}
}
2 changes: 1 addition & 1 deletion packages/vuepress-theme-vt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-vt",
"version": "0.14.0",
"version": "0.15.0",
"description": "A \"Post-VuePress Era\" Documentation Theme",
"keywords": [
"documentation",
Expand Down

0 comments on commit 4c0003d

Please sign in to comment.