From 16f67111175245ed5807a225d1d28f1161e6237c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 Jul 2022 21:50:43 +0000 Subject: [PATCH] [ci] release --- .changeset/breezy-ravens-sort.md | 11 -- .changeset/bright-starfishes-clap.md | 5 - .changeset/funny-masks-yawn.md | 5 - .changeset/great-pants-chew.md | 5 - .changeset/lucky-bottles-wait.md | 23 --- .changeset/nasty-students-run.md | 6 - .changeset/nervous-swans-perform.md | 6 - .changeset/rare-news-confess.md | 5 - .changeset/silent-readers-behave.md | 5 - .changeset/smooth-files-attend.md | 5 - .changeset/stupid-cougars-warn.md | 5 - .changeset/warm-poems-sing.md | 5 - .changeset/wild-pens-hunt.md | 5 - examples/basics/package.json | 2 +- examples/blog-multiple-authors/package.json | 4 +- examples/blog/package.json | 4 +- examples/component/demo/package.json | 2 +- examples/component/package.json | 2 +- examples/docs/package.json | 6 +- examples/env-vars/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 4 +- examples/framework-multiple/package.json | 14 +- examples/framework-preact/package.json | 4 +- examples/framework-react/package.json | 4 +- examples/framework-solid/package.json | 4 +- examples/framework-svelte/package.json | 4 +- examples/framework-vue/package.json | 4 +- examples/integrations-playground/package.json | 16 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 4 +- examples/ssr/package.json | 6 +- examples/starter/package.json | 2 +- examples/subpath/package.json | 4 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-markdown/package.json | 10 +- examples/with-mdx/package.json | 6 +- examples/with-nanostores/package.json | 12 +- examples/with-tailwindcss/package.json | 4 +- examples/with-vite-plugin-pwa/package.json | 2 +- packages/astro/CHANGELOG.md | 19 +++ packages/astro/package.json | 4 +- packages/create-astro/CHANGELOG.md | 6 + packages/create-astro/package.json | 2 +- packages/integrations/cloudflare/CHANGELOG.md | 6 + packages/integrations/cloudflare/package.json | 2 +- packages/integrations/deno/CHANGELOG.md | 8 + packages/integrations/deno/package.json | 2 +- packages/integrations/image/CHANGELOG.md | 16 ++ packages/integrations/image/package.json | 2 +- packages/integrations/lit/CHANGELOG.md | 6 + packages/integrations/lit/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 6 + packages/integrations/mdx/package.json | 2 +- packages/integrations/netlify/CHANGELOG.md | 8 + packages/integrations/netlify/package.json | 2 +- packages/integrations/node/CHANGELOG.md | 8 + packages/integrations/node/package.json | 2 +- packages/integrations/partytown/CHANGELOG.md | 6 + packages/integrations/partytown/package.json | 2 +- packages/integrations/preact/CHANGELOG.md | 6 + packages/integrations/preact/package.json | 2 +- packages/integrations/prefetch/CHANGELOG.md | 8 + packages/integrations/prefetch/package.json | 2 +- packages/integrations/react/CHANGELOG.md | 6 + packages/integrations/react/package.json | 2 +- packages/integrations/sitemap/CHANGELOG.md | 8 + packages/integrations/sitemap/package.json | 2 +- packages/integrations/solid/CHANGELOG.md | 8 + packages/integrations/solid/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 8 + packages/integrations/svelte/package.json | 2 +- packages/integrations/tailwind/CHANGELOG.md | 6 + packages/integrations/tailwind/package.json | 2 +- packages/integrations/turbolinks/CHANGELOG.md | 6 + packages/integrations/turbolinks/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 8 + packages/integrations/vercel/package.json | 2 +- packages/integrations/vue/CHANGELOG.md | 8 + packages/integrations/vue/package.json | 2 +- packages/telemetry/CHANGELOG.md | 6 + packages/telemetry/package.json | 2 +- pnpm-lock.yaml | 138 +++++++++--------- 85 files changed, 326 insertions(+), 250 deletions(-) delete mode 100644 .changeset/breezy-ravens-sort.md delete mode 100644 .changeset/bright-starfishes-clap.md delete mode 100644 .changeset/funny-masks-yawn.md delete mode 100644 .changeset/great-pants-chew.md delete mode 100644 .changeset/lucky-bottles-wait.md delete mode 100644 .changeset/nasty-students-run.md delete mode 100644 .changeset/nervous-swans-perform.md delete mode 100644 .changeset/rare-news-confess.md delete mode 100644 .changeset/silent-readers-behave.md delete mode 100644 .changeset/smooth-files-attend.md delete mode 100644 .changeset/stupid-cougars-warn.md delete mode 100644 .changeset/warm-poems-sing.md delete mode 100644 .changeset/wild-pens-hunt.md diff --git a/.changeset/breezy-ravens-sort.md b/.changeset/breezy-ravens-sort.md deleted file mode 100644 index 591979af30a72..0000000000000 --- a/.changeset/breezy-ravens-sort.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@astrojs/deno': patch -'@astrojs/image': patch -'@astrojs/netlify': patch -'@astrojs/node': patch -'@astrojs/prefetch': patch -'@astrojs/sitemap': patch -'@astrojs/vercel': patch ---- - -Small README fixes diff --git a/.changeset/bright-starfishes-clap.md b/.changeset/bright-starfishes-clap.md deleted file mode 100644 index 2fbedbe23f631..0000000000000 --- a/.changeset/bright-starfishes-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': minor ---- - -The new `` component adds art direction support for building responsive images with multiple sizes and file types :tada: diff --git a/.changeset/funny-masks-yawn.md b/.changeset/funny-masks-yawn.md deleted file mode 100644 index cb0466f7595a0..0000000000000 --- a/.changeset/funny-masks-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Docs: add complete "adapter" configuration reference diff --git a/.changeset/great-pants-chew.md b/.changeset/great-pants-chew.md deleted file mode 100644 index 189d09bd37fb9..0000000000000 --- a/.changeset/great-pants-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes response.arrayBuffer() handling in large pages diff --git a/.changeset/lucky-bottles-wait.md b/.changeset/lucky-bottles-wait.md deleted file mode 100644 index 271c28ed4776d..0000000000000 --- a/.changeset/lucky-bottles-wait.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -'astro': patch -'@astrojs/cloudflare': patch -'@astrojs/deno': patch -'@astrojs/image': patch -'@astrojs/lit': patch -'@astrojs/mdx': patch -'@astrojs/netlify': patch -'@astrojs/node': patch -'@astrojs/partytown': patch -'@astrojs/preact': patch -'@astrojs/prefetch': patch -'@astrojs/react': patch -'@astrojs/sitemap': patch -'@astrojs/solid-js': patch -'@astrojs/svelte': patch -'@astrojs/tailwind': patch -'@astrojs/turbolinks': patch -'@astrojs/vercel': patch -'@astrojs/vue': patch ---- - -[astro add] Support adapters and third party packages diff --git a/.changeset/nasty-students-run.md b/.changeset/nasty-students-run.md deleted file mode 100644 index e83afd915a43a..0000000000000 --- a/.changeset/nasty-students-run.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/svelte': patch -'@astrojs/vue': patch ---- - -Add entrypoints for editor support for Vue and Svelte (destined to be used by our language server) diff --git a/.changeset/nervous-swans-perform.md b/.changeset/nervous-swans-perform.md deleted file mode 100644 index a0ed43cea216e..0000000000000 --- a/.changeset/nervous-swans-perform.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/image': patch ---- - -Allow importing the Image component from @astrojs/image diff --git a/.changeset/rare-news-confess.md b/.changeset/rare-news-confess.md deleted file mode 100644 index d28a7511d8033..0000000000000 --- a/.changeset/rare-news-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Update JSX definitions with element specific types and added some missing attributes diff --git a/.changeset/silent-readers-behave.md b/.changeset/silent-readers-behave.md deleted file mode 100644 index 8b5e7e4b548db..0000000000000 --- a/.changeset/silent-readers-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/telemetry': patch ---- - -Detect package manager, improve types diff --git a/.changeset/smooth-files-attend.md b/.changeset/smooth-files-attend.md deleted file mode 100644 index 0348a11e87c4e..0000000000000 --- a/.changeset/smooth-files-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix usage of slots inside expressions diff --git a/.changeset/stupid-cougars-warn.md b/.changeset/stupid-cougars-warn.md deleted file mode 100644 index 69ba11c06f0cf..0000000000000 --- a/.changeset/stupid-cougars-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Bugfix: fixing a bug that broke builds in NPM workspaces diff --git a/.changeset/warm-poems-sing.md b/.changeset/warm-poems-sing.md deleted file mode 100644 index ab39a4e055405..0000000000000 --- a/.changeset/warm-poems-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/solid-js': patch ---- - -Update peerDependencies to "solid@^1.4.3" diff --git a/.changeset/wild-pens-hunt.md b/.changeset/wild-pens-hunt.md deleted file mode 100644 index 43fd30a33c1e5..0000000000000 --- a/.changeset/wild-pens-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Small wording updates diff --git a/examples/basics/package.json b/examples/basics/package.json index 19fa47b58b3c8..71a5a627de6bc 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.64" + "astro": "^1.0.0-beta.65" } } diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 031681af69242..8038a3e87043b 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.3.1", - "astro": "^1.0.0-beta.64", + "@astrojs/preact": "^0.3.2", + "astro": "^1.0.0-beta.65", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index 79ffdaa63118d..8e3f6af5f4333 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.3.1", - "astro": "^1.0.0-beta.64" + "@astrojs/preact": "^0.3.2", + "astro": "^1.0.0-beta.65" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 86805b8cfb5c6..770a665348f78 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.64" + "astro": "^1.0.0-beta.65" } } diff --git a/examples/component/package.json b/examples/component/package.json index e05fadd95db90..548f1c3feeeb9 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.64" + "astro": "^1.0.0-beta.65" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index adcdd351c8113..725f50565b485 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -18,8 +18,8 @@ "react-dom": "^18.1.0" }, "devDependencies": { - "@astrojs/preact": "^0.3.1", - "@astrojs/react": "^0.2.0", - "astro": "^1.0.0-beta.64" + "@astrojs/preact": "^0.3.2", + "@astrojs/react": "^0.2.1", + "astro": "^1.0.0-beta.65" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 3ea50ed9c972b..5a1eba6c657a5 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.64" + "astro": "^1.0.0-beta.65" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 718cb0f1c23a8..5be415472cb18 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.64" + "astro": "^1.0.0-beta.65" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index e7dc95025157f..2cbc88cdc5a4e 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.3.0", - "astro": "^1.0.0-beta.64" + "@astrojs/lit": "^0.3.1", + "astro": "^1.0.0-beta.65" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index d98560bfbe016..9458711553772 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,13 +9,13 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.3.0", - "@astrojs/preact": "^0.3.1", - "@astrojs/react": "^0.2.0", - "@astrojs/solid-js": "^0.2.0", - "@astrojs/svelte": "^0.2.0", - "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.64" + "@astrojs/lit": "^0.3.1", + "@astrojs/preact": "^0.3.2", + "@astrojs/react": "^0.2.1", + "@astrojs/solid-js": "^0.2.1", + "@astrojs/svelte": "^0.2.1", + "@astrojs/vue": "^0.2.1", + "astro": "^1.0.0-beta.65" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index fb644bfb3364f..d42be4be509b4 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.3.1", - "astro": "^1.0.0-beta.64" + "@astrojs/preact": "^0.3.2", + "astro": "^1.0.0-beta.65" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 9e34885a2357b..568eabdfcc3bf 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,10 +9,10 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.2.0", + "@astrojs/react": "^0.2.1", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.0-beta.64" + "astro": "^1.0.0-beta.65" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 45192917c29ee..b16703053c422 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/solid-js": "^0.2.0", - "astro": "^1.0.0-beta.64" + "@astrojs/solid-js": "^0.2.1", + "astro": "^1.0.0-beta.65" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index dbd406652c4c7..743f329503588 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/svelte": "^0.2.0", - "astro": "^1.0.0-beta.64" + "@astrojs/svelte": "^0.2.1", + "astro": "^1.0.0-beta.65" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index c6a010ee16d52..11b8bf0408865 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.64" + "@astrojs/vue": "^0.2.1", + "astro": "^1.0.0-beta.65" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 7bd8d26766c04..64b04f31bb2f4 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -9,14 +9,14 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.3.0", - "@astrojs/partytown": "^0.1.6", - "@astrojs/react": "^0.2.0", - "@astrojs/sitemap": "^0.2.4", - "@astrojs/solid-js": "0.2.0", - "@astrojs/tailwind": "^0.2.2", - "@astrojs/turbolinks": "^0.1.3", - "astro": "^1.0.0-beta.64", + "@astrojs/lit": "^0.3.1", + "@astrojs/partytown": "^0.1.7", + "@astrojs/react": "^0.2.1", + "@astrojs/sitemap": "^0.2.5", + "@astrojs/solid-js": "0.2.1", + "@astrojs/tailwind": "^0.2.3", + "@astrojs/turbolinks": "^0.1.4", + "astro": "^1.0.0-beta.65", "solid-js": "^1.4.3" }, "dependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 944bb8fe2097c..df763b88e37fa 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.64" + "astro": "^1.0.0-beta.65" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index d6b2b456a313b..f958a82b38e1a 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.64" + "astro": "^1.0.0-beta.65" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 846a763ea7729..19cf17c5a72ec 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.3.1", - "astro": "^1.0.0-beta.64", + "@astrojs/preact": "^0.3.2", + "astro": "^1.0.0-beta.65", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index b5cd27620a020..43bee01d51e10 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -9,9 +9,9 @@ "server": "node server/server.mjs" }, "devDependencies": { - "@astrojs/node": "^0.1.4", - "@astrojs/svelte": "^0.2.0", - "astro": "^1.0.0-beta.64", + "@astrojs/node": "^0.1.5", + "@astrojs/svelte": "^0.2.1", + "astro": "^1.0.0-beta.65", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/starter/package.json b/examples/starter/package.json index 9829e58548a4d..74c4d7a349e34 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.64" + "astro": "^1.0.0-beta.65" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index a43ead6269adf..bdf59bdd0aac0 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.2.0", - "astro": "^1.0.0-beta.64", + "@astrojs/react": "^0.2.1", + "astro": "^1.0.0-beta.65", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 6a0c3cc8d8c0d..97289839fa2b8 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.11.3", - "astro": "^1.0.0-beta.64", + "astro": "^1.0.0-beta.65", "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 c70660c42c516..60ff1a60b07b1 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.11.3", - "astro": "^1.0.0-beta.64" + "astro": "^1.0.0-beta.65" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index d77c55f9f4981..add7df1707d9d 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -10,11 +10,11 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.11.3", - "@astrojs/preact": "^0.3.1", - "@astrojs/react": "^0.2.0", - "@astrojs/svelte": "^0.2.0", - "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.64" + "@astrojs/preact": "^0.3.2", + "@astrojs/react": "^0.2.1", + "@astrojs/svelte": "^0.2.1", + "@astrojs/vue": "^0.2.1", + "astro": "^1.0.0-beta.65" }, "dependencies": { "preact": "^10.7.3", diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 8d1919d9f94e1..64eced395a7c4 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -9,9 +9,9 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/mdx": "^0.0.2", - "@astrojs/preact": "^0.3.1", - "astro": "^1.0.0-beta.64", + "@astrojs/mdx": "^0.0.3", + "@astrojs/preact": "^0.3.2", + "astro": "^1.0.0-beta.65", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index dfaef5576dca8..252efa57ee999 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -20,11 +20,11 @@ "vue": "^3.2.37" }, "devDependencies": { - "@astrojs/preact": "^0.3.1", - "@astrojs/react": "^0.2.0", - "@astrojs/solid-js": "^0.2.0", - "@astrojs/svelte": "^0.2.0", - "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.64" + "@astrojs/preact": "^0.3.2", + "@astrojs/react": "^0.2.1", + "@astrojs/solid-js": "^0.2.1", + "@astrojs/svelte": "^0.2.1", + "@astrojs/vue": "^0.2.1", + "astro": "^1.0.0-beta.65" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index b077df5ac21e2..15f45fc69f24a 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.2", - "astro": "^1.0.0-beta.64", + "@astrojs/tailwind": "^0.2.3", + "astro": "^1.0.0-beta.65", "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 e80d506e515e9..131fbb72aca94 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.64", + "astro": "^1.0.0-beta.65", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index c1a5c0934bfce..ad338f156b303 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,24 @@ # astro +## 1.0.0-beta.65 + +### Patch Changes + +- [#3842](https://github.com/withastro/astro/pull/3842) [`08fa0772`](https://github.com/withastro/astro/commit/08fa0772abb49b892fa03198fa16964161b9618d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Docs: add complete "adapter" configuration reference + +* [#3860](https://github.com/withastro/astro/pull/3860) [`c2c4e5c2`](https://github.com/withastro/astro/commit/c2c4e5c238463a09d621237698a5399eb7b3e9ad) Thanks [@matthewp](https://github.com/matthewp)! - Fixes response.arrayBuffer() handling in large pages + +- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + +* [#3848](https://github.com/withastro/astro/pull/3848) [`502f0631`](https://github.com/withastro/astro/commit/502f0631317fe1b23582d4126c44f44cb0b0716f) Thanks [@matthewp](https://github.com/matthewp)! - Allow importing the Image component from @astrojs/image + +- [#3801](https://github.com/withastro/astro/pull/3801) [`b84bd7db`](https://github.com/withastro/astro/commit/b84bd7db63c29aede9a63940e2e7dbdc7eca28db) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update JSX definitions with element specific types and added some missing attributes + +* [#3837](https://github.com/withastro/astro/pull/3837) [`5afb8076`](https://github.com/withastro/astro/commit/5afb807688750fce7024e630203fbc48dcef267a) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix usage of slots inside expressions + +* Updated dependencies [[`eedb32c7`](https://github.com/withastro/astro/commit/eedb32c79716a8e04acd46cb2c74c5af112e016f)]: + - @astrojs/telemetry@0.2.5 + ## 1.0.0-beta.64 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index a87574a084406..9e20038cf78dd 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.64", + "version": "1.0.0-beta.65", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -84,7 +84,7 @@ "@astrojs/language-server": "^0.13.4", "@astrojs/markdown-remark": "^0.11.3", "@astrojs/prism": "0.4.1", - "@astrojs/telemetry": "^0.2.4", + "@astrojs/telemetry": "^0.2.5", "@astrojs/webapi": "^0.12.0", "@babel/core": "^7.18.2", "@babel/types": "^7.18.4", diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index a507622fa2302..9430b92c07dab 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.12.5 + +### Patch Changes + +- [#3831](https://github.com/withastro/astro/pull/3831) [`4fb08502`](https://github.com/withastro/astro/commit/4fb08502a99396723b9eb671099482cd619b3564) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Small wording updates + ## 0.12.4 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index c3bad7fd0e447..a2efa48b47a96 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.12.4", + "version": "0.12.5", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index afd4bb183d8c8..90f1e85af126f 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/cloudflare +## 0.2.3 + +### Patch Changes + +- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.2.2 ### Patch Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 425f5aa42dfc2..f9b16db21a744 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to cloudflare pages functions", - "version": "0.2.2", + "version": "0.2.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md index 18a11a790dd1e..2b6af886e2c3b 100644 --- a/packages/integrations/deno/CHANGELOG.md +++ b/packages/integrations/deno/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/node +## 0.1.9 + +### Patch Changes + +- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes + +* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.1.8 ### Patch Changes diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index b7f5758b8d303..c7670d3412117 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/deno", "description": "Deploy your site to a Deno server", - "version": "0.1.8", + "version": "0.1.9", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index aad6710e53f4d..4479c395c5faf 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,21 @@ # @astrojs/image +## 0.1.0 + +### Minor Changes + +- [#3866](https://github.com/withastro/astro/pull/3866) [`89d76753`](https://github.com/withastro/astro/commit/89d76753a0dc50b2967d1fa9d36e34bde2722b83) Thanks [@tony-sull](https://github.com/tony-sull)! - The new `` component adds art direction support for building responsive images with multiple sizes and file types :tada: + +### Patch Changes + +- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes + +* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + +- [#3848](https://github.com/withastro/astro/pull/3848) [`502f0631`](https://github.com/withastro/astro/commit/502f0631317fe1b23582d4126c44f44cb0b0716f) Thanks [@matthewp](https://github.com/matthewp)! - Allow importing the Image component from @astrojs/image + +* [#3869](https://github.com/withastro/astro/pull/3869) [`0aaef1c4`](https://github.com/withastro/astro/commit/0aaef1c48bacff5a05498af201d456efeac82ac2) Thanks [@tony-sull](https://github.com/tony-sull)! - Bugfix: fixing a bug that broke builds in NPM workspaces + ## 0.0.4 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 9f4fbd45c268c..17a20afa4ebeb 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.0.4", + "version": "0.1.0", "type": "module", "types": "./dist/types.d.ts", "author": "withastro", diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md index 4c4b40c15fac3..a91319076a1c4 100644 --- a/packages/integrations/lit/CHANGELOG.md +++ b/packages/integrations/lit/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/lit +## 0.3.1 + +### Patch Changes + +- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.3.0 ### Minor Changes diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index bfda1e1af72ed..f872aadcd3c33 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/lit", - "version": "0.3.0", + "version": "0.3.1", "description": "Use Lit components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 8a376ebf8a978..6d906f189a215 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 0.0.3 + +### Patch Changes + +- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.0.2 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 1f76f471831c3..61b58250d66f5 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Use MDX within Astro", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index dd44e19e45a7e..9c77743e17601 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/netlify +## 0.4.9 + +### Patch Changes + +- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes + +* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.4.8 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 8bdc42acb85b3..c23ba9a18cce9 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.4.8", + "version": "0.4.9", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 8369434c665da..07fe028d93e20 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/node +## 0.1.5 + +### Patch Changes + +- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes + +* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.1.4 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 1c96ebafcbe29..4b31c0b07c89b 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "0.1.4", + "version": "0.1.5", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md index 6de1ee9e72026..9428e9d985881 100644 --- a/packages/integrations/partytown/CHANGELOG.md +++ b/packages/integrations/partytown/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/partytown +## 0.1.7 + +### Patch Changes + +- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.1.6 ### Patch Changes diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index e775e30cad198..ce4dab7410618 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.6", + "version": "0.1.7", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index 818eb1146b5ca..cb779685c13c0 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 0.3.2 + +### Patch Changes + +- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.3.1 ### Patch Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 36b04827b0bb2..a954482db279a 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/preact", "description": "Use Preact components within Astro", - "version": "0.3.1", + "version": "0.3.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md index fb3574a526349..2d2510aeb94d3 100644 --- a/packages/integrations/prefetch/CHANGELOG.md +++ b/packages/integrations/prefetch/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/prefetch +## 0.0.4 + +### Patch Changes + +- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes + +* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.0.3 ### Patch Changes diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index 7c6fa52572e15..134ecd8343cb5 100644 --- a/packages/integrations/prefetch/package.json +++ b/packages/integrations/prefetch/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/prefetch", "description": "Faster page navigations by prefetching links when the browser is idle.", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 7dda8d3c9c890..0fb6de14591f2 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 0.2.1 + +### Patch Changes + +- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.2.0 ### Minor Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index dae26dcd699a6..adf014c4ecb91 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/react", "description": "Use React components within Astro", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index 0eeef5bf9044c..683ab84c8e7af 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/sitemap +## 0.2.5 + +### Patch Changes + +- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes + +* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.2.4 ### Patch Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index 8aa96f33dc275..9b48d02e1d0e7 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/sitemap", "description": "Generate a sitemap for Astro", - "version": "0.2.4", + "version": "0.2.5", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index b223e8a3081a9..7b64ec2bb5185 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/solid-js +## 0.2.1 + +### Patch Changes + +- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + +* [`515e8765`](https://github.com/withastro/astro/commit/515e876598c391f3824a82b757042198e0729ca6) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update peerDependencies to "solid@^1.4.3" + ## 0.2.0 ### Minor Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 036ce728a3711..6f088903af7b7 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "0.2.0", + "version": "0.2.1", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 116eb60f538e1..c4c48990e8ebc 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/svelte +## 0.2.1 + +### Patch Changes + +- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + +* [#3864](https://github.com/withastro/astro/pull/3864) [`f9ed77bb`](https://github.com/withastro/astro/commit/f9ed77bb0d71d1644d524547a24963210f4ecaff) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add entrypoints for editor support for Vue and Svelte (destined to be used by our language server) + ## 0.2.0 ### Minor Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index fe0e6976b3f5a..19fcb63305511 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "0.2.0", + "version": "0.2.1", "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 2c497719a2dab..29ef041bc4ac4 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/tailwind +## 0.2.3 + +### Patch Changes + +- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.2.2 ### Patch Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 3b8d889095656..7b95800188d75 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.2", + "version": "0.2.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 4ee974eae2a0f..614791c4ec882 100644 --- a/packages/integrations/turbolinks/CHANGELOG.md +++ b/packages/integrations/turbolinks/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/turbolinks +## 0.1.4 + +### Patch Changes + +- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.1.3 ### Patch Changes diff --git a/packages/integrations/turbolinks/package.json b/packages/integrations/turbolinks/package.json index 5b7310fcafab3..6731274587b94 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.3", + "version": "0.1.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 05c3dfed6cfcb..b3719ab5d9f1e 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/vercel +## 0.2.5 + +### Patch Changes + +- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes + +* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + ## 0.2.4 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 5e59abf17247e..905d90aabf393 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.4", + "version": "0.2.5", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index e2a78b3fd394d..c9802dfdaa20e 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/vue +## 0.2.1 + +### Patch Changes + +- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages + +* [#3864](https://github.com/withastro/astro/pull/3864) [`f9ed77bb`](https://github.com/withastro/astro/commit/f9ed77bb0d71d1644d524547a24963210f4ecaff) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add entrypoints for editor support for Vue and Svelte (destined to be used by our language server) + ## 0.2.0 ### Minor Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 07ed5caba3ffa..2281dfc206393 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "0.2.0", + "version": "0.2.1", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md index 8917e634c4f81..1d8930cae7417 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/telemetry +## 0.2.5 + +### Patch Changes + +- [#3847](https://github.com/withastro/astro/pull/3847) [`eedb32c7`](https://github.com/withastro/astro/commit/eedb32c79716a8e04acd46cb2c74c5af112e016f) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Detect package manager, improve types + ## 0.2.4 ### Patch Changes diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 534643654baed..ee2bd93dda2a2 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/telemetry", - "version": "0.2.4", + "version": "0.2.5", "type": "module", "types": "./dist/types/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 81b1e074a65b4..586ccce03cdd6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,14 +59,14 @@ importers: examples/basics: specifiers: - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 devDependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/preact': ^0.3.1 - astro: ^1.0.0-beta.64 + '@astrojs/preact': ^0.3.2 + astro: ^1.0.0-beta.65 preact: ^10.7.3 dependencies: preact: 10.9.0 @@ -76,8 +76,8 @@ importers: examples/blog-multiple-authors: specifiers: - '@astrojs/preact': ^0.3.1 - astro: ^1.0.0-beta.64 + '@astrojs/preact': ^0.3.2 + astro: ^1.0.0-beta.65 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -89,14 +89,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -107,12 +107,12 @@ importers: examples/docs: specifiers: '@algolia/client-search': ^4.13.1 - '@astrojs/preact': ^0.3.1 - '@astrojs/react': ^0.2.0 + '@astrojs/preact': ^0.3.2 + '@astrojs/react': ^0.2.1 '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/react': ^17.0.45 - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -131,14 +131,14 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: alpinejs: ^3.10.2 - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 dependencies: alpinejs: 3.10.2 devDependencies: @@ -146,9 +146,9 @@ importers: examples/framework-lit: specifiers: - '@astrojs/lit': ^0.3.0 + '@astrojs/lit': ^0.3.1 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 lit: ^2.2.5 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -159,14 +159,14 @@ importers: examples/framework-multiple: specifiers: - '@astrojs/lit': ^0.3.0 - '@astrojs/preact': ^0.3.1 - '@astrojs/react': ^0.2.0 - '@astrojs/solid-js': ^0.2.0 - '@astrojs/svelte': ^0.2.0 - '@astrojs/vue': ^0.2.0 + '@astrojs/lit': ^0.3.1 + '@astrojs/preact': ^0.3.2 + '@astrojs/react': ^0.2.1 + '@astrojs/solid-js': ^0.2.1 + '@astrojs/svelte': ^0.2.1 + '@astrojs/vue': ^0.2.1 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -194,8 +194,8 @@ importers: examples/framework-preact: specifiers: - '@astrojs/preact': ^0.3.1 - astro: ^1.0.0-beta.64 + '@astrojs/preact': ^0.3.2 + astro: ^1.0.0-beta.65 preact: ^10.7.3 dependencies: preact: 10.9.0 @@ -205,10 +205,10 @@ importers: examples/framework-react: specifiers: - '@astrojs/react': ^0.2.0 + '@astrojs/react': ^0.2.1 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -222,8 +222,8 @@ importers: examples/framework-solid: specifiers: - '@astrojs/solid-js': ^0.2.0 - astro: ^1.0.0-beta.64 + '@astrojs/solid-js': ^0.2.1 + astro: ^1.0.0-beta.65 solid-js: ^1.4.3 dependencies: solid-js: 1.4.7 @@ -233,8 +233,8 @@ importers: examples/framework-svelte: specifiers: - '@astrojs/svelte': ^0.2.0 - astro: ^1.0.0-beta.64 + '@astrojs/svelte': ^0.2.1 + astro: ^1.0.0-beta.65 svelte: ^3.48.0 dependencies: svelte: 3.49.0 @@ -244,8 +244,8 @@ importers: examples/framework-vue: specifiers: - '@astrojs/vue': ^0.2.0 - astro: ^1.0.0-beta.64 + '@astrojs/vue': ^0.2.1 + astro: ^1.0.0-beta.65 vue: ^3.2.37 dependencies: vue: 3.2.37 @@ -255,15 +255,15 @@ importers: examples/integrations-playground: specifiers: - '@astrojs/lit': ^0.3.0 - '@astrojs/partytown': ^0.1.6 - '@astrojs/react': ^0.2.0 - '@astrojs/sitemap': ^0.2.4 - '@astrojs/solid-js': 0.2.0 - '@astrojs/tailwind': ^0.2.2 - '@astrojs/turbolinks': ^0.1.3 + '@astrojs/lit': ^0.3.1 + '@astrojs/partytown': ^0.1.7 + '@astrojs/react': ^0.2.1 + '@astrojs/sitemap': ^0.2.5 + '@astrojs/solid-js': 0.2.1 + '@astrojs/tailwind': ^0.2.3 + '@astrojs/turbolinks': ^0.1.4 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -292,20 +292,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - '@astrojs/preact': ^0.3.1 - astro: ^1.0.0-beta.64 + '@astrojs/preact': ^0.3.2 + astro: ^1.0.0-beta.65 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -317,9 +317,9 @@ importers: examples/ssr: specifiers: - '@astrojs/node': ^0.1.4 - '@astrojs/svelte': ^0.2.0 - astro: ^1.0.0-beta.64 + '@astrojs/node': ^0.1.5 + '@astrojs/svelte': ^0.2.1 + astro: ^1.0.0-beta.65 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -338,14 +338,14 @@ importers: examples/starter: specifiers: - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: - '@astrojs/react': ^0.2.0 - astro: ^1.0.0-beta.64 + '@astrojs/react': ^0.2.1 + astro: ^1.0.0-beta.65 react: ^18.1.0 react-dom: ^18.1.0 sass: ^1.52.2 @@ -360,11 +360,11 @@ importers: examples/with-markdown: specifiers: '@astrojs/markdown-remark': ^0.11.3 - '@astrojs/preact': ^0.3.1 - '@astrojs/react': ^0.2.0 - '@astrojs/svelte': ^0.2.0 - '@astrojs/vue': ^0.2.0 - astro: ^1.0.0-beta.64 + '@astrojs/preact': ^0.3.2 + '@astrojs/react': ^0.2.1 + '@astrojs/svelte': ^0.2.1 + '@astrojs/vue': ^0.2.1 + astro: ^1.0.0-beta.65 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -387,7 +387,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^0.11.3 - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -405,16 +405,16 @@ importers: examples/with-markdown-shiki: specifiers: '@astrojs/markdown-remark': ^0.11.3 - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.0.2 - '@astrojs/preact': ^0.3.1 - astro: ^1.0.0-beta.64 + '@astrojs/mdx': ^0.0.3 + '@astrojs/preact': ^0.3.2 + astro: ^1.0.0-beta.65 preact: ^10.6.5 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -424,15 +424,15 @@ importers: examples/with-nanostores: specifiers: - '@astrojs/preact': ^0.3.1 - '@astrojs/react': ^0.2.0 - '@astrojs/solid-js': ^0.2.0 - '@astrojs/svelte': ^0.2.0 - '@astrojs/vue': ^0.2.0 + '@astrojs/preact': ^0.3.2 + '@astrojs/react': ^0.2.1 + '@astrojs/solid-js': ^0.2.1 + '@astrojs/svelte': ^0.2.1 + '@astrojs/vue': ^0.2.1 '@nanostores/preact': ^0.1.3 '@nanostores/react': ^0.1.5 '@nanostores/vue': ^0.4.1 - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 nanostores: ^0.5.12 preact: ^10.7.3 react: ^18.1.0 @@ -459,8 +459,8 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/tailwind': ^0.2.2 - astro: ^1.0.0-beta.64 + '@astrojs/tailwind': ^0.2.3 + astro: ^1.0.0-beta.65 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -475,7 +475,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.0-beta.64 + astro: ^1.0.0-beta.65 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: @@ -489,7 +489,7 @@ importers: '@astrojs/language-server': ^0.13.4 '@astrojs/markdown-remark': ^0.11.3 '@astrojs/prism': 0.4.1 - '@astrojs/telemetry': ^0.2.4 + '@astrojs/telemetry': ^0.2.5 '@astrojs/webapi': ^0.12.0 '@babel/core': ^7.18.2 '@babel/generator': ^7.18.2