[ci] release (#6996)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-05-04 13:19:01 -07:00 committed by GitHub
parent 71332cf969
commit 170140083c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 17 additions and 16 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Move sharpImageService and squooshImageService functions to `astro/config` so they can be imported

View file

@ -1,5 +1,11 @@
# astro
## 2.4.1
### Patch Changes
- [#6995](https://github.com/withastro/astro/pull/6995) [`71332cf96`](https://github.com/withastro/astro/commit/71332cf9697755884e5e2e63d6d2499cc2c5edd1) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Move sharpImageService and squooshImageService functions to `astro/config` so they can be imported
## 2.4.0
### Minor Changes

View file

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

View file

@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
"astro": "workspace:^2.4.0"
"astro": "workspace:^2.4.1"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -33,7 +33,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.4.0"
"astro": "workspace:^2.4.1"
},
"devDependencies": {
"astro": "workspace:*",

View file

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

View file

@ -41,7 +41,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
"astro": "workspace:^2.4.0"
"astro": "workspace:^2.4.1"
},
"devDependencies": {
"@types/chai": "^4.3.1",

View file

@ -39,7 +39,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.4.0"
"astro": "workspace:^2.4.1"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",

View file

@ -35,7 +35,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
"astro": "workspace:^2.4.0"
"astro": "workspace:^2.4.1"
},
"devDependencies": {
"@types/send": "^0.17.1",

View file

@ -43,7 +43,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.4.0",
"astro": "workspace:^2.4.1",
"svelte": "^3.54.0"
},
"engines": {

View file

@ -40,7 +40,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.4.0",
"astro": "workspace:^2.4.1",
"tailwindcss": "^3.0.24"
},
"pnpm": {

View file

@ -55,7 +55,7 @@
"web-vitals": "^3.1.1"
},
"peerDependencies": {
"astro": "workspace:^2.4.0"
"astro": "workspace:^2.4.1"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",

View file

@ -50,7 +50,7 @@
"vue": "^3.2.37"
},
"peerDependencies": {
"astro": "workspace:^2.4.0",
"astro": "workspace:^2.4.1",
"vue": "^3.2.30"
},
"engines": {