summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-02-17 05:48:21 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-17 14:48:21 +0100
commita4861046927f6bd7382de069ddb6ebcf419a0dc7 (patch)
treec718825498811bf1afd44ae7360bbd2edf1e2392
parent0f5d122cd538b65ec7208ddae5e60cfaddaf4b2c (diff)
downloadastro-a4861046927f6bd7382de069ddb6ebcf419a0dc7.tar.gz
astro-a4861046927f6bd7382de069ddb6ebcf419a0dc7.tar.zst
astro-a4861046927f6bd7382de069ddb6ebcf419a0dc7.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/good-snails-attend.md5
-rw-r--r--.changeset/rare-lizards-grin.md5
-rw-r--r--examples/blog/package.json2
-rw-r--r--packages/astro-rss/CHANGELOG.md6
-rw-r--r--packages/astro-rss/package.json2
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--pnpm-lock.yaml2
8 files changed, 16 insertions, 14 deletions
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: