diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fddbde8c3..64e7ff09dd 100644 --- a/CHANGELOG.md +++ b/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.20](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.19...v2.0.0-rc.20) (2024-03-11) + +### Bug Fixes + +- **plugin-pwa:** remove vuepress-shared ([94659a7](https://github.com/vuepress/ecosystem/commit/94659a74022d79927a554b31c12df668225c9390)) + +### Features + +- add append-date plugin ([#88](https://github.com/vuepress/ecosystem/issues/88)) ([3fe39bc](https://github.com/vuepress/ecosystem/commit/3fe39bc4ffd60f20db3fbba2d5d69f7663eb9bdc)) +- add comment plugin ([#87](https://github.com/vuepress/ecosystem/issues/87)) ([5debe9d](https://github.com/vuepress/ecosystem/commit/5debe9d28cee2213933857b900455edb1b1e0643)) + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 22609d181d..b5c72890ee 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.19", + "version": "2.0.0-rc.20", "command": { "version": { "allowBranch": "main", diff --git a/plugins/plugin-append-date/CHANGELOG.md b/plugins/plugin-append-date/CHANGELOG.md new file mode 100644 index 0000000000..9a7cdb1963 --- /dev/null +++ b/plugins/plugin-append-date/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +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.20](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.19...v2.0.0-rc.20) (2024-03-11) + +### Features + +- add append-date plugin ([#88](https://github.com/vuepress/ecosystem/issues/88)) ([3fe39bc](https://github.com/vuepress/ecosystem/commit/3fe39bc4ffd60f20db3fbba2d5d69f7663eb9bdc)) diff --git a/plugins/plugin-append-date/package.json b/plugins/plugin-append-date/package.json index 332b2c7bbb..c15a62ed34 100644 --- a/plugins/plugin-append-date/package.json +++ b/plugins/plugin-append-date/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-append-date", - "version": "2.0.0-rc.19", + "version": "2.0.0-rc.20", "description": "VuePress plugin - append date", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-catalog/CHANGELOG.md b/plugins/plugin-catalog/CHANGELOG.md index 7f1c03a108..99f63940fa 100644 --- a/plugins/plugin-catalog/CHANGELOG.md +++ b/plugins/plugin-catalog/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.20](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.19...v2.0.0-rc.20) (2024-03-11) + +**Note:** Version bump only for package @vuepress/plugin-catalog + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **Note:** Version bump only for package @vuepress/plugin-catalog diff --git a/plugins/plugin-catalog/package.json b/plugins/plugin-catalog/package.json index 29d6bea52c..cbbb7ebe28 100644 --- a/plugins/plugin-catalog/package.json +++ b/plugins/plugin-catalog/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-catalog", - "version": "2.0.0-rc.19", + "version": "2.0.0-rc.20", "description": "VuePress plugin - catalog", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-comment/CHANGELOG.md b/plugins/plugin-comment/CHANGELOG.md new file mode 100644 index 0000000000..e89ec8d9f9 --- /dev/null +++ b/plugins/plugin-comment/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +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.20](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.19...v2.0.0-rc.20) (2024-03-11) + +### Features + +- add comment plugin ([#87](https://github.com/vuepress/ecosystem/issues/87)) ([5debe9d](https://github.com/vuepress/ecosystem/commit/5debe9d28cee2213933857b900455edb1b1e0643)) diff --git a/plugins/plugin-comment/package.json b/plugins/plugin-comment/package.json index a3b3191a3b..a9ed752f80 100644 --- a/plugins/plugin-comment/package.json +++ b/plugins/plugin-comment/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-comment", - "version": "2.0.0-rc.19", + "version": "2.0.0-rc.20", "description": "VuePress plugin - comment", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-pwa/CHANGELOG.md b/plugins/plugin-pwa/CHANGELOG.md index 9c3b447f3d..ed11b2f655 100644 --- a/plugins/plugin-pwa/CHANGELOG.md +++ b/plugins/plugin-pwa/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.20](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.19...v2.0.0-rc.20) (2024-03-11) + +### Bug Fixes + +- **plugin-pwa:** remove vuepress-shared ([94659a7](https://github.com/vuepress/ecosystem/commit/94659a74022d79927a554b31c12df668225c9390)) + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) ### Bug Fixes diff --git a/plugins/plugin-pwa/package.json b/plugins/plugin-pwa/package.json index e81f77b5ea..4e657b84fe 100644 --- a/plugins/plugin-pwa/package.json +++ b/plugins/plugin-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-pwa", - "version": "2.0.0-rc.19", + "version": "2.0.0-rc.20", "description": "VuePress plugin - progressive web application", "keywords": [ "vuepress-plugin", diff --git a/themes/theme-default/CHANGELOG.md b/themes/theme-default/CHANGELOG.md index d8ee61502c..509bc9311e 100644 --- a/themes/theme-default/CHANGELOG.md +++ b/themes/theme-default/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.20](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.19...v2.0.0-rc.20) (2024-03-11) + +### Features + +- add comment plugin ([#87](https://github.com/vuepress/ecosystem/issues/87)) ([5debe9d](https://github.com/vuepress/ecosystem/commit/5debe9d28cee2213933857b900455edb1b1e0643)) + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) ### Bug Fixes diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json index 879176c73b..024b733dde 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.19", + "version": "2.0.0-rc.20", "description": "Default theme of VuePress", "keywords": [ "vuepress-theme",