Skip to content

Commit

Permalink
release: v1.0.0-alpha.28
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Nov 8, 2022
1 parent ae3ba24 commit f17029d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit f17029d

Please sign in to comment.