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

[ci] release (#7065)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-05-11 12:14:17 -07:00 committed by GitHub
parent 4f1073a6a4
commit 0fc026f63c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 29 additions and 27 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Remove 'paths' requirement for tsconfig path aliasing

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
Add `fetchpriority` to allowed `Picture` attributes in `@astrojs/image`

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix astro:assets interfering with SSR query params ending with image extensions

View file

@ -1,5 +1,13 @@
# astro
## 2.4.5
### Patch Changes
- [#7000](https://github.com/withastro/astro/pull/7000) [`c87d42e76`](https://github.com/withastro/astro/commit/c87d42e766d02db5352671cbf074dd637bdb23e0) Thanks [@craigjennings11](https://github.com/craigjennings11)! - Remove 'paths' requirement for tsconfig path aliasing
- [#7055](https://github.com/withastro/astro/pull/7055) [`4f1073a6a`](https://github.com/withastro/astro/commit/4f1073a6a4f3e5a4fc9df96a2ae59f2e929703fe) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix astro:assets interfering with SSR query params ending with image extensions
## 2.4.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "2.4.4",
"version": "2.4.5",
"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.4"
"astro": "workspace:^2.4.5"
},
"devDependencies": {
"astro": "workspace:*",

View file

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

View file

@ -1,5 +1,14 @@
# @astrojs/image
## 0.16.8
### Patch Changes
- [#7059](https://github.com/withastro/astro/pull/7059) [`ebb40f5cb`](https://github.com/withastro/astro/commit/ebb40f5cb093e9be5f856a98bf5ffd65a814218b) Thanks [@jasikpark](https://github.com/jasikpark)! - Add `fetchpriority` to allowed `Picture` attributes in `@astrojs/image`
- Updated dependencies [[`c87d42e76`](https://github.com/withastro/astro/commit/c87d42e766d02db5352671cbf074dd637bdb23e0), [`4f1073a6a`](https://github.com/withastro/astro/commit/4f1073a6a4f3e5a4fc9df96a2ae59f2e929703fe)]:
- astro@2.4.5
## 0.16.7
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site",
"version": "0.16.7",
"version": "0.16.8",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -62,7 +62,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.4.4",
"astro": "workspace:^2.4.5",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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