diff --git a/.changeset/good-snails-attend.md b/.changeset/good-snails-attend.md deleted file mode 100644 index 778344037..000000000 --- a/.changeset/good-snails-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/rss": patch ---- - -Improve RSS schema errors with additional property name context diff --git a/.changeset/rare-lizards-grin.md b/.changeset/rare-lizards-grin.md deleted file mode 100644 index 574cd5637..000000000 --- a/.changeset/rare-lizards-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Revert to giget 1.0.0 until upstream issue is fixed diff --git a/examples/blog/package.json b/examples/blog/package.json index effecfabf..29824988b 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,7 +13,7 @@ "dependencies": { "astro": "^2.0.13", "@astrojs/mdx": "^0.17.0", - "@astrojs/rss": "^2.1.0", + "@astrojs/rss": "^2.1.1", "@astrojs/sitemap": "^1.0.1" } } diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md index 637ccd61a..d71442d4a 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 2.1.1 + +### Patch Changes + +- [#6259](https://github.com/withastro/astro/pull/6259) [`dbffee4e3`](https://github.com/withastro/astro/commit/dbffee4e381e74882734039783fae312d3893f2a) Thanks [@y-nk](https://github.com/y-nk)! - Improve RSS schema errors with additional property name context + ## 2.1.0 ### Minor Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 1de43ed39..236e36c5b 100644 --- a/packages/astro-rss/package.json +++ b/packages/astro-rss/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/rss", "description": "Add RSS feeds to your Astro projects", - "version": "2.1.0", + "version": "2.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 8657d7070..0a6e70932 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 3.0.2 + +### Patch Changes + +- [#6278](https://github.com/withastro/astro/pull/6278) [`0f5d122cd`](https://github.com/withastro/astro/commit/0f5d122cd538b65ec7208ddae5e60cfaddaf4b2c) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Revert to giget 1.0.0 until upstream issue is fixed + ## 3.0.1 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 9d738306e..63c322585 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "3.0.1", + "version": "3.0.2", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fe619ad9c..8e557b499 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -70,7 +70,7 @@ importers: examples/blog: specifiers: '@astrojs/mdx': ^0.17.0 - '@astrojs/rss': ^2.1.0 + '@astrojs/rss': ^2.1.1 '@astrojs/sitemap': ^1.0.1 astro: ^2.0.13 dependencies: