diff --git a/lerna.json b/lerna.json index 37bc98a..c27627e 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.13.1" + "version": "0.13.2" } diff --git a/packages/docs/package.json b/packages/docs/package.json index c2d0b9b..a5c0752 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,13 +1,13 @@ { "private": true, "name": "docs", - "version": "0.13.1", + "version": "0.13.2", "scripts": { "dev": "vuepress dev docs --temp .temp", "build": "vuepress build docs --temp .temp" }, "devDependencies": { "vuepress": "1.9.9", - "vuepress-theme-vt": "0.13.1" + "vuepress-theme-vt": "0.13.2" } } diff --git a/packages/i18n/package.json b/packages/i18n/package.json index d584721..70da679 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "i18n", - "version": "0.13.1", + "version": "0.13.2", "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 c9c7dc6..5fee1be 100755 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -1,6 +1,6 @@ { "name": "create-vt", - "version": "0.13.1", + "version": "0.13.2", "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 1d03e3d..89f7480 100644 --- a/packages/vuepress-docs/package.json +++ b/packages/vuepress-docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "vuepress-docs", - "version": "0.13.1", + "version": "0.13.2", "description": "docs of VuePress", "keywords": [ "documentation", @@ -23,6 +23,6 @@ "vue-toasted": "^1.1.25", "vuepress": "1.9.9", "vuepress-plugin-flowchart": "^1.4.2", - "vuepress-theme-vt": "0.13.1" + "vuepress-theme-vt": "0.13.2" } } diff --git a/packages/vuepress-theme-vt/package.json b/packages/vuepress-theme-vt/package.json index 787d47d..ab0e50c 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.13.1", + "version": "0.13.2", "description": "A \"Post-VuePress Era\" Documentation Theme", "keywords": [ "documentation", @@ -20,7 +20,6 @@ "typescript": "4.5.3" }, "dependencies": { - "throttle-debounce": "5.0.0", "@vuepress/plugin-active-header-links": "1.9.9", "@vuepress/plugin-nprogress": "1.9.9", "@vuepress/shared-utils": "1.9.9", @@ -37,6 +36,7 @@ "prism-themes": "1.9.0", "stylus": "^0.54.8", "stylus-loader": "^3.0.2", + "throttle-debounce": "5.0.0", "vue": "^2", "vue-router": "^3.4.5", "vuepress-plugin-container": "^2.0.2",