From 240a0d5a08c272f5bcaeeb7d9260da3eacbc8816 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:27:23 +0530 Subject: [PATCH] release: v1.0.0-rc.39 --- CHANGELOG.md | 10 ++-------- package.json | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc108276..a89b2515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,9 @@ -# [1.0.0-rc.38](https://github.com/vuejs/vitepress/compare/v1.0.0-rc.37...v1.0.0-rc.38) (2024-01-16) - -### Reverts - -- Revert "fix(theme): misaligned outline indicator" ([4020b41](https://github.com/vuejs/vitepress/commit/4020b419de88a1e4d037e63536df58f4268baf59)) - -# [1.0.0-rc.37](https://github.com/vuejs/vitepress/compare/v1.0.0-rc.36...v1.0.0-rc.37) (2024-01-15) +# [1.0.0-rc.39](https://github.com/vuejs/vitepress/compare/v1.0.0-rc.38...v1.0.0-rc.39) (2024-01-16) ### Bug Fixes +- **theme:** misaligned outline indicator ([#3458](https://github.com/vuejs/vitepress/issues/3458)) ([0ce5ece](https://github.com/vuejs/vitepress/commit/0ce5ece35687bdad7a65d61432419cfe3961a329)) - **theme:** enter key behavior conflict with IME in search box ([#3454](https://github.com/vuejs/vitepress/issues/3454)) ([cd8ee6f](https://github.com/vuejs/vitepress/commit/cd8ee6fb32d8135e78c5827a36b79efad509042c)) -- **theme:** misaligned outline indicator ([910b212](https://github.com/vuejs/vitepress/commit/910b2125bb9971b5b974084f668fb0d2cb5e54ae)), closes [#3449](https://github.com/vuejs/vitepress/issues/3449) - **theme:** use`--vp-c-tip-` CSS variable for badge/block colors with type`tip` ([#3434](https://github.com/vuejs/vitepress/issues/3434)) ([78abf47](https://github.com/vuejs/vitepress/commit/78abf47b8b563d66db9d481a98bbdefac95cc84c)) ### Features diff --git a/package.json b/package.json index bd9ac198..0ca8f6cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitepress", - "version": "1.0.0-rc.38", + "version": "1.0.0-rc.39", "description": "Vite & Vue powered static site generator", "type": "module", "packageManager": "pnpm@8.14.1",