0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[ci] release (#7161)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-05-22 06:48:21 -07:00 committed by GitHub
parent e17ed0727e
commit d880293f79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 26 additions and 27 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/rss': patch
---
exposes RSSFeedItem type

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixed an issue where scripts that weren't safe to inline were inlined.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
fix no matched path when using `getStaticPaths` without `prerender` export.

View file

@ -1,5 +1,11 @@
# @astrojs/rss
## 2.4.3
### Patch Changes
- [#7153](https://github.com/withastro/astro/pull/7153) [`e17ed0727`](https://github.com/withastro/astro/commit/e17ed0727ef1acb512c77723a1b641326de8ca84) Thanks [@AkashRajpurohit](https://github.com/AkashRajpurohit)! - exposes RSSFeedItem type
## 2.4.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects",
"version": "2.4.2",
"version": "2.4.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,13 @@
# astro
## 2.5.2
### Patch Changes
- [#7144](https://github.com/withastro/astro/pull/7144) [`ba0636240`](https://github.com/withastro/astro/commit/ba0636240996f9f082d122a8414240196881cb96) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixed an issue where scripts that weren't safe to inline were inlined.
- [#7150](https://github.com/withastro/astro/pull/7150) [`8f418d13c`](https://github.com/withastro/astro/commit/8f418d13c5d5c9c40f05020205f24380b718654b) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - fix no matched path when using `getStaticPaths` without `prerender` export.
## 2.5.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "2.5.1",
"version": "2.5.2",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",

View file

@ -42,7 +42,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
"astro": "workspace:^2.5.1"
"astro": "workspace:^2.5.2"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -36,7 +36,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.5.1"
"astro": "workspace:^2.5.2"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -62,7 +62,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.5.1",
"astro": "workspace:^2.5.2",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {

View file

@ -47,7 +47,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
"astro": "workspace:^2.5.1"
"astro": "workspace:^2.5.2"
},
"devDependencies": {
"@astrojs/markdown-remark": "^2.2.1",

View file

@ -42,7 +42,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.5.1"
"astro": "workspace:^2.5.2"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",

View file

@ -38,7 +38,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
"astro": "workspace:^2.5.1"
"astro": "workspace:^2.5.2"
},
"devDependencies": {
"@types/send": "^0.17.1",

View file

@ -48,7 +48,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.5.1",
"astro": "workspace:^2.5.2",
"svelte": "^3.54.0"
},
"engines": {

View file

@ -44,7 +44,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.5.1",
"astro": "workspace:^2.5.2",
"tailwindcss": "^3.0.24"
},
"pnpm": {

View file

@ -59,7 +59,7 @@
"web-vitals": "^3.1.1"
},
"peerDependencies": {
"astro": "workspace:^2.5.1"
"astro": "workspace:^2.5.2"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",

View file

@ -56,7 +56,7 @@
"vue": "^3.2.37"
},
"peerDependencies": {
"astro": "workspace:^2.5.1",
"astro": "workspace:^2.5.2",
"vue": "^3.2.30"
},
"engines": {