diff options
author | 2024-10-15 10:10:48 -0700 | |
---|---|---|
committer | 2024-10-15 19:10:48 +0200 | |
commit | 5a4edebfd28e5f93f4fb5b9e0ca499b30fdd9a76 (patch) | |
tree | d44a5821654d08c821509113cba73e4360625d06 /packages | |
parent | 67bb22e5a1ff0fcbd66de5c4acd828d23477e3e2 (diff) | |
download | astro-549676473cb5177712755161055eddfb6b9eb11a.tar.gz astro-549676473cb5177712755161055eddfb6b9eb11a.tar.zst astro-549676473cb5177712755161055eddfb6b9eb11a.zip |
[ci] release (#12234)astro@4.16.5@astrojs/rss@4.0.9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/astro-rss/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/astro-rss/package.json | 2 | ||||
-rw-r--r-- | packages/astro/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/astro/package.json | 2 |
4 files changed, 14 insertions, 2 deletions
diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md index be7c24e33..6204e723c 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 4.0.9 + +### Patch Changes + +- [#12157](https://github.com/withastro/astro/pull/12157) [`925cff3`](https://github.com/withastro/astro/commit/925cff31bc040874e73decd6a6b3a5ba84c60258) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Improves README configuration reference. + ## 4.0.8 ### Patch Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 509f31ee3..8de405fd7 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": "4.0.8", + "version": "4.0.9", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 55f4b476b..4246713f1 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # astro +## 4.16.5 + +### Patch Changes + +- [#12232](https://github.com/withastro/astro/pull/12232) [`ff68ba5`](https://github.com/withastro/astro/commit/ff68ba5e1ca00f06d1afd5fbf89acea3092bb660) Thanks [@martrapp](https://github.com/martrapp)! - Fixes an issue with cssesc in dev mode when setting `vite.ssr.noExternal: true` + ## 4.16.4 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index c8cfa90e9..7f6e52a30 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "4.16.4", + "version": "4.16.5", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", |