diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f5a264..fa6078f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.0.0-alpha.28](https://github.com/vuejs/vitepress/compare/v1.0.0-alpha.27...v1.0.0-alpha.28) (2022-11-08) + + +### Bug Fixes + +* **theme:** use faux italics only with web fonts ([#1581](https://github.com/vuejs/vitepress/issues/1581)) ([124158e](https://github.com/vuejs/vitepress/commit/124158e3a9793fc466b96b51cf7330b8aa3e055b)) + + +### Features + +* **theme:** sidebar nav slots ([#1582](https://github.com/vuejs/vitepress/issues/1582)) ([d410d4d](https://github.com/vuejs/vitepress/commit/d410d4dd9f1140b68d140642c1bceaf5419ff304)) +* **theme:** use v-html in VPDocFooter ([#1580](https://github.com/vuejs/vitepress/issues/1580)) ([9d10b1d](https://github.com/vuejs/vitepress/commit/9d10b1d5a1ec8d30689ddad5f2d63d22342cf707)) + + + # [1.0.0-alpha.27](https://github.com/vuejs/vitepress/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2022-11-03) diff --git a/package.json b/package.json index c3008c60..e8764653 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitepress", - "version": "1.0.0-alpha.27", + "version": "1.0.0-alpha.28", "description": "Vite & Vue powered static site generator", "type": "module", "packageManager": "pnpm@7.9.2", @@ -85,7 +85,7 @@ "@vueuse/core": "^9.4.0", "body-scroll-lock": "4.0.0-beta.0", "shiki": "^0.11.1", - "vite": "^3.2.2", + "vite": "^3.2.3", "vue": "^3.2.41" }, "devDependencies": { @@ -150,14 +150,14 @@ "rimraf": "^3.0.2", "rollup": "^2.79.1", "rollup-plugin-dts": "^4.2.3", - "rollup-plugin-esbuild": "^4.10.1", + "rollup-plugin-esbuild": "^4.10.2", "semver": "^7.3.8", "shiki-processor": "^0.1.1", "simple-git-hooks": "^2.8.1", "sirv": "^2.0.2", "supports-color": "^9.2.3", "typescript": "~4.8.4", - "vitest": "^0.24.5", + "vitest": "^0.25.0", "vue-tsc": "^1.0.9", "wait-on": "^6.0.1" },