From c2a3dd67e889b941f7cbe4bdb9552bcb84163cbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Dec 2024 14:37:33 +0000 Subject: [PATCH] [ci] release --- .changeset/famous-phones-pull.md | 5 ----- .changeset/itchy-masks-fry.md | 11 ----------- .changeset/popular-fireants-drop.md | 5 ----- docs/CHANGELOG.md | 11 +++++++++++ docs/package.json | 2 +- .../CHANGELOG.md | 16 ++++++++++++++++ .../package.json | 2 +- 7 files changed, 29 insertions(+), 23 deletions(-) delete mode 100644 .changeset/famous-phones-pull.md delete mode 100644 .changeset/itchy-masks-fry.md delete mode 100644 .changeset/popular-fireants-drop.md diff --git a/.changeset/famous-phones-pull.md b/.changeset/famous-phones-pull.md deleted file mode 100644 index b3a4df9..0000000 --- a/.changeset/famous-phones-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"starlight-plugin-show-latest-version-docs": minor ---- - -Update to Astro 5 and Starlight 0.30 + Starlight Plugin Show Latest Version Dependency diff --git a/.changeset/itchy-masks-fry.md b/.changeset/itchy-masks-fry.md deleted file mode 100644 index a37fa0b..0000000 --- a/.changeset/itchy-masks-fry.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"starlight-plugin-show-latest-version": minor ---- - -Adds support for Astro v5, drops support for Astro v4. - -⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now `0.30.0`. - -Please follow the [upgrade guide](https://github.com/withastro/starlight/releases/tag/%40astrojs/starlight%400.30.0) to update your project. - -Note that the [`legacy.collections` flag](https://docs.astro.build/en/reference/legacy-flags/#collections) is not supported by this plugin and you should update your collections to use Astro's new Content Layer API. diff --git a/.changeset/popular-fireants-drop.md b/.changeset/popular-fireants-drop.md deleted file mode 100644 index 475a384..0000000 --- a/.changeset/popular-fireants-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"starlight-plugin-show-latest-version": patch ---- - -Change Client JS to insert Raw HTML into div so it doesn't need rendering diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 525e241..9417c96 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,16 @@ # starlight-plugin-show-latest-version-docs +## 0.2.0 + +### Minor Changes + +- [#12](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/pull/12) [`c4c5257`](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/commit/c4c525794ba68fe9f33d16194c6802632f5cba77) Thanks [@trueberryless](https://github.com/trueberryless)! - Update to Astro 5 and Starlight 0.30 + Starlight Plugin Show Latest Version Dependency + +### Patch Changes + +- Updated dependencies [[`c4c5257`](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/commit/c4c525794ba68fe9f33d16194c6802632f5cba77), [`e29e231`](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/commit/e29e2318eb36400ee5752017487518f07d091e31)]: + - starlight-plugin-show-latest-version@0.2.0 + ## 0.1.1 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index d67579d..c20750b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "starlight-plugin-show-latest-version-docs", - "version": "0.1.1", + "version": "0.2.0", "description": "Show the latest released version of your Starlight plugin in your documentation.", "keywords": [ "starlight", diff --git a/packages/starlight-plugin-show-latest-version/CHANGELOG.md b/packages/starlight-plugin-show-latest-version/CHANGELOG.md index fa964c8..a46f188 100644 --- a/packages/starlight-plugin-show-latest-version/CHANGELOG.md +++ b/packages/starlight-plugin-show-latest-version/CHANGELOG.md @@ -1,5 +1,21 @@ # starlight-plugin-show-latest-version +## 0.2.0 + +### Minor Changes + +- [#12](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/pull/12) [`c4c5257`](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/commit/c4c525794ba68fe9f33d16194c6802632f5cba77) Thanks [@trueberryless](https://github.com/trueberryless)! - Adds support for Astro v5, drops support for Astro v4. + + ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now `0.30.0`. + + Please follow the [upgrade guide](https://github.com/withastro/starlight/releases/tag/%40astrojs/starlight%400.30.0) to update your project. + + Note that the [`legacy.collections` flag](https://docs.astro.build/en/reference/legacy-flags/#collections) is not supported by this plugin and you should update your collections to use Astro's new Content Layer API. + +### Patch Changes + +- [`e29e231`](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/commit/e29e2318eb36400ee5752017487518f07d091e31) Thanks [@trueberryless](https://github.com/trueberryless)! - Change Client JS to insert Raw HTML into div so it doesn't need rendering + ## 0.1.1 ### Patch Changes diff --git a/packages/starlight-plugin-show-latest-version/package.json b/packages/starlight-plugin-show-latest-version/package.json index 3405f26..62f53e0 100644 --- a/packages/starlight-plugin-show-latest-version/package.json +++ b/packages/starlight-plugin-show-latest-version/package.json @@ -1,6 +1,6 @@ { "name": "starlight-plugin-show-latest-version", - "version": "0.1.1", + "version": "0.2.0", "description": "Show the latest released version of your Starlight plugin in your documentation.", "keywords": [ "starlight",