diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e4be59ea..a53df3923c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ 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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +### Bug Fixes + +- **plugin-feed:** fix filter default value ([85faf13](https://github.com/vuepress/ecosystem/commit/85faf13278b39f6e7a08e5518df06349f50d3965)) +- **plugin-watermark:** fix option reactivity ([5d3cdf1](https://github.com/vuepress/ecosystem/commit/5d3cdf19b0ae55e14d690f1bbc73d23ce745033c)) + +### Features + +- `defineXXXConfig` support `MaybeRefOrGetter` options ([#112](https://github.com/vuepress/ecosystem/issues/112)) ([fca6b29](https://github.com/vuepress/ecosystem/commit/fca6b2994e52a77ae1c9b6aa2a910598f64dc09e)) +- add sass-palette plugin ([#115](https://github.com/vuepress/ecosystem/issues/115)) ([cf62701](https://github.com/vuepress/ecosystem/commit/cf627013e21a8a937f5afc8cdf151fffa6ff2dde)) +- init umami analytics plugin ([#116](https://github.com/vuepress/ecosystem/issues/116)) ([0e68dc5](https://github.com/vuepress/ecosystem/commit/0e68dc5f9c3fa7c3f55e9214663f7a932ff24c4d)) +- init watermark plugin ([#111](https://github.com/vuepress/ecosystem/issues/111)) ([969b03b](https://github.com/vuepress/ecosystem/commit/969b03b8de534f85308fc38060932ccc0bebfd9a)) + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) ### Bug Fixes diff --git a/lerna.json b/lerna.json index a3bb6bcc51..109e74f86e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "command": { "version": { "allowBranch": "main", diff --git a/plugins/plugin-active-header-links/CHANGELOG.md b/plugins/plugin-active-header-links/CHANGELOG.md index 862b6a2d0d..b462358da1 100644 --- a/plugins/plugin-active-header-links/CHANGELOG.md +++ b/plugins/plugin-active-header-links/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-active-header-links + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-active-header-links diff --git a/plugins/plugin-active-header-links/package.json b/plugins/plugin-active-header-links/package.json index 707c5fad26..41a9b866ea 100644 --- a/plugins/plugin-active-header-links/package.json +++ b/plugins/plugin-active-header-links/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-active-header-links", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - active header links", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-append-date/CHANGELOG.md b/plugins/plugin-append-date/CHANGELOG.md index ada5a38493..6913741cf1 100644 --- a/plugins/plugin-append-date/CHANGELOG.md +++ b/plugins/plugin-append-date/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-append-date + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) ### Bug Fixes diff --git a/plugins/plugin-append-date/package.json b/plugins/plugin-append-date/package.json index f6df66fcc6..e3d1caeb4d 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.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - append date", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-back-to-top/CHANGELOG.md b/plugins/plugin-back-to-top/CHANGELOG.md index 4d07feee58..ab8291ddcf 100644 --- a/plugins/plugin-back-to-top/CHANGELOG.md +++ b/plugins/plugin-back-to-top/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-back-to-top + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-back-to-top diff --git a/plugins/plugin-back-to-top/package.json b/plugins/plugin-back-to-top/package.json index c7f75f247e..2f9f575ca6 100644 --- a/plugins/plugin-back-to-top/package.json +++ b/plugins/plugin-back-to-top/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-back-to-top", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - back to top", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-baidu-analytics/CHANGELOG.md b/plugins/plugin-baidu-analytics/CHANGELOG.md index 5cac5d9ea7..6a22494a7c 100644 --- a/plugins/plugin-baidu-analytics/CHANGELOG.md +++ b/plugins/plugin-baidu-analytics/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-baidu-analytics + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-baidu-analytics diff --git a/plugins/plugin-baidu-analytics/package.json b/plugins/plugin-baidu-analytics/package.json index e79dc421f3..c756e0414e 100644 --- a/plugins/plugin-baidu-analytics/package.json +++ b/plugins/plugin-baidu-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-baidu-analytics", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - baidu-analytics", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-blog/CHANGELOG.md b/plugins/plugin-blog/CHANGELOG.md index ad0432fa94..c5190d9a72 100644 --- a/plugins/plugin-blog/CHANGELOG.md +++ b/plugins/plugin-blog/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-blog + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-blog diff --git a/plugins/plugin-blog/package.json b/plugins/plugin-blog/package.json index 7c029cab5f..aa431fc8cd 100644 --- a/plugins/plugin-blog/package.json +++ b/plugins/plugin-blog/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-blog", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - blog", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-catalog/CHANGELOG.md b/plugins/plugin-catalog/CHANGELOG.md index 170efb8c3a..457f025d12 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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-catalog + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-catalog diff --git a/plugins/plugin-catalog/package.json b/plugins/plugin-catalog/package.json index bf07cc80e8..fa5158ceab 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.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - catalog", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-comment/CHANGELOG.md b/plugins/plugin-comment/CHANGELOG.md index c8f1fc7b25..b8597b1553 100644 --- a/plugins/plugin-comment/CHANGELOG.md +++ b/plugins/plugin-comment/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +### Features + +- `defineXXXConfig` support `MaybeRefOrGetter` options ([#112](https://github.com/vuepress/ecosystem/issues/112)) ([fca6b29](https://github.com/vuepress/ecosystem/commit/fca6b2994e52a77ae1c9b6aa2a910598f64dc09e)) + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) ### Bug Fixes diff --git a/plugins/plugin-comment/package.json b/plugins/plugin-comment/package.json index 5277468bb5..ace055494c 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.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - comment", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-copy-code/CHANGELOG.md b/plugins/plugin-copy-code/CHANGELOG.md index 7b54a0b2b1..6a77549561 100644 --- a/plugins/plugin-copy-code/CHANGELOG.md +++ b/plugins/plugin-copy-code/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-copy-code + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-copy-code diff --git a/plugins/plugin-copy-code/package.json b/plugins/plugin-copy-code/package.json index 42948e67a8..214276f821 100644 --- a/plugins/plugin-copy-code/package.json +++ b/plugins/plugin-copy-code/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-copy-code", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - copy code block", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-copyright/CHANGELOG.md b/plugins/plugin-copyright/CHANGELOG.md index 7c38d3f5bf..e4e78e781e 100644 --- a/plugins/plugin-copyright/CHANGELOG.md +++ b/plugins/plugin-copyright/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-copyright + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-copyright diff --git a/plugins/plugin-copyright/package.json b/plugins/plugin-copyright/package.json index 17f1f1442c..9d4c2706af 100644 --- a/plugins/plugin-copyright/package.json +++ b/plugins/plugin-copyright/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-copyright", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - copyright", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-docsearch/CHANGELOG.md b/plugins/plugin-docsearch/CHANGELOG.md index dbadd6d271..917c8a019e 100644 --- a/plugins/plugin-docsearch/CHANGELOG.md +++ b/plugins/plugin-docsearch/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +### Features + +- `defineXXXConfig` support `MaybeRefOrGetter` options ([#112](https://github.com/vuepress/ecosystem/issues/112)) ([fca6b29](https://github.com/vuepress/ecosystem/commit/fca6b2994e52a77ae1c9b6aa2a910598f64dc09e)) + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-docsearch diff --git a/plugins/plugin-docsearch/package.json b/plugins/plugin-docsearch/package.json index 2909935b06..7a8f3282e5 100644 --- a/plugins/plugin-docsearch/package.json +++ b/plugins/plugin-docsearch/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-docsearch", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - docsearch", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-external-link-icon/CHANGELOG.md b/plugins/plugin-external-link-icon/CHANGELOG.md index 996b0af654..3b710bfc9f 100644 --- a/plugins/plugin-external-link-icon/CHANGELOG.md +++ b/plugins/plugin-external-link-icon/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-external-link-icon + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-external-link-icon diff --git a/plugins/plugin-external-link-icon/package.json b/plugins/plugin-external-link-icon/package.json index 3bc805dea0..8cdf5b7697 100644 --- a/plugins/plugin-external-link-icon/package.json +++ b/plugins/plugin-external-link-icon/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-external-link-icon", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - external link icon", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-feed/CHANGELOG.md b/plugins/plugin-feed/CHANGELOG.md index 1266965f5c..dc283724a1 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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +### Bug Fixes + +- **plugin-feed:** fix filter default value ([85faf13](https://github.com/vuepress/ecosystem/commit/85faf13278b39f6e7a08e5518df06349f50d3965)) + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-feed diff --git a/plugins/plugin-feed/package.json b/plugins/plugin-feed/package.json index 40c04b0597..5902eff1dd 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.26", + "version": "2.0.0-rc.27", "description": "Feed plugin for vuepress-theme-hope", "keywords": [ "vuepress", diff --git a/plugins/plugin-links-check/CHANGELOG.md b/plugins/plugin-links-check/CHANGELOG.md index ba5895143d..401bac156f 100644 --- a/plugins/plugin-links-check/CHANGELOG.md +++ b/plugins/plugin-links-check/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-links-check + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-links-check diff --git a/plugins/plugin-links-check/package.json b/plugins/plugin-links-check/package.json index a7fbb14335..d6d58685ba 100644 --- a/plugins/plugin-links-check/package.json +++ b/plugins/plugin-links-check/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-links-check", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - links-check", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-medium-zoom/CHANGELOG.md b/plugins/plugin-medium-zoom/CHANGELOG.md index 96ef497714..6d88d0fa32 100644 --- a/plugins/plugin-medium-zoom/CHANGELOG.md +++ b/plugins/plugin-medium-zoom/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-medium-zoom + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-medium-zoom diff --git a/plugins/plugin-medium-zoom/package.json b/plugins/plugin-medium-zoom/package.json index 7c57817e08..b72712eb7a 100644 --- a/plugins/plugin-medium-zoom/package.json +++ b/plugins/plugin-medium-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-medium-zoom", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - medium-zoom", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-nprogress/CHANGELOG.md b/plugins/plugin-nprogress/CHANGELOG.md index 2531adfff6..ac6a8ede2d 100644 --- a/plugins/plugin-nprogress/CHANGELOG.md +++ b/plugins/plugin-nprogress/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-nprogress + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-nprogress diff --git a/plugins/plugin-nprogress/package.json b/plugins/plugin-nprogress/package.json index e2f3a71cb4..a1c198cb55 100644 --- a/plugins/plugin-nprogress/package.json +++ b/plugins/plugin-nprogress/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-nprogress", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - nprogress", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-photo-swipe/CHANGELOG.md b/plugins/plugin-photo-swipe/CHANGELOG.md index 5263d663b4..1190b4b56f 100644 --- a/plugins/plugin-photo-swipe/CHANGELOG.md +++ b/plugins/plugin-photo-swipe/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +### Features + +- `defineXXXConfig` support `MaybeRefOrGetter` options ([#112](https://github.com/vuepress/ecosystem/issues/112)) ([fca6b29](https://github.com/vuepress/ecosystem/commit/fca6b2994e52a77ae1c9b6aa2a910598f64dc09e)) + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-photo-swipe diff --git a/plugins/plugin-photo-swipe/package.json b/plugins/plugin-photo-swipe/package.json index 9f801f308f..c3be0c300d 100644 --- a/plugins/plugin-photo-swipe/package.json +++ b/plugins/plugin-photo-swipe/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-photo-swipe", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - photo-swipe", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-pwa/CHANGELOG.md b/plugins/plugin-pwa/CHANGELOG.md index 3e114cbf09..9567e1f275 100644 --- a/plugins/plugin-pwa/CHANGELOG.md +++ b/plugins/plugin-pwa/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-pwa + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-pwa diff --git a/plugins/plugin-pwa/package.json b/plugins/plugin-pwa/package.json index 393d9802f2..b661ceb1f8 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.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - progressive web application", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-reading-time/CHANGELOG.md b/plugins/plugin-reading-time/CHANGELOG.md index 3f59763f0f..d63a36373f 100644 --- a/plugins/plugin-reading-time/CHANGELOG.md +++ b/plugins/plugin-reading-time/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-reading-time + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-reading-time diff --git a/plugins/plugin-reading-time/package.json b/plugins/plugin-reading-time/package.json index 1e69ab7c36..e777296b2a 100644 --- a/plugins/plugin-reading-time/package.json +++ b/plugins/plugin-reading-time/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-reading-time", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - reading-time", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-redirect/CHANGELOG.md b/plugins/plugin-redirect/CHANGELOG.md index d42940d8dc..f067023347 100644 --- a/plugins/plugin-redirect/CHANGELOG.md +++ b/plugins/plugin-redirect/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-redirect + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-redirect diff --git a/plugins/plugin-redirect/package.json b/plugins/plugin-redirect/package.json index cd79f59a60..16fe1317e7 100644 --- a/plugins/plugin-redirect/package.json +++ b/plugins/plugin-redirect/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-redirect", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - redirect", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-rtl/CHANGELOG.md b/plugins/plugin-rtl/CHANGELOG.md index 5ba6b26313..4a2bc68442 100644 --- a/plugins/plugin-rtl/CHANGELOG.md +++ b/plugins/plugin-rtl/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-rtl + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-rtl diff --git a/plugins/plugin-rtl/package.json b/plugins/plugin-rtl/package.json index 7ce4da3c45..764df76280 100644 --- a/plugins/plugin-rtl/package.json +++ b/plugins/plugin-rtl/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-rtl", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - rtl", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-sass-palette/CHANGELOG.md b/plugins/plugin-sass-palette/CHANGELOG.md new file mode 100644 index 0000000000..d3b524f120 --- /dev/null +++ b/plugins/plugin-sass-palette/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +### Features + +- add sass-palette plugin ([#115](https://github.com/vuepress/ecosystem/issues/115)) ([cf62701](https://github.com/vuepress/ecosystem/commit/cf627013e21a8a937f5afc8cdf151fffa6ff2dde)) diff --git a/plugins/plugin-sass-palette/package.json b/plugins/plugin-sass-palette/package.json index 181b38c61f..97b22cf459 100644 --- a/plugins/plugin-sass-palette/package.json +++ b/plugins/plugin-sass-palette/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-sass-palette", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - sass-palette", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-search/CHANGELOG.md b/plugins/plugin-search/CHANGELOG.md index eb5df93fad..705c6e6974 100644 --- a/plugins/plugin-search/CHANGELOG.md +++ b/plugins/plugin-search/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-search + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-search diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index 3a1bda3627..5a4467daf7 100644 --- a/plugins/plugin-search/package.json +++ b/plugins/plugin-search/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-search", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - built-in search", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-seo/CHANGELOG.md b/plugins/plugin-seo/CHANGELOG.md index 06e20f8f35..8e3a75bc27 100644 --- a/plugins/plugin-seo/CHANGELOG.md +++ b/plugins/plugin-seo/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-seo + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-seo diff --git a/plugins/plugin-seo/package.json b/plugins/plugin-seo/package.json index 38897fc582..71f7ef773f 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.26", + "version": "2.0.0-rc.27", "description": "SEO plugin for vuepress", "keywords": [ "vuepress", diff --git a/plugins/plugin-sitemap/CHANGELOG.md b/plugins/plugin-sitemap/CHANGELOG.md index 14ee99f0b2..381e0b66c9 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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-sitemap + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-sitemap diff --git a/plugins/plugin-sitemap/package.json b/plugins/plugin-sitemap/package.json index 16615642bc..a36265ae6a 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.26", + "version": "2.0.0-rc.27", "description": "Sitemap plugin for vuepress", "keywords": [ "vuepress", diff --git a/plugins/plugin-theme-data/CHANGELOG.md b/plugins/plugin-theme-data/CHANGELOG.md index 9445a56a99..dff7ee1adc 100644 --- a/plugins/plugin-theme-data/CHANGELOG.md +++ b/plugins/plugin-theme-data/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-theme-data + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-theme-data diff --git a/plugins/plugin-theme-data/package.json b/plugins/plugin-theme-data/package.json index e5d2a0873b..b541777f7c 100644 --- a/plugins/plugin-theme-data/package.json +++ b/plugins/plugin-theme-data/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-theme-data", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - theme data", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-toc/CHANGELOG.md b/plugins/plugin-toc/CHANGELOG.md index 09d6bf2c7a..ddb888b6ef 100644 --- a/plugins/plugin-toc/CHANGELOG.md +++ b/plugins/plugin-toc/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/plugin-toc + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/plugin-toc diff --git a/plugins/plugin-toc/package.json b/plugins/plugin-toc/package.json index 02ca92fa88..03beed48d5 100644 --- a/plugins/plugin-toc/package.json +++ b/plugins/plugin-toc/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-toc", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - toc", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-umami-analytics/CHANGELOG.md b/plugins/plugin-umami-analytics/CHANGELOG.md new file mode 100644 index 0000000000..b6a66aa71e --- /dev/null +++ b/plugins/plugin-umami-analytics/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +### Features + +- init umami analytics plugin ([#116](https://github.com/vuepress/ecosystem/issues/116)) ([0e68dc5](https://github.com/vuepress/ecosystem/commit/0e68dc5f9c3fa7c3f55e9214663f7a932ff24c4d)) diff --git a/plugins/plugin-umami-analytics/package.json b/plugins/plugin-umami-analytics/package.json index 63ada8ed76..d1f7d40973 100644 --- a/plugins/plugin-umami-analytics/package.json +++ b/plugins/plugin-umami-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-umami-analytics", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - umami-analytics", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-watermark/CHANGELOG.md b/plugins/plugin-watermark/CHANGELOG.md index e4d87c4d45..6ebeff574f 100644 --- a/plugins/plugin-watermark/CHANGELOG.md +++ b/plugins/plugin-watermark/CHANGELOG.md @@ -2,3 +2,13 @@ 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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +### Bug Fixes + +- **plugin-watermark:** fix option reactivity ([5d3cdf1](https://github.com/vuepress/ecosystem/commit/5d3cdf19b0ae55e14d690f1bbc73d23ce745033c)) + +### Features + +- init watermark plugin ([#111](https://github.com/vuepress/ecosystem/issues/111)) ([969b03b](https://github.com/vuepress/ecosystem/commit/969b03b8de534f85308fc38060932ccc0bebfd9a)) diff --git a/plugins/plugin-watermark/package.json b/plugins/plugin-watermark/package.json index a2ec5ce928..673d01c887 100644 --- a/plugins/plugin-watermark/package.json +++ b/plugins/plugin-watermark/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-watermark", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress plugin - watermark", "keywords": [ "vuepress-plugin", diff --git a/themes/theme-default/CHANGELOG.md b/themes/theme-default/CHANGELOG.md index 754a2aeaee..236cba6293 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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/theme-default + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/theme-default diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json index 94f537d7c4..a4d1a476f7 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.26", + "version": "2.0.0-rc.27", "description": "Default theme of VuePress", "keywords": [ "vuepress-theme", diff --git a/tools/create-vuepress/CHANGELOG.md b/tools/create-vuepress/CHANGELOG.md index 1247ff1fda..a905a463af 100644 --- a/tools/create-vuepress/CHANGELOG.md +++ b/tools/create-vuepress/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package create-vuepress + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package create-vuepress diff --git a/tools/create-vuepress/package.json b/tools/create-vuepress/package.json index acc639cb65..029fe23781 100644 --- a/tools/create-vuepress/package.json +++ b/tools/create-vuepress/package.json @@ -1,6 +1,6 @@ { "name": "create-vuepress", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress template helper", "keywords": [ "vuepress", diff --git a/tools/helper/CHANGELOG.md b/tools/helper/CHANGELOG.md index 0cd9c0e61c..a4ad57fa76 100644 --- a/tools/helper/CHANGELOG.md +++ b/tools/helper/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.27](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-05-06) + +**Note:** Version bump only for package @vuepress/helper + # [2.0.0-rc.26](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-04-21) **Note:** Version bump only for package @vuepress/helper diff --git a/tools/helper/package.json b/tools/helper/package.json index 6dff03f4cd..1f025e2e73 100644 --- a/tools/helper/package.json +++ b/tools/helper/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/helper", - "version": "2.0.0-rc.26", + "version": "2.0.0-rc.27", "description": "VuePress helper", "keywords": [ "vuepress",