diff --git a/.changeset/dry-mice-whisper.md b/.changeset/dry-mice-whisper.md deleted file mode 100644 index abef76b..0000000 --- a/.changeset/dry-mice-whisper.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"starlight-contributor-list": 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/tender-turtles-fly.md b/.changeset/tender-turtles-fly.md deleted file mode 100644 index b6f3143..0000000 --- a/.changeset/tender-turtles-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"starlight-contributor-list-docs": minor ---- - -Update to Astro 5 and Starlight 0.30 + Starlight Contributor List Dependency diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..e728155 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,12 @@ +# starlight-contributor-list-docs + +## 0.2.0 + +### Minor Changes + +- [#9](https://github.com/trueberryless-org/starlight-contributor-list/pull/9) [`128f46c`](https://github.com/trueberryless-org/starlight-contributor-list/commit/128f46cca2b8c98abade03e5a3dee64970b367ae) Thanks [@trueberryless](https://github.com/trueberryless)! - Update to Astro 5 and Starlight 0.30 + Starlight Contributor List Dependency + +### Patch Changes + +- Updated dependencies [[`128f46c`](https://github.com/trueberryless-org/starlight-contributor-list/commit/128f46cca2b8c98abade03e5a3dee64970b367ae)]: + - starlight-contributor-list@0.2.0 diff --git a/docs/package.json b/docs/package.json index 06f498b..ca2d83f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "starlight-contributor-list-docs", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "Display a list of all contributors to your project", "homepage": "https://github.com/trueberryless-org/starlight-contributor-list", diff --git a/packages/starlight-contributor-list/CHANGELOG.md b/packages/starlight-contributor-list/CHANGELOG.md new file mode 100644 index 0000000..41cd845 --- /dev/null +++ b/packages/starlight-contributor-list/CHANGELOG.md @@ -0,0 +1,13 @@ +# starlight-contributor-list + +## 0.2.0 + +### Minor Changes + +- [#9](https://github.com/trueberryless-org/starlight-contributor-list/pull/9) [`128f46c`](https://github.com/trueberryless-org/starlight-contributor-list/commit/128f46cca2b8c98abade03e5a3dee64970b367ae) 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. diff --git a/packages/starlight-contributor-list/package.json b/packages/starlight-contributor-list/package.json index e6483ab..32af724 100644 --- a/packages/starlight-contributor-list/package.json +++ b/packages/starlight-contributor-list/package.json @@ -1,6 +1,6 @@ { "name": "starlight-contributor-list", - "version": "0.1.0", + "version": "0.2.0", "description": "Display a list of all contributors to your project", "homepage": "https://github.com/trueberryless-org/starlight-contributor-list", "bugs": "https://github.com/trueberryless-org/starlight-contributor-list/issues",