0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] release (#6269)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-02-17 05:48:21 -08:00 committed by GitHub
parent 0f5d122cd5
commit a486104692
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 14 deletions

View file

@ -1,5 +0,0 @@
---
"@astrojs/rss": patch
---
Improve RSS schema errors with additional property name context

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
Revert to giget 1.0.0 until upstream issue is fixed

View file

@ -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"
}
}

View file

@ -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

View file

@ -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",

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "3.0.1",
"version": "3.0.2",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -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: