diff --git a/.changeset/cool-camels-tease.md b/.changeset/cool-camels-tease.md deleted file mode 100644 index 5aef40a59..000000000 --- a/.changeset/cool-camels-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -use const instead of let for define:vars diff --git a/.changeset/curvy-comics-smash.md b/.changeset/curvy-comics-smash.md deleted file mode 100644 index 09c8f30bd..000000000 --- a/.changeset/curvy-comics-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Set SSR target webworker diff --git a/.changeset/curvy-needles-boil.md b/.changeset/curvy-needles-boil.md deleted file mode 100644 index f9cb8e1c5..000000000 --- a/.changeset/curvy-needles-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/webapi': minor ---- - -Add HTTP Proxy Support to `fetch` Polyfill diff --git a/.changeset/famous-camels-study.md b/.changeset/famous-camels-study.md deleted file mode 100644 index e20300446..000000000 --- a/.changeset/famous-camels-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -add warning for post routes called when output is not server diff --git a/.changeset/fluffy-doors-vanish.md b/.changeset/fluffy-doors-vanish.md deleted file mode 100644 index ad458c0cc..000000000 --- a/.changeset/fluffy-doors-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix TS errors when not using skipLibCheck diff --git a/.changeset/hot-lamps-search.md b/.changeset/hot-lamps-search.md deleted file mode 100644 index 47c7becb5..000000000 --- a/.changeset/hot-lamps-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Prevent the root folder from being deleted during the build diff --git a/.changeset/late-cups-jam.md b/.changeset/late-cups-jam.md deleted file mode 100644 index 2af2b93d9..000000000 --- a/.changeset/late-cups-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -copy assets even if outDir is out of process.cwd() diff --git a/.changeset/light-shrimps-draw.md b/.changeset/light-shrimps-draw.md deleted file mode 100644 index 756d9b0a3..000000000 --- a/.changeset/light-shrimps-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -append .html to the file URL in case build.format says file diff --git a/.changeset/lucky-comics-bow.md b/.changeset/lucky-comics-bow.md deleted file mode 100644 index 92af2ec29..000000000 --- a/.changeset/lucky-comics-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -check if class:list's value is defined before converting diff --git a/.changeset/many-boats-peel.md b/.changeset/many-boats-peel.md deleted file mode 100644 index 2f0c806f8..000000000 --- a/.changeset/many-boats-peel.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'create-astro': minor ---- - -Alway write chosen config to `tsconfig.json`. - -- Before: Only when `strict` & `strictest` was selected -- After: Also when `base` is selected (via "Relaxed" or "I prefer not to use TypeScript") diff --git a/.changeset/metal-bees-pretend.md b/.changeset/metal-bees-pretend.md deleted file mode 100644 index cfc54280b..000000000 --- a/.changeset/metal-bees-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Document MDXLayoutProps utility type diff --git a/.changeset/metal-hats-explain.md b/.changeset/metal-hats-explain.md deleted file mode 100644 index cb3be9ad7..000000000 --- a/.changeset/metal-hats-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Correctly parse import.meta.env in MDX files diff --git a/.changeset/mighty-garlics-exercise.md b/.changeset/mighty-garlics-exercise.md deleted file mode 100644 index 5c2df8d1b..000000000 --- a/.changeset/mighty-garlics-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Prevent /undefined catch-all routes in dev diff --git a/.changeset/odd-swans-collect.md b/.changeset/odd-swans-collect.md deleted file mode 100644 index 7403c000a..000000000 --- a/.changeset/odd-swans-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Allow HMR for internal e2e tests diff --git a/.changeset/old-ladybugs-roll.md b/.changeset/old-ladybugs-roll.md deleted file mode 100644 index 2f114c513..000000000 --- a/.changeset/old-ladybugs-roll.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -'@astrojs/image': minor ---- - -Adds a new built-in image service based on web assembly libraries :drum: web container support! - -**Migration:** Happy with the previous image service based on [`sharp`](https://sharp.pixelplumbing.com/)? No problem! Install `sharp` in your project and update your Astro config to match. - -```sh -npm install sharp -``` - -```astro title="astro.config.mjs" ---- -import image from '@astrojs/image'; - -export default { - // ... - integrations: [image({ - serviceEntryPoint: '@astrojs/image/sharp' - })], -} ---- -``` diff --git a/.changeset/pink-beans-cross.md b/.changeset/pink-beans-cross.md deleted file mode 100644 index c56c41b28..000000000 --- a/.changeset/pink-beans-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix slashes for paths containing non-ASCII characters on Windows diff --git a/.changeset/selfish-files-smoke.md b/.changeset/selfish-files-smoke.md deleted file mode 100644 index 0db99d355..000000000 --- a/.changeset/selfish-files-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Do not pass width and height to the img element when wrapped in a picture element diff --git a/.changeset/short-ravens-marry.md b/.changeset/short-ravens-marry.md deleted file mode 100644 index c8aed9bcc..000000000 --- a/.changeset/short-ravens-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -add support for changing mode via CLI diff --git a/.changeset/yellow-donuts-destroy.md b/.changeset/yellow-donuts-destroy.md deleted file mode 100644 index 762309e0b..000000000 --- a/.changeset/yellow-donuts-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -remove all the ssr generated folders in static build if only empty diff --git a/examples/basics/package.json b/examples/basics/package.json index e48f02ac0..40a4ec607 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index ee2874fc1..a04437aa4 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", - "@astrojs/mdx": "^0.11.1", + "astro": "^1.3.1", + "@astrojs/mdx": "^0.11.2", "@astrojs/rss": "^1.0.1", "@astrojs/sitemap": "^1.0.0" } diff --git a/examples/component/package.json b/examples/component/package.json index aefeef7e2..06e2ba0ad 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,9 +15,9 @@ ], "scripts": {}, "devDependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" }, "peerDependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/deno/package.json b/examples/deno/package.json index 09ce7d1cd..19f76ee44 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" }, "devDependencies": { "@astrojs/deno": "^1.0.1" diff --git a/examples/docs/package.json b/examples/docs/package.json index 47032dfd3..c7b648fef 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index b597c3aeb..9e91a46c5 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "alpinejs": "^3.10.2", "@astrojs/alpinejs": "^0.1.2", "@types/alpinejs": "^3.7.0" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index c80c0c682..5a32c5c82 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "lit": "^2.2.5", "@astrojs/lit": "^1.0.0", "@webcomponents/template-shadowroot": "^0.1.0" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 821eea344..4064ada25 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 158d488c5..330f03eef 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.7.3", "@astrojs/preact": "^1.1.0" } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 6276ae73d..c21da486d 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^1.1.4", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 44a038c61..942703d42 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "solid-js": "^1.4.3", "@astrojs/solid-js": "^1.1.0" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index f0becc3e7..46f656d5d 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 1d17265cd..418c56791 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "vue": "^3.2.37", "@astrojs/vue": "^1.0.2" } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 6f58c8cd7..e5150454d 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 0b0e1e187..3842e266c 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index d9d1b7f6d..338a12007 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 6a6bbd4fd..c509fd9cf 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ }, "devDependencies": {}, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.0", "@astrojs/node": "^1.0.1", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 03af37b4f..5bc89fd94 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "@astrojs/markdown-remark": "^1.1.2", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 0b4bad156..5dd1410c9 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 246a5a279..57199e6cd 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.6.5", "@astrojs/preact": "^1.1.0", - "@astrojs/mdx": "^0.11.1" + "@astrojs/mdx": "^0.11.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index fc7c1f8b2..c0dc37d6c 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.7.3", "@astrojs/preact": "^1.1.0", "nanostores": "^0.5.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 80af642e7..0b5a53264 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "@astrojs/tailwind": "^2.0.1", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 6a4564722..27e99593e 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 04e42e842..6aa94b58b 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 9e41a5dd1..f7f53164e 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,36 @@ # astro +## 1.3.1 + +### Patch Changes + +- [#4861](https://github.com/withastro/astro/pull/4861) [`42fe8e0c7`](https://github.com/withastro/astro/commit/42fe8e0c7f40ebb9b81f29501a18969c6f335c41) Thanks [@rishi-raj-jain](https://github.com/rishi-raj-jain)! - use const instead of let for define:vars + +- [#4878](https://github.com/withastro/astro/pull/4878) [`90c207299`](https://github.com/withastro/astro/commit/90c2072990952ff0331e8728e74abbcacc355fbf) Thanks [@rishi-raj-jain](https://github.com/rishi-raj-jain)! - add warning for post routes called when output is not server + +- [#4855](https://github.com/withastro/astro/pull/4855) [`49ca9e129`](https://github.com/withastro/astro/commit/49ca9e1291616b0cbe5544ae451ea6d1c79ba93b) Thanks [@matthewp](https://github.com/matthewp)! - Fix TS errors when not using skipLibCheck + +- [#4845](https://github.com/withastro/astro/pull/4845) [`3389f0ce9`](https://github.com/withastro/astro/commit/3389f0ce919dad14b15613f9ca24449ae02ab2e0) Thanks [@matthewp](https://github.com/matthewp)! - Prevent the root folder from being deleted during the build + +- [#4841](https://github.com/withastro/astro/pull/4841) [`4b092269c`](https://github.com/withastro/astro/commit/4b092269c1f1c11327d7f61a8b543066b178f7ef) Thanks [@rishi-raj-jain](https://github.com/rishi-raj-jain)! - copy assets even if outDir is out of process.cwd() + +- [#4849](https://github.com/withastro/astro/pull/4849) [`ee5fdeffd`](https://github.com/withastro/astro/commit/ee5fdeffddfee32a0d7708bbf6b64cee50e82aa7) Thanks [@rishi-raj-jain](https://github.com/rishi-raj-jain)! - append .html to the file URL in case build.format says file + +- [#4867](https://github.com/withastro/astro/pull/4867) [`03e8b750a`](https://github.com/withastro/astro/commit/03e8b750ada926cca53d755947fc422e77285fb9) Thanks [@rishi-raj-jain](https://github.com/rishi-raj-jain)! - check if class:list's value is defined before converting + +- [#4873](https://github.com/withastro/astro/pull/4873) [`83ed1cc1f`](https://github.com/withastro/astro/commit/83ed1cc1f20411ec876757f199cc0a1f182f2a80) Thanks [@bluwy](https://github.com/bluwy)! - Prevent /undefined catch-all routes in dev + +- [#4454](https://github.com/withastro/astro/pull/4454) [`6a1a17dd2`](https://github.com/withastro/astro/commit/6a1a17dd28d884eb23faf2f2894fb66aff86acdc) Thanks [@bluwy](https://github.com/bluwy)! - Allow HMR for internal e2e tests + +- [#4712](https://github.com/withastro/astro/pull/4712) [`17dbc6701`](https://github.com/withastro/astro/commit/17dbc670186188ba418a1c8842d9349ee557fa2a) Thanks [@Lifeni](https://github.com/Lifeni)! - Fix slashes for paths containing non-ASCII characters on Windows + +- [#4850](https://github.com/withastro/astro/pull/4850) [`edb7bead6`](https://github.com/withastro/astro/commit/edb7bead6e42b463dce0f6837ea78ae733eab88b) Thanks [@rishi-raj-jain](https://github.com/rishi-raj-jain)! - add support for changing mode via CLI + +- [#4868](https://github.com/withastro/astro/pull/4868) [`b99f9902b`](https://github.com/withastro/astro/commit/b99f9902b7ef90f2cb537b0204e41317c9f6ea83) Thanks [@rishi-raj-jain](https://github.com/rishi-raj-jain)! - remove all the ssr generated folders in static build if only empty + +- Updated dependencies [[`5e4c5252b`](https://github.com/withastro/astro/commit/5e4c5252bd80cbaf6a7ee4d4503ece007664410f)]: + - @astrojs/webapi@1.1.0 + ## 1.3.0 ### Minor Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 52d002b1f..709e5cd9e 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.3.0", + "version": "1.3.1", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -99,7 +99,7 @@ "@astrojs/language-server": "^0.26.2", "@astrojs/markdown-remark": "^1.1.2", "@astrojs/telemetry": "^1.0.0", - "@astrojs/webapi": "^1.0.0", + "@astrojs/webapi": "^1.1.0", "@babel/core": "^7.18.2", "@babel/generator": "^7.18.2", "@babel/parser": "^7.18.4", diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index e89d2ea6c..58be96037 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,14 @@ # create-astro +## 1.1.0 + +### Minor Changes + +- [#4810](https://github.com/withastro/astro/pull/4810) [`7481ffda0`](https://github.com/withastro/astro/commit/7481ffda028d9028d8e28bc7c6e9960ab80acf0f) Thanks [@mrienstra](https://github.com/mrienstra)! - Alway write chosen config to `tsconfig.json`. + + - Before: Only when `strict` & `strictest` was selected + - After: Also when `base` is selected (via "Relaxed" or "I prefer not to use TypeScript") + ## 1.0.2 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 6f89dff4b..350905ac7 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "1.0.2", + "version": "1.1.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 25972c5f8..fd79d8690 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,36 @@ # @astrojs/image +## 0.8.0 + +### Minor Changes + +- [#4738](https://github.com/withastro/astro/pull/4738) [`fad3867ad`](https://github.com/withastro/astro/commit/fad3867adbfb3a38bec8a1a122d32f953a2072fb) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds a new built-in image service based on web assembly libraries :drum: web container support! + + **Migration:** Happy with the previous image service based on [`sharp`](https://sharp.pixelplumbing.com/)? No problem! Install `sharp` in your project and update your Astro config to match. + + ```sh + npm install sharp + ``` + + ```astro title="astro.config.mjs" + --- + import image from '@astrojs/image'; + + export default { + // ... + integrations: [ + image({ + serviceEntryPoint: '@astrojs/image/sharp', + }), + ], + }; + --- + ``` + +### Patch Changes + +- [#4797](https://github.com/withastro/astro/pull/4797) [`944d24e9e`](https://github.com/withastro/astro/commit/944d24e9ee813bb7dd45776a975b5bccb46b44cd) Thanks [@smeevil](https://github.com/smeevil)! - Do not pass width and height to the img element when wrapped in a picture element + ## 0.7.1 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index f1e36f0d3..62d302003 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.7.1", + "version": "0.8.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 6c1a2e1a7..6820d8c69 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/mdx +## 0.11.2 + +### Patch Changes + +- [#4700](https://github.com/withastro/astro/pull/4700) [`e5f71142e`](https://github.com/withastro/astro/commit/e5f71142eb62bd72456e889dad5774347c3753f2) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Document MDXLayoutProps utility type + +- [#4858](https://github.com/withastro/astro/pull/4858) [`58a2dca22`](https://github.com/withastro/astro/commit/58a2dca2286cb14f6211cf51267c02447e78433a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Correctly parse import.meta.env in MDX files + ## 0.11.1 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index a915ff66a..840f9d621 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Use MDX within Astro", - "version": "0.11.1", + "version": "0.11.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index c88710e77..23d144716 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -34,7 +34,7 @@ "test": "npm run test-fn" }, "dependencies": { - "@astrojs/webapi": "^1.0.0", + "@astrojs/webapi": "^1.1.0", "esbuild": "^0.14.43" }, "devDependencies": { diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 2af5f2a36..20bd2a32a 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -29,7 +29,7 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^1.0.0" + "@astrojs/webapi": "^1.1.0" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 0035b796f..29237528e 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/vercel +## 2.0.1 + +### Patch Changes + +- [#4884](https://github.com/withastro/astro/pull/4884) [`fb91d04a5`](https://github.com/withastro/astro/commit/fb91d04a5cb8f84f5b1be0a4e0c6cd61ec514736) Thanks [@bluwy](https://github.com/bluwy)! - Set SSR target webworker + +- Updated dependencies [[`5e4c5252b`](https://github.com/withastro/astro/commit/5e4c5252bd80cbaf6a7ee4d4503ece007664410f)]: + - @astrojs/webapi@1.1.0 + ## 2.0.0 ### Major Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 399f0310f..72a05c0dd 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "author": "withastro", "license": "MIT", @@ -44,7 +44,7 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^1.0.0", + "@astrojs/webapi": "^1.1.0", "@vercel/nft": "^0.18.2" }, "devDependencies": { diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md index bb83795ef..7e63541ab 100644 --- a/packages/webapi/CHANGELOG.md +++ b/packages/webapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/webapi +## 1.1.0 + +### Minor Changes + +- [#4676](https://github.com/withastro/astro/pull/4676) [`5e4c5252b`](https://github.com/withastro/astro/commit/5e4c5252bd80cbaf6a7ee4d4503ece007664410f) Thanks [@zicklag](https://github.com/zicklag)! - Add HTTP Proxy Support to `fetch` Polyfill + ## 1.0.0 ### Major Changes diff --git a/packages/webapi/package.json b/packages/webapi/package.json index 5b94c4429..ad34d105b 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": "1.0.0", + "version": "1.1.0", "type": "module", "exports": { ".": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 116192d3c..bb386d8d9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,16 +56,16 @@ importers: examples/basics: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 dependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/mdx': ^0.11.1 + '@astrojs/mdx': ^0.11.2 '@astrojs/rss': ^1.0.1 '@astrojs/sitemap': ^1.0.0 - astro: ^1.3.0 + astro: ^1.3.1 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -74,14 +74,14 @@ importers: examples/component: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^1.0.1 - astro: ^1.3.0 + astro: ^1.3.1 dependencies: astro: link:../../packages/astro devDependencies: @@ -97,7 +97,7 @@ importers: '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^1.3.0 + astro: ^1.3.1 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -120,7 +120,7 @@ importers: '@astrojs/alpinejs': ^0.1.2 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.3.0 + astro: ^1.3.1 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.0 @@ -131,7 +131,7 @@ importers: specifiers: '@astrojs/lit': ^1.0.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.3.0 + astro: ^1.3.1 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -146,7 +146,7 @@ importers: '@astrojs/solid-js': ^1.1.0 '@astrojs/svelte': ^1.0.0 '@astrojs/vue': ^1.0.2 - astro: ^1.3.0 + astro: ^1.3.1 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -170,7 +170,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^1.1.0 - astro: ^1.3.0 + astro: ^1.3.1 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -182,7 +182,7 @@ importers: '@astrojs/react': ^1.1.4 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.3.0 + astro: ^1.3.1 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -196,7 +196,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^1.1.0 - astro: ^1.3.0 + astro: ^1.3.1 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -206,7 +206,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^1.0.0 - astro: ^1.3.0 + astro: ^1.3.1 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -216,7 +216,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^1.0.2 - astro: ^1.3.0 + astro: ^1.3.1 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -225,19 +225,19 @@ importers: examples/minimal: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 dependencies: astro: link:../../packages/astro @@ -245,7 +245,7 @@ importers: specifiers: '@astrojs/node': ^1.0.1 '@astrojs/svelte': ^1.0.0 - astro: ^1.3.0 + astro: ^1.3.1 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -264,7 +264,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^1.1.2 - astro: ^1.3.0 + astro: ^1.3.1 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -281,15 +281,15 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 dependencies: astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.11.1 + '@astrojs/mdx': ^0.11.2 '@astrojs/preact': ^1.1.0 - astro: ^1.3.0 + astro: ^1.3.1 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -301,7 +301,7 @@ importers: specifiers: '@astrojs/preact': ^1.1.0 '@nanostores/preact': ^0.1.3 - astro: ^1.3.0 + astro: ^1.3.1 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -314,7 +314,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^2.0.1 - astro: ^1.3.0 + astro: ^1.3.1 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -329,7 +329,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -339,7 +339,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro @@ -351,7 +351,7 @@ importers: '@astrojs/language-server': ^0.26.2 '@astrojs/markdown-remark': ^1.1.2 '@astrojs/telemetry': ^1.0.0 - '@astrojs/webapi': ^1.0.0 + '@astrojs/webapi': ^1.1.0 '@babel/core': ^7.18.2 '@babel/generator': ^7.18.2 '@babel/parser': ^7.18.4 @@ -2549,7 +2549,7 @@ importers: packages/integrations/netlify: specifiers: - '@astrojs/webapi': ^1.0.0 + '@astrojs/webapi': ^1.1.0 '@netlify/edge-handler-types': ^0.34.1 '@netlify/functions': ^1.0.0 '@types/node': ^14.18.20 @@ -2598,7 +2598,7 @@ importers: packages/integrations/node: specifiers: - '@astrojs/webapi': ^1.0.0 + '@astrojs/webapi': ^1.1.0 astro: workspace:* astro-scripts: workspace:* node-mocks-http: ^1.11.0 @@ -2782,7 +2782,7 @@ importers: packages/integrations/vercel: specifiers: - '@astrojs/webapi': ^1.0.0 + '@astrojs/webapi': ^1.1.0 '@vercel/nft': ^0.18.2 astro: workspace:* astro-scripts: workspace:* diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index ecf83aa51..4a44edf8c 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -1,5 +1,12 @@ # astro-scripts +## 0.0.8 + +### Patch Changes + +- Updated dependencies [[`5e4c5252b`](https://github.com/withastro/astro/commit/5e4c5252bd80cbaf6a7ee4d4503ece007664410f)]: + - @astrojs/webapi@1.1.0 + ## 0.0.7 ### Patch Changes diff --git a/scripts/package.json b/scripts/package.json index f8b6658b9..5759362d1 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,6 +1,6 @@ { "name": "astro-scripts", - "version": "0.0.7", + "version": "0.0.8", "private": true, "type": "module", "main": "./index.js",