diff --git a/.changeset/many-fans-reply.md b/.changeset/many-fans-reply.md deleted file mode 100644 index 0b58ad442..000000000 --- a/.changeset/many-fans-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/react": patch ---- - -Automatically configure redoc diff --git a/.changeset/ninety-snails-study.md b/.changeset/ninety-snails-study.md deleted file mode 100644 index 84bf956b7..000000000 --- a/.changeset/ninety-snails-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Support custom 404s added via `injectRoute` or as `src/pages/404.html` diff --git a/.changeset/polite-pears-kneel.md b/.changeset/polite-pears-kneel.md deleted file mode 100644 index 2469620ec..000000000 --- a/.changeset/polite-pears-kneel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/telemetry': patch -'@astrojs/webapi': patch ---- - -Upgrade undici to v5.22.0 diff --git a/.changeset/sharp-jobs-grow.md b/.changeset/sharp-jobs-grow.md deleted file mode 100644 index ab0cf961d..000000000 --- a/.changeset/sharp-jobs-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Placeholders for slots are cleaned in HTML String that is rendered diff --git a/.changeset/silent-years-burn.md b/.changeset/silent-years-burn.md deleted file mode 100644 index c1aeede19..000000000 --- a/.changeset/silent-years-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/node': patch ---- - -Catch errors that occur within the stream in the Node adapter diff --git a/.changeset/tall-news-hang.md b/.changeset/tall-news-hang.md deleted file mode 100644 index 0887bbec1..000000000 --- a/.changeset/tall-news-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Update `experimental.assets`'s `image.service` configuration to allow for a config option in addition to an entrypoint diff --git a/.changeset/tidy-points-do.md b/.changeset/tidy-points-do.md deleted file mode 100644 index 87f483cf4..000000000 --- a/.changeset/tidy-points-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Update `astro check` to use version 1.0.0 of the Astro language server diff --git a/.changeset/tidy-singers-thank.md b/.changeset/tidy-singers-thank.md deleted file mode 100644 index 415679383..000000000 --- a/.changeset/tidy-singers-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/cloudflare": patch ---- - -Fix missing code language in Cloudflare README diff --git a/.changeset/wise-steaks-wash.md b/.changeset/wise-steaks-wash.md deleted file mode 100644 index 598059ca0..000000000 --- a/.changeset/wise-steaks-wash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/tailwind': patch -'@astrojs/svelte': patch ---- - -Update dependencies diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index ab0dc88b2..aa4d7d978 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,21 @@ # astro +## 2.3.3 + +### Patch Changes + +- [#6940](https://github.com/withastro/astro/pull/6940) [`a98df9374`](https://github.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2) Thanks [@delucis](https://github.com/delucis)! - Support custom 404s added via `injectRoute` or as `src/pages/404.html` + +- [#6948](https://github.com/withastro/astro/pull/6948) [`50975f2ea`](https://github.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9) Thanks [@imchell](https://github.com/imchell)! - Placeholders for slots are cleaned in HTML String that is rendered + +- [#6848](https://github.com/withastro/astro/pull/6848) [`ebae1eaf8`](https://github.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update `experimental.assets`'s `image.service` configuration to allow for a config option in addition to an entrypoint + +- [#6953](https://github.com/withastro/astro/pull/6953) [`dc062f669`](https://github.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update `astro check` to use version 1.0.0 of the Astro language server + +- Updated dependencies [[`ac57b5549`](https://github.com/withastro/astro/commit/ac57b5549f828a17bdbebdaca7ace075307a3c9d)]: + - @astrojs/telemetry@2.1.1 + - @astrojs/webapi@2.1.1 + ## 2.3.2 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 2ecd564f9..569e3a59c 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.3.2", + "version": "2.3.3", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -109,8 +109,8 @@ "@astrojs/compiler": "^1.3.2", "@astrojs/language-server": "^1.0.0", "@astrojs/markdown-remark": "^2.1.4", - "@astrojs/telemetry": "^2.1.0", - "@astrojs/webapi": "^2.1.0", + "@astrojs/telemetry": "^2.1.1", + "@astrojs/webapi": "^2.1.1", "@babel/core": "^7.18.2", "@babel/generator": "^7.18.2", "@babel/parser": "^7.18.4", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index a34f6bff3..32e477035 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/cloudflare +## 6.2.4 + +### Patch Changes + +- [#6925](https://github.com/withastro/astro/pull/6925) [`d11d18595`](https://github.com/withastro/astro/commit/d11d1859518f9fdc94390aab9be29f8667bb27cb) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Fix missing code language in Cloudflare README + +- Updated dependencies [[`a98df9374`](https://github.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2), [`50975f2ea`](https://github.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9), [`ebae1eaf8`](https://github.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42), [`dc062f669`](https://github.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336)]: + - astro@2.3.3 + ## 6.2.3 ### Patch Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 59a7a984c..65ce497cd 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to Cloudflare Workers/Pages", - "version": "6.2.3", + "version": "6.2.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.3.2" + "astro": "workspace:^2.3.3" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index b05ea0846..4e3d85e5e 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.3.2" + "astro": "workspace:^2.3.3" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 8f12944f8..21532cad8 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -63,7 +63,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.3.2", + "astro": "workspace:^2.3.3", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index f7d416b4b..990ac44cc 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.3.2" + "astro": "workspace:^2.3.3" }, "devDependencies": { "@types/chai": "^4.3.1", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index f2e029a96..c34b8bca3 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -34,12 +34,12 @@ "test": "npm run test-fn" }, "dependencies": { - "@astrojs/webapi": "^2.1.0", + "@astrojs/webapi": "^2.1.1", "@netlify/functions": "^1.0.0", "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.3.2" + "astro": "workspace:^2.3.3" }, "devDependencies": { "@netlify/edge-functions": "^2.0.0", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index d5c97c9cc..18e0d5c59 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/node +## 5.1.2 + +### Patch Changes + +- [#6935](https://github.com/withastro/astro/pull/6935) [`c405cef64`](https://github.com/withastro/astro/commit/c405cef64711a7b6a480e8b4068cd2bf3cf889a9) Thanks [@matthewp](https://github.com/matthewp)! - Catch errors that occur within the stream in the Node adapter + +- Updated dependencies [[`a98df9374`](https://github.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2), [`ac57b5549`](https://github.com/withastro/astro/commit/ac57b5549f828a17bdbebdaca7ace075307a3c9d), [`50975f2ea`](https://github.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9), [`ebae1eaf8`](https://github.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42), [`dc062f669`](https://github.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336)]: + - astro@2.3.3 + - @astrojs/webapi@2.1.1 + ## 5.1.1 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index da6885f44..192d4ef26 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "5.1.1", + "version": "5.1.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -30,12 +30,12 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^2.1.0", + "@astrojs/webapi": "^2.1.1", "send": "^0.18.0", "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.3.2" + "astro": "workspace:^2.3.3" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 5a6dc251a..ee46c7bab 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 2.1.2 + +### Patch Changes + +- [#6933](https://github.com/withastro/astro/pull/6933) [`649d70934`](https://github.com/withastro/astro/commit/649d70934e709bb1aa6e5e7583b12fa1703377cb) Thanks [@matthewp](https://github.com/matthewp)! - Automatically configure redoc + ## 2.1.1 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 520b42545..142376e9d 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/react", "description": "Use React components within Astro", - "version": "2.1.1", + "version": "2.1.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 5fde2862c..054c7ac48 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/svelte +## 2.1.1 + +### Patch Changes + +- [#6930](https://github.com/withastro/astro/pull/6930) [`2dca81bf2`](https://github.com/withastro/astro/commit/2dca81bf2174cd5c27cb63cb0ae081ea2a1ac771) Thanks [@bluwy](https://github.com/bluwy)! - Update dependencies + +- Updated dependencies [[`a98df9374`](https://github.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2), [`50975f2ea`](https://github.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9), [`ebae1eaf8`](https://github.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42), [`dc062f669`](https://github.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336)]: + - astro@2.3.3 + ## 2.1.0 ### Minor Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index ff00cfd63..902028c1f 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "2.1.0", + "version": "2.1.1", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -43,7 +43,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.3.2", + "astro": "workspace:^2.3.3", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index 60780e81e..9c0b5aedc 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/tailwind +## 3.1.2 + +### Patch Changes + +- [#6930](https://github.com/withastro/astro/pull/6930) [`2dca81bf2`](https://github.com/withastro/astro/commit/2dca81bf2174cd5c27cb63cb0ae081ea2a1ac771) Thanks [@bluwy](https://github.com/bluwy)! - Update dependencies + +- Updated dependencies [[`a98df9374`](https://github.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2), [`50975f2ea`](https://github.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9), [`ebae1eaf8`](https://github.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42), [`dc062f669`](https://github.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336)]: + - astro@2.3.3 + ## 3.1.1 ### Patch Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index a69429b51..4067bdb1e 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/tailwind", "description": "Use Tailwind CSS to style your Astro site", - "version": "3.1.1", + "version": "3.1.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -40,7 +40,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.3.2", + "astro": "workspace:^2.3.3", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 56e160623..cee787e41 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -45,7 +45,7 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^2.1.0", + "@astrojs/webapi": "^2.1.1", "@vercel/analytics": "^0.1.8", "@vercel/nft": "^0.22.1", "fast-glob": "^3.2.11", @@ -53,7 +53,7 @@ "web-vitals": "^3.1.1" }, "peerDependencies": { - "astro": "workspace:^2.3.2" + "astro": "workspace:^2.3.3" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 09a7d2d32..4fe84700b 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.3.2", + "astro": "workspace:^2.3.3", "vue": "^3.2.30" }, "engines": { diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md index bfcd9e9c7..a4edcc553 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/telemetry +## 2.1.1 + +### Patch Changes + +- [#6929](https://github.com/withastro/astro/pull/6929) [`ac57b5549`](https://github.com/withastro/astro/commit/ac57b5549f828a17bdbebdaca7ace075307a3c9d) Thanks [@bluwy](https://github.com/bluwy)! - Upgrade undici to v5.22.0 + ## 2.1.0 ### Minor Changes diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 74f3fd637..63c20cba3 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/telemetry", - "version": "2.1.0", + "version": "2.1.1", "type": "module", "types": "./dist/types/index.d.ts", "author": "withastro", diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md index b90e36fe4..bc2e5934e 100644 --- a/packages/webapi/CHANGELOG.md +++ b/packages/webapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/webapi +## 2.1.1 + +### Patch Changes + +- [#6929](https://github.com/withastro/astro/pull/6929) [`ac57b5549`](https://github.com/withastro/astro/commit/ac57b5549f828a17bdbebdaca7ace075307a3c9d) Thanks [@bluwy](https://github.com/bluwy)! - Upgrade undici to v5.22.0 + ## 2.1.0 ### Minor Changes diff --git a/packages/webapi/package.json b/packages/webapi/package.json index ef7920102..2e35c43c7 100644 --- a/packages/webapi/package.json +++ b/packages/webapi/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/webapi", "description": "Use Web APIs in Node", - "version": "2.1.0", + "version": "2.1.1", "type": "module", "exports": { ".": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d766afcdd..4631e4cf5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -538,10 +538,10 @@ importers: specifier: ^2.1.4 version: link:../markdown/remark '@astrojs/telemetry': - specifier: ^2.1.0 + specifier: ^2.1.1 version: link:../telemetry '@astrojs/webapi': - specifier: ^2.1.0 + specifier: ^2.1.1 version: link:../webapi '@babel/core': specifier: ^7.18.2 @@ -4184,7 +4184,7 @@ importers: packages/integrations/netlify: dependencies: '@astrojs/webapi': - specifier: ^2.1.0 + specifier: ^2.1.1 version: link:../../webapi '@netlify/functions': specifier: ^1.0.0 @@ -4269,7 +4269,7 @@ importers: packages/integrations/node: dependencies: '@astrojs/webapi': - specifier: ^2.1.0 + specifier: ^2.1.1 version: link:../../webapi send: specifier: ^0.18.0 @@ -4615,7 +4615,7 @@ importers: packages/integrations/vercel: dependencies: '@astrojs/webapi': - specifier: ^2.1.0 + specifier: ^2.1.1 version: link:../../webapi '@vercel/analytics': specifier: ^0.1.8