diff --git a/.changeset/dry-garlics-push.md b/.changeset/dry-garlics-push.md deleted file mode 100644 index b350e8f41125..000000000000 --- a/.changeset/dry-garlics-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Remove 'paths' requirement for tsconfig path aliasing diff --git a/.changeset/purple-zebras-allow.md b/.changeset/purple-zebras-allow.md deleted file mode 100644 index 64649ca6435e..000000000000 --- a/.changeset/purple-zebras-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Add `fetchpriority` to allowed `Picture` attributes in `@astrojs/image` diff --git a/.changeset/young-schools-refuse.md b/.changeset/young-schools-refuse.md deleted file mode 100644 index 5206e1ef8d2c..000000000000 --- a/.changeset/young-schools-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix astro:assets interfering with SSR query params ending with image extensions diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index a353471779f2..fc7cf9d6a0d5 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -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 diff --git a/packages/astro/package.json b/packages/astro/package.json index ff50856886de..5fd28d282eb6 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -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", diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index a938c3c0334e..6b2d506c9fe8 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.4.4" + "astro": "workspace:^2.4.5" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 07c2dba822a1..68da19493e19 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -33,7 +33,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.4.4" + "astro": "workspace:^2.4.5" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index d79206b9dd3f..39335cc5cc8c 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -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 diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 9f34c52ff3e3..df2f932de65b 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -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": { diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index b7e23344facf..5eb65e0d47d1 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -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", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index a64b22b3155f..b4c3cc72ee46 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -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", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index f278b92f1374..d1f1c6da0ff0 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -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", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 2592e547571e..78d3a8f8187c 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -43,7 +43,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.4.4", + "astro": "workspace:^2.4.5", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 42e96664f7e2..876c5f9eb69c 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -40,7 +40,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.4.4", + "astro": "workspace:^2.4.5", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 9bd2b9a20a9f..fd885686b0a1 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -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", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index b31da9689210..a336714447bb 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -50,7 +50,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.4.4", + "astro": "workspace:^2.4.5", "vue": "^3.2.30" }, "engines": {