diff --git a/CHANGELOG.md b/CHANGELOG.md index 511de7577c..3569654a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.5](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-01-31) + +### Bug Fixes + +* **helper:** improve types of useLocaleConfig ([0fcc7f6](https://github.com/vuepress/ecosystem/commit/0fcc7f6bdb5f1a18899ad6e74849003d5e0e70e3)) +* **plugin-seo:** fix logger name and remove debug logger ([a692d7a](https://github.com/vuepress/ecosystem/commit/a692d7ad813372188d2283e065a41c64114ed3df)) + +### Features + +* **helper:** add data utils ([#43](https://github.com/vuepress/ecosystem/issues/43)) ([ebd6f63](https://github.com/vuepress/ecosystem/commit/ebd6f630652a1d8ee858ff2e9a3f260014d1353e)) +* **helper:** add locales helper ([#44](https://github.com/vuepress/ecosystem/issues/44)) ([f1be46f](https://github.com/vuepress/ecosystem/commit/f1be46f1c80a3a373da49852d6cb96967c2c74d3)) + # [2.0.0-rc.4](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2024-01-31) ### Features diff --git a/lerna.json b/lerna.json index 615dcb3405..856a58e1e2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.4", + "version": "2.0.0-rc.5", "command": { "version": { "allowBranch": "main", diff --git a/plugins/plugin-feed/CHANGELOG.md b/plugins/plugin-feed/CHANGELOG.md index ad721c0ee4..f1680ffb66 100644 --- a/plugins/plugin-feed/CHANGELOG.md +++ b/plugins/plugin-feed/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.5](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-01-31) + +### Features + +* **helper:** add locales helper ([#44](https://github.com/vuepress/ecosystem/issues/44)) ([f1be46f](https://github.com/vuepress/ecosystem/commit/f1be46f1c80a3a373da49852d6cb96967c2c74d3)) + # [2.0.0-rc.4](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2024-01-31) **Note:** Version bump only for package @vuepress/plugin-feed diff --git a/plugins/plugin-feed/package.json b/plugins/plugin-feed/package.json index 5cc8072455..c2611c5386 100644 --- a/plugins/plugin-feed/package.json +++ b/plugins/plugin-feed/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-feed", - "version": "2.0.0-rc.4", + "version": "2.0.0-rc.5", "description": "Feed plugin for vuepress-theme-hope", "keywords": [ "vuepress", diff --git a/plugins/plugin-seo/CHANGELOG.md b/plugins/plugin-seo/CHANGELOG.md index a1a4ddd4de..94ab6f6d59 100644 --- a/plugins/plugin-seo/CHANGELOG.md +++ b/plugins/plugin-seo/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.5](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-01-31) + +### Bug Fixes + +* **plugin-seo:** fix logger name and remove debug logger ([a692d7a](https://github.com/vuepress/ecosystem/commit/a692d7ad813372188d2283e065a41c64114ed3df)) + +### Features + +* **helper:** add locales helper ([#44](https://github.com/vuepress/ecosystem/issues/44)) ([f1be46f](https://github.com/vuepress/ecosystem/commit/f1be46f1c80a3a373da49852d6cb96967c2c74d3)) + # [2.0.0-rc.4](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2024-01-31) **Note:** Version bump only for package @vuepress/plugin-seo diff --git a/plugins/plugin-seo/package.json b/plugins/plugin-seo/package.json index c5a10d3ada..d6d767f8a9 100644 --- a/plugins/plugin-seo/package.json +++ b/plugins/plugin-seo/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-seo", - "version": "2.0.0-rc.4", + "version": "2.0.0-rc.5", "description": "SEO plugin for vuepress", "keywords": [ "vuepress", diff --git a/plugins/plugin-sitemap/CHANGELOG.md b/plugins/plugin-sitemap/CHANGELOG.md index 3ef9ec74e3..2211cf0c1f 100644 --- a/plugins/plugin-sitemap/CHANGELOG.md +++ b/plugins/plugin-sitemap/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.5](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-01-31) + +**Note:** Version bump only for package @vuepress/plugin-sitemap + # [2.0.0-rc.4](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2024-01-31) **Note:** Version bump only for package @vuepress/plugin-sitemap diff --git a/plugins/plugin-sitemap/package.json b/plugins/plugin-sitemap/package.json index e7ccf213f6..9aaa2b65cc 100644 --- a/plugins/plugin-sitemap/package.json +++ b/plugins/plugin-sitemap/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-sitemap", - "version": "2.0.0-rc.4", + "version": "2.0.0-rc.5", "description": "Sitemap plugin for vuepress", "keywords": [ "vuepress", diff --git a/themes/theme-default/CHANGELOG.md b/themes/theme-default/CHANGELOG.md index 674e52e40a..14f9eb7676 100644 --- a/themes/theme-default/CHANGELOG.md +++ b/themes/theme-default/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.5](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-01-31) + +**Note:** Version bump only for package @vuepress/theme-default + # [2.0.0-rc.4](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2024-01-31) **Note:** Version bump only for package @vuepress/theme-default diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json index 7d8c6279dd..2d80a4c6c6 100644 --- a/themes/theme-default/package.json +++ b/themes/theme-default/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/theme-default", - "version": "2.0.0-rc.4", + "version": "2.0.0-rc.5", "description": "Default theme of VuePress", "keywords": [ "vuepress-theme", diff --git a/tools/helper/CHANGELOG.md b/tools/helper/CHANGELOG.md index 66e8897a92..97a05d6467 100644 --- a/tools/helper/CHANGELOG.md +++ b/tools/helper/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.5](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-01-31) + +### Bug Fixes + +* **helper:** improve types of useLocaleConfig ([0fcc7f6](https://github.com/vuepress/ecosystem/commit/0fcc7f6bdb5f1a18899ad6e74849003d5e0e70e3)) + +### Features + +* **helper:** add data utils ([#43](https://github.com/vuepress/ecosystem/issues/43)) ([ebd6f63](https://github.com/vuepress/ecosystem/commit/ebd6f630652a1d8ee858ff2e9a3f260014d1353e)) +* **helper:** add locales helper ([#44](https://github.com/vuepress/ecosystem/issues/44)) ([f1be46f](https://github.com/vuepress/ecosystem/commit/f1be46f1c80a3a373da49852d6cb96967c2c74d3)) + # [2.0.0-rc.4](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2024-01-31) ### Features diff --git a/tools/helper/package.json b/tools/helper/package.json index f3a2eaf19e..5603ed213c 100644 --- a/tools/helper/package.json +++ b/tools/helper/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/helper", - "version": "2.0.0-rc.4", + "version": "2.0.0-rc.5", "description": "VuePress helper", "keywords": [ "vuepress",