Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Jan 14, 2022
1 parent 9c6b943 commit a926967
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.0.0"
"version": "0.1.0"
}
6 changes: 3 additions & 3 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.0.0",
"version": "0.1.0",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"devDependencies": {
"vuepress-theme-vt": "0.0.0",
"vuepress": "1.9.5"
"vuepress": "1.9.5",
"vuepress-theme-vt": "0.1.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.0.0",
"version": "0.1.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.1.3",
"version": "0.1.0",
"description": "Scaffolding a VuePress website with vuepress-theme-vt.",
"main": "lib/index.js",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions 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.0.0",
"version": "0.1.0",
"description": "A VuePress theme inspired by `@vue/theme`, fully compatible with VuePress default theme.",
"keywords": [
"documentation",
Expand All @@ -26,6 +26,8 @@
"@vuepress/types": "1.9.5",
"cheap-watch": "1.0.3",
"docsearch.js": "^2.5.2",
"flexsearch": "^0.6.32",
"html-to-text": "^7.0.0",
"lodash": "^4.17.15",
"markdown-it-attrs": "^2",
"node-google-translate-skidz": "1.1.2",
Expand All @@ -35,9 +37,7 @@
"vue": "^2",
"vue-router": "^3.4.5",
"vuepress-plugin-container": "^2.0.2",
"vuepress-plugin-smooth-scroll": "^0.0.3",
"flexsearch": "^0.6.32",
"html-to-text": "^7.0.0"
"vuepress-plugin-smooth-scroll": "^0.0.3"
},
"files": [
"components",
Expand Down

0 comments on commit a926967

Please sign in to comment.