Skip to content

Commit

Permalink
Merge pull request #101 from HiDeoo/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored Dec 15, 2024
2 parents aecd360 + cef0c95 commit 7716de0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .changeset/rude-lemons-battle.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/starlight-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# starlight-blog

## 0.16.0

### Minor Changes

- [#100](https://github.com/HiDeoo/starlight-blog/pull/100) [`679e509`](https://github.com/HiDeoo/starlight-blog/commit/679e50998bad26034735c99302de5645dd87bf6e) Thanks [@HiDeoo](https://github.com/HiDeoo)! - 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.

⚠️ **BREAKING CHANGE:** The generated RSS feed no longer includes content of blog posts due to a [regression](https://github.com/withastro/astro/issues/12669) in Astro v5. The feature will be restored in a future release. If you rely on this feature, please stay on a previous version of Starlight and Astro in the meantime.
2 changes: 1 addition & 1 deletion packages/starlight-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starlight-blog",
"version": "0.15.0",
"version": "0.16.0",
"license": "MIT",
"description": "Starlight plugin to add a blog to your documentation.",
"author": "HiDeoo <[email protected]> (https://hideoo.dev)",
Expand Down

0 comments on commit 7716de0

Please sign in to comment.