Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent f05ba6f commit aa50b16
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/dry-mice-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-turtles-fly.md

This file was deleted.

12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]:
- [email protected]
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/starlight-contributor-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/starlight-contributor-list/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit aa50b16

Please sign in to comment.