diff --git a/.changeset/many-eels-wait.md b/.changeset/many-eels-wait.md deleted file mode 100644 index 8385894fcefc..000000000000 --- a/.changeset/many-eels-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/cloudflare': patch ---- - -add option to compile unminified code diff --git a/.changeset/quiet-cougars-fix.md b/.changeset/quiet-cougars-fix.md deleted file mode 100644 index b5a99c0f536a..000000000000 --- a/.changeset/quiet-cougars-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/rss': minor ---- - -Added extra elements to the RSS items, including categories and enclosure diff --git a/examples/blog/package.json b/examples/blog/package.json index 6779fedb0756..50913ce4b1be 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,7 +13,7 @@ "dependencies": { "astro": "^2.3.1", "@astrojs/mdx": "^0.19.0", - "@astrojs/rss": "^2.3.2", + "@astrojs/rss": "^2.4.0", "@astrojs/sitemap": "^1.2.2" } } diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md index a9d96eb2dbf0..cdbf24098739 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 2.4.0 + +### Minor Changes + +- [#6707](https://github.com/withastro/astro/pull/6707) [`4ea716e56`](https://github.com/withastro/astro/commit/4ea716e5692d23361e9301330ce52733b3d05b01) Thanks [@philnash](https://github.com/philnash)! - Added extra elements to the RSS items, including categories and enclosure + ## 2.3.2 ### Patch Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 7f7121b62a6a..21b07e2fb61d 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.3.2", + "version": "2.4.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 950b83aa801c..62285f2b83a0 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/cloudflare +## 6.2.3 + +### Patch Changes + +- [#6222](https://github.com/withastro/astro/pull/6222) [`081b2402c`](https://github.com/withastro/astro/commit/081b2402cfb48b5eb8dbd02664d8af2f7c798edf) Thanks [@AirBorne04](https://github.com/AirBorne04)! - add option to compile unminified code + ## 6.2.2 ### Patch Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index e926f313fc20..5c01acf5251a 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to Cloudflare Workers/Pages", - "version": "6.2.2", + "version": "6.2.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 39384631cc45..713e53b2d76a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -149,7 +149,7 @@ importers: specifier: ^0.19.0 version: link:../../packages/integrations/mdx '@astrojs/rss': - specifier: ^2.3.2 + specifier: ^2.4.0 version: link:../../packages/astro-rss '@astrojs/sitemap': specifier: ^1.2.2