diff --git a/lerna.json b/lerna.json index d6707ca..89763cc 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.0.0" + "version": "0.1.0" } diff --git a/packages/docs/package.json b/packages/docs/package.json index 3d702bd..bac2581 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -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" } } diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 6481845..c13d56b 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -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", diff --git a/packages/init/package.json b/packages/init/package.json index 696e33a..5e5e1cf 100755 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -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": { diff --git a/packages/vuepress-theme-vt/package.json b/packages/vuepress-theme-vt/package.json index 2d97175..6af7459 100644 --- a/packages/vuepress-theme-vt/package.json +++ b/packages/vuepress-theme-vt/package.json @@ -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", @@ -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", @@ -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",