diff --git a/.changeset/angry-cheetahs-walk.md b/.changeset/angry-cheetahs-walk.md deleted file mode 100644 index fea6001a3ed5..000000000000 --- a/.changeset/angry-cheetahs-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/vercel": patch ---- - -Update README diff --git a/.changeset/big-ducks-search.md b/.changeset/big-ducks-search.md deleted file mode 100644 index 917145081f4f..000000000000 --- a/.changeset/big-ducks-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Disables file watching during the build diff --git a/.changeset/cool-experts-shake.md b/.changeset/cool-experts-shake.md deleted file mode 100644 index f0bbc7e78d21..000000000000 --- a/.changeset/cool-experts-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Added better types to importing Markdown diff --git a/.changeset/giant-impalas-design.md b/.changeset/giant-impalas-design.md deleted file mode 100644 index 9c46aea48b0f..000000000000 --- a/.changeset/giant-impalas-design.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/tailwind': patch ---- - -Support "astro add" before installing project dependencies diff --git a/.changeset/happy-sheep-chew.md b/.changeset/happy-sheep-chew.md deleted file mode 100644 index 1d63fd102660..000000000000 --- a/.changeset/happy-sheep-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add `is:raw` to AstroBuiltinAttributes diff --git a/.changeset/large-birds-repair.md b/.changeset/large-birds-repair.md deleted file mode 100644 index 669ab6b86a10..000000000000 --- a/.changeset/large-birds-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Markdown file.url now respects `trailingSlash` and `base` diff --git a/.changeset/lemon-humans-deliver.md b/.changeset/lemon-humans-deliver.md deleted file mode 100644 index 8244d95f76b4..000000000000 --- a/.changeset/lemon-humans-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix: remove online editor configs (stackblitz and code sandbox) from create-astro output diff --git a/.changeset/metal-doors-rhyme.md b/.changeset/metal-doors-rhyme.md deleted file mode 100644 index cb84bdb471db..000000000000 --- a/.changeset/metal-doors-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Added Astro attributes to SVG elements in JSX definition diff --git a/.changeset/smooth-tables-tan.md b/.changeset/smooth-tables-tan.md deleted file mode 100644 index fc9a1eb8a954..000000000000 --- a/.changeset/smooth-tables-tan.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/netlify': patch ---- - -Netlify Edge: Forward requests for static assets diff --git a/.changeset/strong-dogs-boil.md b/.changeset/strong-dogs-boil.md deleted file mode 100644 index 1b9abd69fcf4..000000000000 --- a/.changeset/strong-dogs-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': patch ---- - -`@astrojs/svelte` integration supports custom svelte compiler options diff --git a/.changeset/strong-seals-grow.md b/.changeset/strong-seals-grow.md deleted file mode 100644 index f695cfad3f13..000000000000 --- a/.changeset/strong-seals-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': minor ---- - -Feat: add option to install dependencies during setup. This respects the package manager used to run create-astro (ex. "yarn create astro" vs "pnpm create astro@latest"). diff --git a/.changeset/swift-houses-itch.md b/.changeset/swift-houses-itch.md deleted file mode 100644 index ed63fe225545..000000000000 --- a/.changeset/swift-houses-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Fixed `trailingSlash` for non-HTML pages diff --git a/.changeset/thirty-boxes-shave.md b/.changeset/thirty-boxes-shave.md deleted file mode 100644 index bb270722c205..000000000000 --- a/.changeset/thirty-boxes-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Support trailingSlash diff --git a/.changeset/warm-days-wash.md b/.changeset/warm-days-wash.md deleted file mode 100644 index 1786fa814a0f..000000000000 --- a/.changeset/warm-days-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix: astro add generating "astro.config.mjs" outside project root diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 1d0df3dc1807..297c4dc72f04 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.2", - "astro": "^1.0.0-beta.17", + "astro": "^1.0.0-beta.18", "sass": "^1.50.1" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index 3b387b310863..60cd5f06fea2 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.2", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" }, "dependencies": { "preact": "^10.7.1" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 59055b87d0e2..05ce3801446a 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" } } diff --git a/examples/component/package.json b/examples/component/package.json index e5916aae6f02..bcd21c89e8d5 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "devDependencies": { - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 0f4e2dd4df72..44781482eec5 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@astrojs/preact": "^0.1.2", "@astrojs/react": "^0.1.1", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index ba0115e78e73..a79782ed2c16 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 97dd497844f5..3f760f746e83 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index d35d89f7cb1e..2cae7ad7c401 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/lit": "^0.1.2", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 7456f35e6ada..fbb64ef62dc3 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -13,9 +13,9 @@ "@astrojs/preact": "^0.1.2", "@astrojs/react": "^0.1.1", "@astrojs/solid-js": "^0.1.2", - "@astrojs/svelte": "^0.1.1", + "@astrojs/svelte": "^0.1.2", "@astrojs/vue": "^0.1.3", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 605ce8ad040d..c8e9ceb289a6 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.2", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" }, "dependencies": { "preact": "^10.7.1" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 1189008c3b79..93031a5a88fc 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.1.1", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" }, "dependencies": { "react": "^18.0.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 6c4a84949ee4..02aeb8808bfd 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^0.1.2", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" }, "dependencies": { "solid-js": "^1.3.16" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index c16a8957ac1f..49fad6af7f36 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/svelte": "^0.1.1", - "astro": "^1.0.0-beta.17" + "@astrojs/svelte": "^0.1.2", + "astro": "^1.0.0-beta.18" }, "dependencies": { "svelte": "^3.47.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 8829d5359f81..5e3e5bb9a343 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/vue": "^0.1.3", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" }, "dependencies": { "vue": "^3.2.33" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index ecd9ce60808c..924ee8bd19a1 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -13,9 +13,9 @@ "@astrojs/partytown": "^0.1.2", "@astrojs/react": "^0.1.1", "@astrojs/sitemap": "^0.1.0", - "@astrojs/tailwind": "^0.2.0", + "@astrojs/tailwind": "^0.2.1", "@astrojs/turbolinks": "^0.1.1", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index c18f1261ae8c..81af0ec6bfc5 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 2b97e6e37027..6b44118b91a8 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 620ddfcac486..d90217879197 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.2", - "astro": "^1.0.0-beta.17", + "astro": "^1.0.0-beta.18", "sass": "^1.50.1" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 7eacf366fe62..705916e4486d 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -10,8 +10,8 @@ }, "devDependencies": { "@astrojs/node": "^0.1.1", - "@astrojs/svelte": "^0.1.1", - "astro": "^1.0.0-beta.17", + "@astrojs/svelte": "^0.1.2", + "astro": "^1.0.0-beta.18", "concurrently": "^7.1.0", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/starter/package.json b/examples/starter/package.json index c2e972b1cf0d..ac7c26b0cc2a 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index c2de86dadef4..c76c47a5850d 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.1.1", - "astro": "^1.0.0-beta.17", + "astro": "^1.0.0-beta.18", "sass": "^1.50.1" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index a8a6b8188dfb..90ca6c987700 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.9.2", - "astro": "^1.0.0-beta.17", + "astro": "^1.0.0-beta.18", "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 ce28f921c160..5ffb4140152a 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.9.2", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 5c0d9e8177ca..06cac9063377 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -12,9 +12,9 @@ "@astrojs/markdown-remark": "^0.9.2", "@astrojs/preact": "^0.1.2", "@astrojs/react": "^0.1.1", - "@astrojs/svelte": "^0.1.1", + "@astrojs/svelte": "^0.1.2", "@astrojs/vue": "^0.1.3", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" }, "dependencies": { "preact": "^10.7.1", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index d9785a446d0c..cd8f74ea3c23 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -23,8 +23,8 @@ "@astrojs/preact": "^0.1.2", "@astrojs/react": "^0.1.1", "@astrojs/solid-js": "^0.1.2", - "@astrojs/svelte": "^0.1.1", + "@astrojs/svelte": "^0.1.2", "@astrojs/vue": "^0.1.3", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 8c3a5cb1696f..fcbbb8475b75 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/tailwind": "^0.2.0", - "astro": "^1.0.0-beta.17", + "@astrojs/tailwind": "^0.2.1", + "astro": "^1.0.0-beta.18", "autoprefixer": "^10.4.4", "canvas-confetti": "^1.5.1", "postcss": "^8.4.12", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 92f8da045f34..d54cb5d81d02 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.17", + "astro": "^1.0.0-beta.18", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 9033d2efe8c1..c1b41eda74aa 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,27 @@ # astro +## 1.0.0-beta.18 + +### Patch Changes + +- [#3207](https://github.com/withastro/astro/pull/3207) [`22cb4b7b`](https://github.com/withastro/astro/commit/22cb4b7b320428378633a3044f07a548dbbc8dc2) Thanks [@matthewp](https://github.com/matthewp)! - Disables file watching during the build + +* [#3191](https://github.com/withastro/astro/pull/3191) [`205d1f07`](https://github.com/withastro/astro/commit/205d1f07f13ae60f21954648d530895d479e42cf) Thanks [@JuanM04](https://github.com/JuanM04)! - Added better types to importing Markdown + +- [#3183](https://github.com/withastro/astro/pull/3183) [`7a61977d`](https://github.com/withastro/astro/commit/7a61977db11c4472f9210b8de22ec281870e5dc3) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Support "astro add" before installing project dependencies + +* [#3209](https://github.com/withastro/astro/pull/3209) [`fdd607c5`](https://github.com/withastro/astro/commit/fdd607c5755034edf262e7b275732519328a33b2) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add `is:raw` to AstroBuiltinAttributes + +- [#3198](https://github.com/withastro/astro/pull/3198) [`1a86e77c`](https://github.com/withastro/astro/commit/1a86e77c37109f6a6006d6acb00eb52b4a54683c) Thanks [@JuanM04](https://github.com/JuanM04)! - Markdown file.url now respects `trailingSlash` and `base` + +* [#3187](https://github.com/withastro/astro/pull/3187) [`75dab3ca`](https://github.com/withastro/astro/commit/75dab3ca3de33da825c2a9695c2ad46cc104b7b1) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: remove online editor configs (stackblitz and code sandbox) from create-astro output + +- [#3205](https://github.com/withastro/astro/pull/3205) [`e4bb2767`](https://github.com/withastro/astro/commit/e4bb2767d5f44b0a97bdbd1349b9f329b324b78a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Added Astro attributes to SVG elements in JSX definition + +* [#3170](https://github.com/withastro/astro/pull/3170) [`19667c45`](https://github.com/withastro/astro/commit/19667c45f318ec13cdc2b51016f3fa3487b2a32d) Thanks [@matthewp](https://github.com/matthewp)! - Netlify Edge: Forward requests for static assets + +- [#3186](https://github.com/withastro/astro/pull/3186) [`2b702d6a`](https://github.com/withastro/astro/commit/2b702d6abaa296c0eb77d3fd1a8231a186341b1f) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: astro add generating "astro.config.mjs" outside project root + ## 1.0.0-beta.17 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 92f31808c68e..22ceda1ca7cd 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.17", + "version": "1.0.0-beta.18", "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/astro/src/core/create-vite.ts b/packages/astro/src/core/create-vite.ts index cbb9bd0ddb74..eca7cd2646e6 100644 --- a/packages/astro/src/core/create-vite.ts +++ b/packages/astro/src/core/create-vite.ts @@ -86,7 +86,7 @@ export async function createVite( watch: { // Prevent watching during the build to speed it up ignored: mode === 'build' ? ['**'] : undefined, - } + }, }, css: { postcss: astroConfig.style.postcss || {}, diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 71348154dd89..f378085d7678 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.10.0 + +### Minor Changes + +- [#3190](https://github.com/withastro/astro/pull/3190) [`38e5e9e9`](https://github.com/withastro/astro/commit/38e5e9e9825876cd0ae14a648b51bdf397e81169) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Feat: add option to install dependencies during setup. This respects the package manager used to run create-astro (ex. "yarn create astro" vs "pnpm create astro@latest"). + ## 0.9.0 ### Minor Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index bd7802737138..da44d162dacc 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.9.0", + "version": "0.10.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 85dbdae00018..49bc0de1bd10 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 0.3.3 + +### Patch Changes + +- [#3170](https://github.com/withastro/astro/pull/3170) [`19667c45`](https://github.com/withastro/astro/commit/19667c45f318ec13cdc2b51016f3fa3487b2a32d) Thanks [@matthewp](https://github.com/matthewp)! - Netlify Edge: Forward requests for static assets + ## 0.3.2 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index d4a452f6af56..7a824ec54c82 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "0.3.2", + "version": "0.3.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index cabee7d945c9..e470a16cb2f4 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 0.1.2 + +### Patch Changes + +- [#3181](https://github.com/withastro/astro/pull/3181) [`ce9a61e9`](https://github.com/withastro/astro/commit/ce9a61e9fc6fdbf9b8469197df6d728f395656ec) Thanks [@tony-sull](https://github.com/tony-sull)! - `@astrojs/svelte` integration supports custom svelte compiler options + ## 0.1.1 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index e868756a1c05..1e3d56934488 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "0.1.1", + "version": "0.1.2", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index 281ca3d7cd2a..6e1b827f8cdc 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/tailwind +## 0.2.1 + +### Patch Changes + +- [#3183](https://github.com/withastro/astro/pull/3183) [`7a61977d`](https://github.com/withastro/astro/commit/7a61977db11c4472f9210b8de22ec281870e5dc3) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Support "astro add" before installing project dependencies + ## 0.2.0 ### Minor Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 55361d10abd0..d9e0c3087e14 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/tailwind", "description": "Tailwind + Astro Integrations", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index c52969665e3d..4fb3a7577d06 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/vercel +## 0.1.4 + +### Patch Changes + +- [`cafd36ef`](https://github.com/withastro/astro/commit/cafd36ef774755b8efbe9e526a0b5ce7a47095f2) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update README + +* [#3185](https://github.com/withastro/astro/pull/3185) [`eaad1769`](https://github.com/withastro/astro/commit/eaad17694f2120ddbd083bb1754e4418b8ea6aa9) Thanks [@JuanM04](https://github.com/JuanM04)! - Fixed `trailingSlash` for non-HTML pages + +- [#3176](https://github.com/withastro/astro/pull/3176) [`725c44a7`](https://github.com/withastro/astro/commit/725c44a762dbc2f45a1d47ffa31b7e6e0b22ff95) Thanks [@JuanM04](https://github.com/JuanM04)! - Support trailingSlash + ## 0.1.3 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 440d298dce6f..963d6e419ec7 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": "0.1.3", + "version": "0.1.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 264b72530c1c..6552ef97d979 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,7 +46,7 @@ importers: examples/blog: specifiers: '@astrojs/preact': ^0.1.2 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 preact: ^10.7.1 dependencies: preact: 10.7.1 @@ -57,7 +57,7 @@ importers: examples/blog-multiple-authors: specifiers: '@astrojs/preact': ^0.1.2 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 preact: ^10.7.1 sass: ^1.50.1 dependencies: @@ -69,14 +69,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -92,7 +92,7 @@ importers: '@docsearch/css': ^3.0.0 '@docsearch/react': ^3.0.0 '@types/react': ^17.0.44 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 preact: ^10.7.1 react: ^17.0.2 react-dom: ^17.0.2 @@ -111,14 +111,14 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: alpinejs: ^3.10.2 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 dependencies: alpinejs: 3.10.2 devDependencies: @@ -128,7 +128,7 @@ importers: specifiers: '@astrojs/lit': ^0.1.2 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 lit: ^2.2.2 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -143,10 +143,10 @@ importers: '@astrojs/preact': ^0.1.2 '@astrojs/react': ^0.1.1 '@astrojs/solid-js': ^0.1.2 - '@astrojs/svelte': ^0.1.1 + '@astrojs/svelte': ^0.1.2 '@astrojs/vue': ^0.1.3 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 lit: ^2.2.2 preact: ^10.7.1 react: ^18.0.0 @@ -175,7 +175,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^0.1.2 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 preact: ^10.7.1 dependencies: preact: 10.7.1 @@ -186,7 +186,7 @@ importers: examples/framework-react: specifiers: '@astrojs/react': ^0.1.1 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 react: ^18.0.0 react-dom: ^18.0.0 dependencies: @@ -199,7 +199,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^0.1.2 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 solid-js: ^1.3.16 dependencies: solid-js: 1.3.16 @@ -209,8 +209,8 @@ importers: examples/framework-svelte: specifiers: - '@astrojs/svelte': ^0.1.1 - astro: ^1.0.0-beta.17 + '@astrojs/svelte': ^0.1.2 + astro: ^1.0.0-beta.18 svelte: ^3.47.0 dependencies: svelte: 3.47.0 @@ -221,7 +221,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^0.1.3 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 vue: ^3.2.33 dependencies: vue: 3.2.33 @@ -235,10 +235,10 @@ importers: '@astrojs/partytown': ^0.1.2 '@astrojs/react': ^0.1.1 '@astrojs/sitemap': ^0.1.0 - '@astrojs/tailwind': ^0.2.0 + '@astrojs/tailwind': ^0.2.1 '@astrojs/turbolinks': ^0.1.1 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 lit: ^2.2.2 preact: ^10.7.1 react: ^18.0.0 @@ -266,20 +266,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^0.1.2 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 preact: ^10.7.1 sass: ^1.50.1 dependencies: @@ -292,8 +292,8 @@ importers: examples/ssr: specifiers: '@astrojs/node': ^0.1.1 - '@astrojs/svelte': ^0.1.1 - astro: ^1.0.0-beta.17 + '@astrojs/svelte': ^0.1.2 + astro: ^1.0.0-beta.18 concurrently: ^7.1.0 lightcookie: ^1.0.25 svelte: ^3.47.0 @@ -312,14 +312,14 @@ importers: examples/starter: specifiers: - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: '@astrojs/react': ^0.1.1 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 react: ^18.0.0 react-dom: ^18.0.0 sass: ^1.50.1 @@ -336,9 +336,9 @@ importers: '@astrojs/markdown-remark': ^0.9.2 '@astrojs/preact': ^0.1.2 '@astrojs/react': ^0.1.1 - '@astrojs/svelte': ^0.1.1 + '@astrojs/svelte': ^0.1.2 '@astrojs/vue': ^0.1.3 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 preact: ^10.7.1 react: ^18.0.0 react-dom: ^18.0.0 @@ -361,7 +361,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^0.9.2 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -379,7 +379,7 @@ importers: examples/with-markdown-shiki: specifiers: '@astrojs/markdown-remark': ^0.9.2 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro @@ -389,12 +389,12 @@ importers: '@astrojs/preact': ^0.1.2 '@astrojs/react': ^0.1.1 '@astrojs/solid-js': ^0.1.2 - '@astrojs/svelte': ^0.1.1 + '@astrojs/svelte': ^0.1.2 '@astrojs/vue': ^0.1.3 '@nanostores/preact': ^0.1.3 '@nanostores/react': ^0.1.5 '@nanostores/vue': ^0.4.1 - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 nanostores: ^0.5.12 preact: ^10.7.1 react: ^18.0.0 @@ -421,8 +421,8 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/tailwind': ^0.2.0 - astro: ^1.0.0-beta.17 + '@astrojs/tailwind': ^0.2.1 + astro: ^1.0.0-beta.18 autoprefixer: ^10.4.4 canvas-confetti: ^1.5.1 postcss: ^8.4.12 @@ -437,7 +437,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.0-beta.17 + astro: ^1.0.0-beta.18 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: