diff --git a/.changeset/dirty-bobcats-taste.md b/.changeset/dirty-bobcats-taste.md deleted file mode 100644 index 163487e..0000000 --- a/.changeset/dirty-bobcats-taste.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"starlight-plugin-show-latest-version": minor ---- - -⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now version `0.32.0`. - -Please use the `@astrojs/upgrade` command to upgrade your project: - -```sh -npx @astrojs/upgrade -``` diff --git a/.changeset/new-coats-wink.md b/.changeset/new-coats-wink.md deleted file mode 100644 index b1a2d5b..0000000 --- a/.changeset/new-coats-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"starlight-plugin-show-latest-version-docs": patch ---- - -Update documenation `/components` because the notes were too large diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 56e13bb..dceeffc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # starlight-plugin-show-latest-version-docs +## 0.4.2 + +### Patch Changes + +- [#29](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/pull/29) [`3656c8f`](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/commit/3656c8f9b35ca3cf4cade1791098301020bc117c) Thanks [@trueberryless](https://github.com/trueberryless)! - Update documenation `/components` because the notes were too large + +- Updated dependencies [[`3656c8f`](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/commit/3656c8f9b35ca3cf4cade1791098301020bc117c)]: + - starlight-plugin-show-latest-version@0.4.0 + ## 0.4.1 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 7eb4346..dcd25da 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "starlight-plugin-show-latest-version-docs", - "version": "0.4.1", + "version": "0.4.2", "description": "Show the latest released version of your package 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 73d8864..1041df5 100644 --- a/packages/starlight-plugin-show-latest-version/CHANGELOG.md +++ b/packages/starlight-plugin-show-latest-version/CHANGELOG.md @@ -1,5 +1,17 @@ # starlight-plugin-show-latest-version +## 0.4.0 + +### Minor Changes + +- [#29](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/pull/29) [`3656c8f`](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/commit/3656c8f9b35ca3cf4cade1791098301020bc117c) Thanks [@trueberryless](https://github.com/trueberryless)! - ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now version `0.32.0`. + + Please use the `@astrojs/upgrade` command to upgrade your project: + + ```sh + npx @astrojs/upgrade + ``` + ## 0.3.1 ### Patch Changes diff --git a/packages/starlight-plugin-show-latest-version/package.json b/packages/starlight-plugin-show-latest-version/package.json index b21138d..c134b81 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.3.1", + "version": "0.4.0", "description": "Show the latest released version of your package in your documentation.", "keywords": [ "starlight",