Skip to content

Commit

Permalink
Merge pull request #13 from trueberryless-org/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
trueberryless authored Dec 22, 2024
2 parents e9ddac4 + c2a3dd6 commit 5243196
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-phones-pull.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/itchy-masks-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-fireants-drop.md

This file was deleted.

11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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-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",
Expand Down
16 changes: 16 additions & 0 deletions packages/starlight-plugin-show-latest-version/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/starlight-plugin-show-latest-version/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5243196

Please sign in to comment.