diff --git a/.changeset/big-cougars-jam.md b/.changeset/big-cougars-jam.md deleted file mode 100644 index 3e0c708e59fc4..0000000000000 --- a/.changeset/big-cougars-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Bump Vite to 3.0.9 diff --git a/.changeset/chatty-ants-shop.md b/.changeset/chatty-ants-shop.md deleted file mode 100644 index 4c27d993c6dd8..0000000000000 --- a/.changeset/chatty-ants-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -When using remote images in SSG builds, query parameters from the original image source should be stripped from final build output diff --git a/.changeset/few-mayflies-invent.md b/.changeset/few-mayflies-invent.md deleted file mode 100644 index 4df57c2dc32ef..0000000000000 --- a/.changeset/few-mayflies-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Allow user config to set `markdown.drafts` option diff --git a/.changeset/giant-ants-smoke.md b/.changeset/giant-ants-smoke.md deleted file mode 100644 index 3b8054ab315b6..0000000000000 --- a/.changeset/giant-ants-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Refactor static build config merge diff --git a/.changeset/heavy-pants-change.md b/.changeset/heavy-pants-change.md deleted file mode 100644 index 32c7b30efe1af..0000000000000 --- a/.changeset/heavy-pants-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Fix react-dom on Vercel edge diff --git a/.changeset/itchy-crews-care.md b/.changeset/itchy-crews-care.md deleted file mode 100644 index 01b4621dcba8b..0000000000000 --- a/.changeset/itchy-crews-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -The integration now includes a logger to better track progress in SSG builds. Use the new `logLevel: "debug"` integration option to see detailed logs of every image transformation built in your project. diff --git a/.changeset/purple-guests-fetch.md b/.changeset/purple-guests-fetch.md deleted file mode 100644 index 590dff82a1be9..0000000000000 --- a/.changeset/purple-guests-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/alpinejs': minor ---- - -Add new official Alpine.js integration diff --git a/.changeset/rare-comics-roll.md b/.changeset/rare-comics-roll.md deleted file mode 100644 index 0f7e7b8b03aa6..0000000000000 --- a/.changeset/rare-comics-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Preserve all error stack lines diff --git a/.changeset/silver-dragons-run.md b/.changeset/silver-dragons-run.md deleted file mode 100644 index a18538e9b32b5..0000000000000 --- a/.changeset/silver-dragons-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Refactor JSX build plugin, improve performance diff --git a/.changeset/six-jars-push.md b/.changeset/six-jars-push.md deleted file mode 100644 index 3f353faf2c6c1..0000000000000 --- a/.changeset/six-jars-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Provide correct MIME type for dynamic endpoint routes in dev diff --git a/.changeset/smooth-nails-remain.md b/.changeset/smooth-nails-remain.md deleted file mode 100644 index 185e12f7eea0d..0000000000000 --- a/.changeset/smooth-nails-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes race condition between directives being defined diff --git a/examples/basics/package.json b/examples/basics/package.json index a5dd4f4866a32..9e0849cf88d74 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.6" + "astro": "^1.0.7" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 32afc2ce12217..951470ff807ed 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^0.10.0", "@astrojs/rss": "^1.0.0", "@astrojs/sitemap": "^1.0.0", - "astro": "^1.0.6" + "astro": "^1.0.7" } } diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index b09f4b28f4ecd..53f20e8df8b53 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.0.6" + "astro": "^1.0.7" } } diff --git a/examples/component/package.json b/examples/component/package.json index 15a8185c7a049..5b95bf2a37c96 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "devDependencies": { - "astro": "^1.0.6" + "astro": "^1.0.7" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index d5ec51c2d0ee7..a1fffb14a8bb7 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -21,6 +21,6 @@ "devDependencies": { "@astrojs/preact": "^1.0.2", "@astrojs/react": "^1.0.0", - "astro": "^1.0.6" + "astro": "^1.0.7" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 13243f258d03b..b957da714fb69 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.6" + "astro": "^1.0.7" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 0841c8395e93b..38273d9c5e58f 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/alpinejs": "^0.0.1", + "@astrojs/alpinejs": "^0.1.0", "@types/alpinejs": "^3.7.0", "alpinejs": "^3.10.2", - "astro": "^1.0.6" + "astro": "^1.0.7" }, "dependencies": {} } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 82bdf8a370e20..48dd0936f41aa 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/lit": "^1.0.0", - "astro": "^1.0.6" + "astro": "^1.0.7" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 4609c415d821e..b78b4e42e4faa 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^1.0.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.0", - "astro": "^1.0.6" + "astro": "^1.0.7" }, "dependencies": { "preact": "^10.7.3", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 0aac5421c2453..01dd0b08cd47b 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.6" + "astro": "^1.0.7" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 3a4d1611bfe56..a371919aab799 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^1.0.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.6" + "astro": "^1.0.7" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 1c6cf5b9d8773..778ed95297132 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^1.0.0", - "astro": "^1.0.6" + "astro": "^1.0.7" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index d36c44cffdb43..8562dc3187a1c 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.6" + "astro": "^1.0.7" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index b2babf211cb69..c998fb588849e 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/vue": "^1.0.0", - "astro": "^1.0.6" + "astro": "^1.0.7" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index bd7db722fd9d7..81b3c6822b755 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.6" + "astro": "^1.0.7" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 6776c408e7091..aaed3ebd24b06 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.6" + "astro": "^1.0.7" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 01679dd6ccbf7..d25c8f07868fc 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.6", + "astro": "^1.0.7", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index e8229be5ac32b..082e4896349f0 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@astrojs/node": "^1.0.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.6", + "astro": "^1.0.7", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 8538b0774b71d..10aa82f781813 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/react": "^1.0.0", - "astro": "^1.0.6" + "astro": "^1.0.7" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index a4a6e312719da..0098dd710b307 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^1.0.0", - "astro": "^1.0.6", + "astro": "^1.0.7", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 35d3debbeee77..86d52d286f6ed 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^1.0.0", - "astro": "^1.0.6" + "astro": "^1.0.7" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index eb36792f1d9af..4c1ba699b6741 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@astrojs/mdx": "^0.10.0", "@astrojs/preact": "^1.0.2", - "astro": "^1.0.6", + "astro": "^1.0.7", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 308f363bf31b2..dbdc84d357bea 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.6" + "astro": "^1.0.7" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 267f754c8bf30..af41dceb25ad6 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^1.0.0", - "astro": "^1.0.6", + "astro": "^1.0.7", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", "postcss": "^8.4.14", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 9603645280f92..102c0d645025e 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.6", + "astro": "^1.0.7", "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 9b1b4d8033258..d33105c30cc74 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "devDependencies": { - "astro": "^1.0.6", + "astro": "^1.0.7", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index f49c99606370b..628e80aa8b761 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,23 @@ # astro +## 1.0.7 + +### Patch Changes + +- [#4415](https://github.com/withastro/astro/pull/4415) [`39088e11d`](https://github.com/withastro/astro/commit/39088e11db2ab69b370616d7cb369952cd9fd266) Thanks [@bluwy](https://github.com/bluwy)! - Bump Vite to 3.0.9 + +* [#4362](https://github.com/withastro/astro/pull/4362) [`aa5118e85`](https://github.com/withastro/astro/commit/aa5118e8543bb9ed240681acdabfcc09bdbb5438) Thanks [@joseph-lozano](https://github.com/joseph-lozano)! - Allow user config to set `markdown.drafts` option + +- [#4344](https://github.com/withastro/astro/pull/4344) [`500332a42`](https://github.com/withastro/astro/commit/500332a426c8fa43e6534f0e41de5fc902f98ccd) Thanks [@bluwy](https://github.com/bluwy)! - Refactor static build config merge + +* [#4364](https://github.com/withastro/astro/pull/4364) [`77b068086`](https://github.com/withastro/astro/commit/77b068086d923e99eb693d1c57b7d6cd906a1e8a) Thanks [@bluwy](https://github.com/bluwy)! - Preserve all error stack lines + +- [#4405](https://github.com/withastro/astro/pull/4405) [`a70f69a06`](https://github.com/withastro/astro/commit/a70f69a06c069781c56393289f82efc1251fc37b) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Refactor JSX build plugin, improve performance + +* [#4356](https://github.com/withastro/astro/pull/4356) [`beed20be4`](https://github.com/withastro/astro/commit/beed20be4a4dd01a52cff49887420b6a8b92b1a9) Thanks [@delucis](https://github.com/delucis)! - Provide correct MIME type for dynamic endpoint routes in dev + +- [#4375](https://github.com/withastro/astro/pull/4375) [`5e82f6c24`](https://github.com/withastro/astro/commit/5e82f6c245be332764fcd5a90be491a430655c87) Thanks [@matthewp](https://github.com/matthewp)! - Fixes race condition between directives being defined + ## 1.0.6 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 35e2486c878de..5be9f98ea2ac7 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.6", + "version": "1.0.7", "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/alpinejs/CHANGELOG.md b/packages/integrations/alpinejs/CHANGELOG.md new file mode 100644 index 0000000000000..9c0640e688adc --- /dev/null +++ b/packages/integrations/alpinejs/CHANGELOG.md @@ -0,0 +1,7 @@ +# @astrojs/alpinejs + +## 0.1.0 + +### Minor Changes + +- [#4406](https://github.com/withastro/astro/pull/4406) [`7310e8a17`](https://github.com/withastro/astro/commit/7310e8a1780dff2ffb57f8a6cfd3d021d019f6b8) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add new official Alpine.js integration diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index 7bbd2449c501e..e452694321f23 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/alpinejs", "description": "The official Alpine.js integration for Astro.", - "version": "0.0.1", + "version": "0.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index cad8e22494ad8..091b477e82904 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/image +## 0.3.5 + +### Patch Changes + +- [#4338](https://github.com/withastro/astro/pull/4338) [`579e2daf8`](https://github.com/withastro/astro/commit/579e2daf8dd1816737d1bd253bf96c108a014061) Thanks [@tony-sull](https://github.com/tony-sull)! - When using remote images in SSG builds, query parameters from the original image source should be stripped from final build output + +* [#4342](https://github.com/withastro/astro/pull/4342) [`c4af8723b`](https://github.com/withastro/astro/commit/c4af8723bd232d78d24dbd58feaef87dbaec07c7) Thanks [@tony-sull](https://github.com/tony-sull)! - The integration now includes a logger to better track progress in SSG builds. Use the new `logLevel: "debug"` integration option to see detailed logs of every image transformation built in your project. + ## 0.3.4 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index be0f1c2c32be1..6d9b35c4a0a6c 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.3.4", + "version": "0.3.5", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/image/test/image-ssg.test.js b/packages/integrations/image/test/image-ssg.test.js index 47bbe76b785e7..5b1b65b4967f6 100644 --- a/packages/integrations/image/test/image-ssg.test.js +++ b/packages/integrations/image/test/image-ssg.test.js @@ -85,7 +85,7 @@ describe('SSG images', function () { verifyImage(`_image/googlelogo_color_272x92dp-${HASH_WITH_QUERY}_544x184.webp`, { width: 544, height: 184, - type: 'webp' + type: 'webp', }); }); }); diff --git a/packages/integrations/image/test/image-ssr.test.js b/packages/integrations/image/test/image-ssr.test.js index 9344dfc72f372..10ac32a370675 100644 --- a/packages/integrations/image/test/image-ssr.test.js +++ b/packages/integrations/image/test/image-ssr.test.js @@ -145,7 +145,9 @@ describe('SSR images - build', function () { expect(searchParams.get('f')).to.equal('webp'); expect(searchParams.get('w')).to.equal('544'); expect(searchParams.get('h')).to.equal('184'); - expect(searchParams.get('href').endsWith('googlelogo_color_272x92dp.png?token=abc')).to.equal(true); + expect(searchParams.get('href').endsWith('googlelogo_color_272x92dp.png?token=abc')).to.equal( + true + ); }); }); }); diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 69871113b5bf1..47db36b0eba55 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 1.0.1 + +### Patch Changes + +- [#4421](https://github.com/withastro/astro/pull/4421) [`7820096e1`](https://github.com/withastro/astro/commit/7820096e1ba29ecc58aa7e13311a255acd2fe977) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix react-dom on Vercel edge + ## 1.0.0 ### Major Changes @@ -53,7 +59,7 @@ The new `Astro.clientAddress` property allows you to get the IP address of the requested user. ```astro -