summaryrefslogtreecommitdiff
path: root/packages/astro-rss
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-22 07:19:18 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-22 10:19:18 -0400
commit9f1881455a5c3a6457125dafbcd342be5c4de907 (patch)
tree967ccf17b7973ce6acacada687cbaaf7218804b6 /packages/astro-rss
parenta93e061cfb0779e41297f22002d6a446850acc93 (diff)
downloadastro-@astrojs/alpinejs@0.3.0-rc.1.tar.gz
astro-@astrojs/alpinejs@0.3.0-rc.1.tar.zst
astro-@astrojs/alpinejs@0.3.0-rc.1.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/astro-rss')
-rw-r--r--packages/astro-rss/CHANGELOG.md12
-rw-r--r--packages/astro-rss/package.json2
2 files changed, 13 insertions, 1 deletions
diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md
index a3c99b642..b5abcf7c6 100644
--- a/packages/astro-rss/CHANGELOG.md
+++ b/packages/astro-rss/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/rss
+## 3.0.0-rc.1
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+### Patch Changes
+
+- [#8099](https://github.com/withastro/astro/pull/8099) [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969) Thanks [@bluwy](https://github.com/bluwy)! - Deprecate the `markdown.drafts` configuration option.
+
+ If you'd like to create draft pages that are visible in dev but not in production, you can [migrate to content collections](https://docs.astro.build/en/guides/content-collections/#migrating-from-file-based-routing) and [manually filter out pages](https://docs.astro.build/en/guides/content-collections/#filtering-collection-queries) with the `draft: true` frontmatter property instead.
+
## 3.0.0-beta.0
### Major Changes
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json
index 2491f6a66..78bfb4a8e 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": "3.0.0-beta.0",
+ "version": "3.0.0-rc.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",