From 7295259f307fbab742af45554d9736a57988bccc Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:35:19 +0530 Subject: [PATCH] release: v1.0.0-rc.9 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa20010f..086880eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [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.0.0-rc.9](https://github.com/vuejs/vitepress/compare/v1.0.0-rc.4...v1.0.0-rc.9) (2023-08-28) ### Bug Fixes @@ -35,7 +35,7 @@ - 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. - 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. -# [1.0.0-rc.4](https://github.com/vuejs/vitepress/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2023-08-08) +# [1.0.0-rc.4](https://github.com/vuejs/vitepress/compare/v1.0.0-beta.7...v1.0.0-rc.4) (2023-08-08) ### Bug Fixes diff --git a/package.json b/package.json index d0308593..f8ae0a61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitepress", - "version": "1.0.0-rc.8", + "version": "1.0.0-rc.9", "description": "Vite & Vue powered static site generator", "type": "module", "packageManager": "pnpm@8.7.0",