Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Nov 7, 2022
1 parent 88ba7ef commit c21195b
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.6.2"
"version": "0.6.3"
}
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.6.2",
"version": "0.6.3",
"scripts": {
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs --temp .temp"
},
"devDependencies": {
"vuepress": "1.9.7",
"vuepress-theme-vt": "0.6.2"
"vuepress-theme-vt": "0.6.3"
}
}
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.6.2",
"version": "0.6.3",
"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.6.2",
"version": "0.6.3",
"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.6.2",
"version": "0.6.3",
"description": "docs of VuePress",
"keywords": [
"documentation",
Expand All @@ -23,6 +23,6 @@
"vue-toasted": "^1.1.25",
"vuepress": "1.9.7",
"vuepress-plugin-flowchart": "^1.4.2",
"vuepress-theme-vt": "0.6.2"
"vuepress-theme-vt": "0.6.3"
}
}
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.6.2",
"version": "0.6.3",
"description": "A VuePress theme inspired by `@vue/theme`, fully compatible with VuePress default theme.",
"keywords": [
"documentation",
Expand Down

0 comments on commit c21195b

Please sign in to comment.