diff --git a/.changeset/big-cougars-jam.md b/.changeset/big-cougars-jam.md deleted file mode 100644 index 3e0c708e59fc..000000000000 --- a/.changeset/big-cougars-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Bump Vite to 3.0.9 diff --git a/.changeset/few-mayflies-invent.md b/.changeset/few-mayflies-invent.md deleted file mode 100644 index 4df57c2dc32e..000000000000 --- 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 3b8054ab315b..000000000000 --- 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 32c7b30efe1a..000000000000 --- 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 01b4621dcba8..000000000000 --- 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 590dff82a1be..000000000000 --- 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 0f7e7b8b03aa..000000000000 --- 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 a18538e9b32b..000000000000 --- 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 3f353faf2c6c..000000000000 --- 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 185e12f7eea0..000000000000 --- 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 a5dd4f4866a3..9e0849cf88d7 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 32afc2ce1221..951470ff807e 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 b09f4b28f4ec..53f20e8df8b5 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 15a8185c7a04..5b95bf2a37c9 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 d5ec51c2d0ee..a1fffb14a8bb 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 13243f258d03..b957da714fb6 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 0841c8395e93..38273d9c5e58 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 82bdf8a370e2..48dd0936f41a 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 4609c415d821..b78b4e42e4fa 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 0aac5421c245..01dd0b08cd47 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 3a4d1611bfe5..a371919aab79 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 1c6cf5b9d877..778ed9529713 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 d36c44cffdb4..8562dc3187a1 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 b2babf211cb6..c998fb588849 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 bd7db722fd9d..81b3c6822b75 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 6776c408e709..aaed3ebd24b0 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 01679dd6ccbf..d25c8f07868f 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 e8229be5ac32..082e4896349f 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 8538b0774b71..10aa82f78181 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 a4a6e312719d..0098dd710b30 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 35d3debbeee7..86d52d286f6e 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 eb36792f1d9a..4c1ba699b674 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 308f363bf31b..dbdc84d357be 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 267f754c8bf3..af41dceb25ad 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 9603645280f9..102c0d645025 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 9b1b4d803325..d33105c30cc7 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 f49c99606370..628e80aa8b76 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 35e2486c878d..5be9f98ea2ac 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 000000000000..9c0640e688ad --- /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 7bbd2449c501..e452694321f2 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 cad8e22494ad..274845a5b59c 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.3.5 + +### Patch Changes + +- [#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 be0f1c2c32be..6d9b35c4a0a6 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/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 69871113b5bf..47db36b0eba5 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 -