From cfcc38ab45e135be6eb158863692f46825487dc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 May 2022 15:48:20 +0000 Subject: [PATCH] [ci] release --- .changeset/eight-feet-reflect.md | 5 -- .changeset/fair-kangaroos-talk.md | 5 -- .changeset/lucky-meals-ring.md | 5 -- .changeset/red-bikes-happen.md | 5 -- .changeset/silent-books-train.md | 5 -- .changeset/silver-toes-retire.md | 5 -- .changeset/smart-bananas-kick.md | 5 -- .changeset/stupid-donkeys-care.md | 5 -- .changeset/tiny-donuts-own.md | 5 -- examples/basics/package.json | 2 +- examples/blog-multiple-authors/package.json | 2 +- examples/blog/package.json | 2 +- examples/component/demo/package.json | 2 +- examples/component/package.json | 2 +- examples/docs/package.json | 2 +- examples/env-vars/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 4 +- examples/framework-multiple/package.json | 4 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 2 +- examples/framework-vue/package.json | 2 +- examples/integrations-playground/package.json | 8 +-- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 2 +- examples/starter/package.json | 2 +- examples/subpath/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-markdown/package.json | 2 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- examples/with-vite-plugin-pwa/package.json | 2 +- packages/astro/CHANGELOG.md | 10 +++ packages/astro/package.json | 2 +- packages/astro/test/test-utils.js | 13 ++-- packages/integrations/lit/CHANGELOG.md | 6 ++ packages/integrations/lit/package.json | 2 +- packages/integrations/netlify/CHANGELOG.md | 8 +++ packages/integrations/netlify/package.json | 2 +- packages/integrations/partytown/CHANGELOG.md | 6 ++ packages/integrations/partytown/package.json | 2 +- packages/integrations/turbolinks/CHANGELOG.md | 6 ++ packages/integrations/turbolinks/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 6 ++ packages/integrations/vercel/package.json | 2 +- pnpm-lock.yaml | 66 +++++++++---------- 51 files changed, 121 insertions(+), 123 deletions(-) delete mode 100644 .changeset/eight-feet-reflect.md delete mode 100644 .changeset/fair-kangaroos-talk.md delete mode 100644 .changeset/lucky-meals-ring.md delete mode 100644 .changeset/red-bikes-happen.md delete mode 100644 .changeset/silent-books-train.md delete mode 100644 .changeset/silver-toes-retire.md delete mode 100644 .changeset/smart-bananas-kick.md delete mode 100644 .changeset/stupid-donkeys-care.md delete mode 100644 .changeset/tiny-donuts-own.md diff --git a/.changeset/eight-feet-reflect.md b/.changeset/eight-feet-reflect.md deleted file mode 100644 index 1b26622c5283..000000000000 --- a/.changeset/eight-feet-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/netlify': minor ---- - -Updating out directories for Netlify Functions diff --git a/.changeset/fair-kangaroos-talk.md b/.changeset/fair-kangaroos-talk.md deleted file mode 100644 index ae5937fa47de..000000000000 --- a/.changeset/fair-kangaroos-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/netlify': minor ---- - -Change out directories on dist and serverEntry diff --git a/.changeset/lucky-meals-ring.md b/.changeset/lucky-meals-ring.md deleted file mode 100644 index e1f703e9aebf..000000000000 --- a/.changeset/lucky-meals-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes nested style bug causing initial styles to be off diff --git a/.changeset/red-bikes-happen.md b/.changeset/red-bikes-happen.md deleted file mode 100644 index 41da1e2b8b6a..000000000000 --- a/.changeset/red-bikes-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/lit': patch ---- - -Added tests and fix a small edge case for when you call render with no props/attrs diff --git a/.changeset/silent-books-train.md b/.changeset/silent-books-train.md deleted file mode 100644 index eec5b12825cc..000000000000 --- a/.changeset/silent-books-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/partytown': patch ---- - -Add config options for integration diff --git a/.changeset/silver-toes-retire.md b/.changeset/silver-toes-retire.md deleted file mode 100644 index 32624421192c..000000000000 --- a/.changeset/silver-toes-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Remove `nodeVersion` option for `serverless` target. Now it is inferred from Vercel diff --git a/.changeset/smart-bananas-kick.md b/.changeset/smart-bananas-kick.md deleted file mode 100644 index 49e33593b9ca..000000000000 --- a/.changeset/smart-bananas-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/turbolinks': patch ---- - -The @astrojs/turbolinks integration has been deprecated diff --git a/.changeset/stupid-donkeys-care.md b/.changeset/stupid-donkeys-care.md deleted file mode 100644 index 9fe8eebb86e1..000000000000 --- a/.changeset/stupid-donkeys-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes issue with loading md pages in project with a space in folder name diff --git a/.changeset/tiny-donuts-own.md b/.changeset/tiny-donuts-own.md deleted file mode 100644 index 9afdd508291f..000000000000 --- a/.changeset/tiny-donuts-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Allow using aliases for hydrated scripts diff --git a/examples/basics/package.json b/examples/basics/package.json index c83506beaf5c..e60ee87df577 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.28" + "astro": "^1.0.0-beta.29" } } diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 065943fd0f46..43a0d2aabae0 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.28", + "astro": "^1.0.0-beta.29", "sass": "^1.51.0" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index 59d2e9b346eb..e182cdef6aec 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.28" + "astro": "^1.0.0-beta.29" }, "dependencies": { "preact": "^10.7.2" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index b3bb68f4f4aa..b9b3231e28da 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.28" + "astro": "^1.0.0-beta.29" } } diff --git a/examples/component/package.json b/examples/component/package.json index 82a7bb0ab1fd..05701300bfa9 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.28" + "astro": "^1.0.0-beta.29" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 804ee6d514a8..16a2d1cc8096 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.2", - "astro": "^1.0.0-beta.28" + "astro": "^1.0.0-beta.29" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index cb8ddb21e002..33bf8003d170 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.28" + "astro": "^1.0.0-beta.29" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index a122dc501c58..6ec795a14bc5 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.28" + "astro": "^1.0.0-beta.29" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 3d7c22f16a79..0c9d1fa792f7 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.1.2", - "astro": "^1.0.0-beta.28" + "@astrojs/lit": "^0.1.3", + "astro": "^1.0.0-beta.29" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index d9e4cd70e279..355ef54b8939 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,13 +9,13 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.1.2", + "@astrojs/lit": "^0.1.3", "@astrojs/preact": "^0.1.2", "@astrojs/react": "^0.1.2", "@astrojs/solid-js": "^0.1.2", "@astrojs/svelte": "^0.1.3", "@astrojs/vue": "^0.1.4", - "astro": "^1.0.0-beta.28" + "astro": "^1.0.0-beta.29" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index be63b508b7f0..bbddb2635ee4 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.28" + "astro": "^1.0.0-beta.29" }, "dependencies": { "preact": "^10.7.2" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 94daf664e171..abe611eca041 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.1.2", - "astro": "^1.0.0-beta.28" + "astro": "^1.0.0-beta.29" }, "dependencies": { "@types/react": "^18.0.9", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index b8df75718e4f..5f21b44766e1 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.28" + "astro": "^1.0.0-beta.29" }, "dependencies": { "solid-js": "^1.4.1" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index bfcc54ab087e..84513b47c4fd 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.1.3", - "astro": "^1.0.0-beta.28" + "astro": "^1.0.0-beta.29" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 29606c4f7fc4..16a7c3af497d 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/vue": "^0.1.4", - "astro": "^1.0.0-beta.28" + "astro": "^1.0.0-beta.29" }, "dependencies": { "vue": "^3.2.33" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index e6464128fdac..e1a911c91b84 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -9,14 +9,14 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.1.2", - "@astrojs/partytown": "^0.1.2", + "@astrojs/lit": "^0.1.3", + "@astrojs/partytown": "^0.1.3", "@astrojs/react": "^0.1.2", "@astrojs/sitemap": "^0.1.0", "@astrojs/solid-js": "0.1.2", "@astrojs/tailwind": "^0.2.1", - "@astrojs/turbolinks": "^0.1.2", - "astro": "^1.0.0-beta.28", + "@astrojs/turbolinks": "^0.1.3", + "astro": "^1.0.0-beta.29", "solid-js": "^1.4.1" }, "dependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index aed0d28ef7a5..405c32010e46 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.28" + "astro": "^1.0.0-beta.29" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index fc18be9d361c..7952a668f467 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.28" + "astro": "^1.0.0-beta.29" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index ac35cbeb51b5..1e3f0469fe2c 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.28", + "astro": "^1.0.0-beta.29", "sass": "^1.51.0" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index ec03b5219f38..9dc19ae0f0c0 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/node": "^0.1.1", "@astrojs/svelte": "^0.1.3", - "astro": "^1.0.0-beta.28", + "astro": "^1.0.0-beta.29", "concurrently": "^7.2.0", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/starter/package.json b/examples/starter/package.json index 54b08c73ebca..0bfc62c61263 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.28" + "astro": "^1.0.0-beta.29" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 813f752cf7bc..f4fdf403b9b1 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.1.2", - "astro": "^1.0.0-beta.28", + "astro": "^1.0.0-beta.29", "sass": "^1.51.0" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index f097c092db27..8dc7dedfd6c9 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.4", - "astro": "^1.0.0-beta.28", + "astro": "^1.0.0-beta.29", "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 20e2fb32a81f..46c2d24bd07e 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.4", - "astro": "^1.0.0-beta.28" + "astro": "^1.0.0-beta.29" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index aaafc221a1fa..0e502407c854 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^0.1.2", "@astrojs/svelte": "^0.1.3", "@astrojs/vue": "^0.1.4", - "astro": "^1.0.0-beta.28" + "astro": "^1.0.0-beta.29" }, "dependencies": { "preact": "^10.7.2", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index c19c6d4c3d86..76e4d02df578 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -25,6 +25,6 @@ "@astrojs/solid-js": "^0.1.2", "@astrojs/svelte": "^0.1.3", "@astrojs/vue": "^0.1.4", - "astro": "^1.0.0-beta.28" + "astro": "^1.0.0-beta.29" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 802026c04da2..e60f9175711d 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^0.2.1", - "astro": "^1.0.0-beta.28", + "astro": "^1.0.0-beta.29", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", "postcss": "^8.4.13", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 86325d5b2e7f..3f9e83d47da8 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.28", + "astro": "^1.0.0-beta.29", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index dbbc151b7c7a..bd9131891168 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # astro +## 1.0.0-beta.29 + +### Patch Changes + +- [#3388](https://github.com/withastro/astro/pull/3388) [`4d00473d`](https://github.com/withastro/astro/commit/4d00473dbd20e673b5c9857d500dee072bb20f99) Thanks [@matthewp](https://github.com/matthewp)! - Fixes nested style bug causing initial styles to be off + +* [#3379](https://github.com/withastro/astro/pull/3379) [`0259d765`](https://github.com/withastro/astro/commit/0259d7658be82a4a5e09fb703498571d958a0569) Thanks [@matthewp](https://github.com/matthewp)! - Fixes issue with loading md pages in project with a space in folder name + +- [#3376](https://github.com/withastro/astro/pull/3376) [`b1230152`](https://github.com/withastro/astro/commit/b1230152ff67ca9c184b24023651f4f8739097b8) Thanks [@matthewp](https://github.com/matthewp)! - Allow using aliases for hydrated scripts + ## 1.0.0-beta.28 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index aa5718c8b5c9..14d75d617278 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "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/test/test-utils.js b/packages/astro/test/test-utils.js index e4268b4d33d8..d4f05040beeb 100644 --- a/packages/astro/test/test-utils.js +++ b/packages/astro/test/test-utils.js @@ -101,14 +101,14 @@ export async function loadFixture(inlineConfig) { let fileEdits = new Map(); const resetAllFiles = () => { - for(const [, reset] of fileEdits) { + for (const [, reset] of fileEdits) { reset(); } fileEdits.clear(); }; // After each test, reset each of the edits to their original contents. - if(typeof afterEach === 'function') { + if (typeof afterEach === 'function') { afterEach(resetAllFiles); } // Also do it on process exit, just in case. @@ -145,15 +145,16 @@ export async function loadFixture(inlineConfig) { const reset = () => fs.writeFileSync(fileUrl, contents); // Only save this reset if not already in the map, in case multiple edits happen // to the same file. - if(!fileEdits.has(fileUrl.toString())) { + if (!fileEdits.has(fileUrl.toString())) { fileEdits.set(fileUrl.toString(), reset); } await fs.promises.writeFile(fileUrl, newContents); return reset; }, - onNextChange: () => devServer ? - new Promise(resolve => devServer.watcher.once('change', resolve)) : - Promise.reject(new Error('No dev server running')), + onNextChange: () => + devServer + ? new Promise((resolve) => devServer.watcher.once('change', resolve)) + : Promise.reject(new Error('No dev server running')), }; } diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md index b0128f363004..d049c1c9453b 100644 --- a/packages/integrations/lit/CHANGELOG.md +++ b/packages/integrations/lit/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/lit +## 0.1.3 + +### Patch Changes + +- [#3375](https://github.com/withastro/astro/pull/3375) [`fe61e469`](https://github.com/withastro/astro/commit/fe61e469b243c27781112499f151782baf9004a4) Thanks [@jdvivar](https://github.com/jdvivar)! - Added tests and fix a small edge case for when you call render with no props/attrs + ## 0.1.2 ### Patch Changes diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index 189ae1286f30..01c3457fe59d 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/lit", - "version": "0.1.2", + "version": "0.1.3", "description": "Use Lit components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 77b6fe875ff2..cde7a7e4b52c 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/netlify +## 0.4.0 + +### Minor Changes + +- [#3381](https://github.com/withastro/astro/pull/3381) [`43d92227`](https://github.com/withastro/astro/commit/43d922277afaeca9c90364fbf0b19477fd2c6566) Thanks [@sarahetter](https://github.com/sarahetter)! - Updating out directories for Netlify Functions + +* [#3377](https://github.com/withastro/astro/pull/3377) [`e1294c42`](https://github.com/withastro/astro/commit/e1294c422b3d3e98ccc745fe95d5672c9a17fe1f) Thanks [@sarahetter](https://github.com/sarahetter)! - Change out directories on dist and serverEntry + ## 0.3.4 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 8b1587f41ce6..05fb32610b13 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.4", + "version": "0.4.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md index ce94b6d9bb80..b2d9ec219aca 100644 --- a/packages/integrations/partytown/CHANGELOG.md +++ b/packages/integrations/partytown/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/partytown +## 0.1.3 + +### Patch Changes + +- [#3380](https://github.com/withastro/astro/pull/3380) [`31b0bc87`](https://github.com/withastro/astro/commit/31b0bc87a4f6f652d9007810026e99756a32cc46) Thanks [@rotate-mark](https://github.com/rotate-mark)! - Add config options for integration + ## 0.1.2 ### Patch Changes diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index 18f4e3d1fe41..131e57964a02 100644 --- a/packages/integrations/partytown/package.json +++ b/packages/integrations/partytown/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/partytown", "description": "Astro + Partytown integration", - "version": "0.1.2", + "version": "0.1.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/turbolinks/CHANGELOG.md b/packages/integrations/turbolinks/CHANGELOG.md index 73e99aaf9093..4ee974eae2a0 100644 --- a/packages/integrations/turbolinks/CHANGELOG.md +++ b/packages/integrations/turbolinks/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/turbolinks +## 0.1.3 + +### Patch Changes + +- [#3383](https://github.com/withastro/astro/pull/3383) [`387ed0cf`](https://github.com/withastro/astro/commit/387ed0cfa1ed73e0025dd81f221ea7c95d724a59) Thanks [@tony-sull](https://github.com/tony-sull)! - The @astrojs/turbolinks integration has been deprecated + ## 0.1.2 ### Patch Changes diff --git a/packages/integrations/turbolinks/package.json b/packages/integrations/turbolinks/package.json index cdcaca82925c..c3b54f1e8df4 100644 --- a/packages/integrations/turbolinks/package.json +++ b/packages/integrations/turbolinks/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/turbolinks", "description": "Turbolinks + Astro Integrations", - "version": "0.1.2", + "version": "0.1.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index cf649f18eb3d..e60d6449d575 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 0.2.2 + +### Patch Changes + +- [#3368](https://github.com/withastro/astro/pull/3368) [`9d01f93b`](https://github.com/withastro/astro/commit/9d01f93b1c7db5d4afc4041e6ee73fb52f24d2d1) Thanks [@JuanM04](https://github.com/JuanM04)! - Remove `nodeVersion` option for `serverless` target. Now it is inferred from Vercel + ## 0.2.1 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 7421ddadfacd..25abeede4373 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.2.1", + "version": "0.2.2", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 275e04e813f2..7e50bfd88452 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,14 +45,14 @@ importers: examples/basics: specifiers: - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 devDependencies: astro: link:../../packages/astro examples/blog: specifiers: '@astrojs/preact': ^0.1.2 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 preact: ^10.7.2 dependencies: preact: 10.7.2 @@ -63,7 +63,7 @@ importers: examples/blog-multiple-authors: specifiers: '@astrojs/preact': ^0.1.2 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 preact: ^10.7.2 sass: ^1.51.0 dependencies: @@ -75,14 +75,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -98,7 +98,7 @@ importers: '@docsearch/css': ^3.0.0 '@docsearch/react': ^3.0.0 '@types/react': ^17.0.45 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 preact: ^10.7.2 react: ^17.0.2 react-dom: ^17.0.2 @@ -117,14 +117,14 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: alpinejs: ^3.10.2 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 dependencies: alpinejs: 3.10.2 devDependencies: @@ -132,9 +132,9 @@ importers: examples/framework-lit: specifiers: - '@astrojs/lit': ^0.1.2 + '@astrojs/lit': ^0.1.3 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 lit: ^2.2.3 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -145,14 +145,14 @@ importers: examples/framework-multiple: specifiers: - '@astrojs/lit': ^0.1.2 + '@astrojs/lit': ^0.1.3 '@astrojs/preact': ^0.1.2 '@astrojs/react': ^0.1.2 '@astrojs/solid-js': ^0.1.2 '@astrojs/svelte': ^0.1.3 '@astrojs/vue': ^0.1.4 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 lit: ^2.2.3 preact: ^10.7.2 react: ^18.1.0 @@ -181,7 +181,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^0.1.2 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 preact: ^10.7.2 dependencies: preact: 10.7.2 @@ -194,7 +194,7 @@ importers: '@astrojs/react': ^0.1.2 '@types/react': ^18.0.9 '@types/react-dom': ^18.0.4 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -209,7 +209,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^0.1.2 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 solid-js: ^1.4.1 dependencies: solid-js: 1.4.1 @@ -220,7 +220,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^0.1.3 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 svelte: ^3.48.0 dependencies: svelte: 3.48.0 @@ -231,7 +231,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^0.1.4 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 vue: ^3.2.33 dependencies: vue: 3.2.33 @@ -241,15 +241,15 @@ importers: examples/integrations-playground: specifiers: - '@astrojs/lit': ^0.1.2 - '@astrojs/partytown': ^0.1.2 + '@astrojs/lit': ^0.1.3 + '@astrojs/partytown': ^0.1.3 '@astrojs/react': ^0.1.2 '@astrojs/sitemap': ^0.1.0 '@astrojs/solid-js': 0.1.2 '@astrojs/tailwind': ^0.2.1 - '@astrojs/turbolinks': ^0.1.2 + '@astrojs/turbolinks': ^0.1.3 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 lit: ^2.2.3 preact: ^10.7.2 react: ^18.1.0 @@ -278,20 +278,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^0.1.2 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 preact: ^10.7.2 sass: ^1.51.0 dependencies: @@ -305,7 +305,7 @@ importers: specifiers: '@astrojs/node': ^0.1.1 '@astrojs/svelte': ^0.1.3 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 concurrently: ^7.2.0 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -324,14 +324,14 @@ importers: examples/starter: specifiers: - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: '@astrojs/react': ^0.1.2 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 react: ^18.1.0 react-dom: ^18.1.0 sass: ^1.51.0 @@ -350,7 +350,7 @@ importers: '@astrojs/react': ^0.1.2 '@astrojs/svelte': ^0.1.3 '@astrojs/vue': ^0.1.4 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 preact: ^10.7.2 react: ^18.1.0 react-dom: ^18.1.0 @@ -373,7 +373,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^0.9.4 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -391,7 +391,7 @@ importers: examples/with-markdown-shiki: specifiers: '@astrojs/markdown-remark': ^0.9.4 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro @@ -406,7 +406,7 @@ importers: '@nanostores/preact': ^0.1.3 '@nanostores/react': ^0.1.5 '@nanostores/vue': ^0.4.1 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 nanostores: ^0.5.12 preact: ^10.7.2 react: ^18.1.0 @@ -434,7 +434,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^0.2.1 - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.13 @@ -449,7 +449,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.0-beta.28 + astro: ^1.0.0-beta.29 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: