diff --git a/lerna.json b/lerna.json index 2a5c0f7..9a82e11 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.7.2" + "version": "0.7.3" } diff --git a/packages/docs/package.json b/packages/docs/package.json index ed970a5..acbbb19 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,13 +1,13 @@ { "private": true, "name": "docs", - "version": "0.7.2", + "version": "0.7.3", "scripts": { "dev": "vuepress dev docs --temp .temp", "build": "vuepress build docs --temp .temp" }, "devDependencies": { "vuepress": "1.9.7", - "vuepress-theme-vt": "0.7.2" + "vuepress-theme-vt": "0.7.3" } } diff --git a/packages/i18n/package.json b/packages/i18n/package.json index b9df1a6..2e2c3d9 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "i18n", - "version": "0.7.2", + "version": "0.7.3", "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 632a437..bee358a 100755 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -1,6 +1,6 @@ { "name": "create-vt", - "version": "0.7.2", + "version": "0.7.3", "description": "Scaffolding a VuePress website with vuepress-theme-vt.", "main": "lib/index.js", "repository": { diff --git a/packages/vuepress-docs/package.json b/packages/vuepress-docs/package.json index 8b15233..b75d028 100644 --- a/packages/vuepress-docs/package.json +++ b/packages/vuepress-docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "vuepress-docs", - "version": "0.7.2", + "version": "0.7.3", "description": "docs of VuePress", "keywords": [ "documentation", @@ -23,6 +23,6 @@ "vue-toasted": "^1.1.25", "vuepress": "1.9.7", "vuepress-plugin-flowchart": "^1.4.2", - "vuepress-theme-vt": "0.7.2" + "vuepress-theme-vt": "0.7.3" } } diff --git a/packages/vuepress-theme-vt/package.json b/packages/vuepress-theme-vt/package.json index dcd94dc..8327eab 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.7.2", + "version": "0.7.3", "description": "A VuePress theme inspired by `@vue/theme`, fully compatible with VuePress default theme.", "keywords": [ "documentation",