Skip to content

Commit 7295259

Browse files
committed
release: v1.0.0-rc.9
1 parent 6e41cad commit 7295259

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [1.0.0-rc.8](https://github.com/vuejs/vitepress/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2023-08-28)
1+
# [1.0.0-rc.9](https://github.com/vuejs/vitepress/compare/v1.0.0-rc.4...v1.0.0-rc.9) (2023-08-28)
22

33
### Bug Fixes
44

@@ -35,7 +35,7 @@
3535
- Internal logic of `isDark` is changed to use vueuse. It might impact your custom theme. You can customize its behavior using [`appearance`](https://vitepress.dev/reference/site-config#appearance) option.
3636
- Default theme's color system is updated to make it more easily customizable. Refer the [PR](https://github.com/vuejs/vitepress/pull/2797) for new variables.
3737

38-
# [1.0.0-rc.4](https://github.com/vuejs/vitepress/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2023-08-08)
38+
# [1.0.0-rc.4](https://github.com/vuejs/vitepress/compare/v1.0.0-beta.7...v1.0.0-rc.4) (2023-08-08)
3939

4040
### Bug Fixes
4141

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vitepress",
3-
"version": "1.0.0-rc.8",
3+
"version": "1.0.0-rc.9",
44
"description": "Vite & Vue powered static site generator",
55
"type": "module",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)