From 087f8a199de4436366aba8f8bf44571117612e53 Mon Sep 17 00:00:00 2001 From: chenhaoli Date: Mon, 14 Aug 2023 16:07:19 +0800 Subject: [PATCH 1/2] chore(all): 1.9.10 changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6727bcf0ce..03d55d2b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.9.10](https://github.com/vuejs/vuepress/compare/v1.9.9...v1.9.10) (2023-08-14) + + +### Bug Fixes + +* **core:** failed to resolve theme components when using theme inheritance (close: [#3163](https://github.com/vuejs/vuepress/issues/3163)) ([#3164](https://github.com/vuejs/vuepress/issues/3164)) ([546499b](https://github.com/vuejs/vuepress/commit/546499ba47a73c22e94c6237e8268fbce7459b6d)) +* **markdown:** replace double quotation marks in classname(fix [#3152](https://github.com/vuejs/vuepress/issues/3152)) ([#3154](https://github.com/vuejs/vuepress/issues/3154)) ([cef64e6](https://github.com/vuejs/vuepress/commit/cef64e642fb26076d42ca1342c0cf23a1b3384b7)) + + + ## [1.9.9](https://github.com/vuejs/vuepress/compare/v1.9.8...v1.9.9) (2023-02-25) From 9fb4bb00925d9409e6732118e996411c6a82c85d Mon Sep 17 00:00:00 2001 From: Xinyu Liu Date: Wed, 15 May 2024 18:16:20 +0800 Subject: [PATCH 2/2] docs: update project status --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e149f7d097..c7b8ce4326 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,11 @@ ## Status -> VuePress is now in maintenance mode. For a next-gen Vue-based SSG built on top of Vue 3 + Vite, check out [VitePress](https://vitepress.vuejs.org/). +VuePress v1 is now in maintenance mode. + +For a next-gen Vue-based SSG: +- [VitePress](https://vitepress.vuejs.org/): Vue.js official team supported. Built on top of Vue 3 + Vite. +- [VuePress v2+](https://github.com/vuepress/core): Community supported. Built on top of Vue 3 + Vite / Webpack / Other bundlers. ## Documentation