From 5fa12852399e36ad88e6131502bd45971dad9820 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Thu, 24 Nov 2022 06:54:52 -0800 Subject: [PATCH] [ci] release (#5432) Co-authored-by: github-actions[bot] --- .changeset/clever-queens-beam.md | 5 -- .changeset/dull-camels-accept.md | 5 -- .changeset/honest-chairs-confess.md | 5 -- .changeset/nice-jokes-smile.md | 5 -- .changeset/pink-cheetahs-heal.md | 5 -- .changeset/popular-melons-pretend.md | 5 -- .changeset/quick-items-jog.md | 6 -- .changeset/thirty-bananas-smell.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 4 +- examples/component/package.json | 4 +- examples/deno/package.json | 2 +- examples/docs/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 2 +- 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/hackernews/package.json | 2 +- examples/integration/package.json | 4 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-mdx/package.json | 4 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 6 +- examples/with-vite-plugin-pwa/package.json | 2 +- examples/with-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 10 ++++ packages/astro/package.json | 2 +- packages/integrations/cloudflare/CHANGELOG.md | 12 ++++ packages/integrations/cloudflare/package.json | 4 +- packages/integrations/deno/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 10 ++++ packages/integrations/mdx/package.json | 2 +- packages/integrations/node/package.json | 2 +- packages/integrations/partytown/CHANGELOG.md | 6 ++ packages/integrations/partytown/package.json | 2 +- packages/integrations/tailwind/CHANGELOG.md | 6 ++ packages/integrations/tailwind/package.json | 2 +- pnpm-lock.yaml | 60 +++++++++---------- 47 files changed, 114 insertions(+), 111 deletions(-) delete mode 100644 .changeset/clever-queens-beam.md delete mode 100644 .changeset/dull-camels-accept.md delete mode 100644 .changeset/honest-chairs-confess.md delete mode 100644 .changeset/nice-jokes-smile.md delete mode 100644 .changeset/pink-cheetahs-heal.md delete mode 100644 .changeset/popular-melons-pretend.md delete mode 100644 .changeset/quick-items-jog.md delete mode 100644 .changeset/thirty-bananas-smell.md diff --git a/.changeset/clever-queens-beam.md b/.changeset/clever-queens-beam.md deleted file mode 100644 index 3cc5f95fd4d2..000000000000 --- a/.changeset/clever-queens-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add missing `fetchpriority` attribute to img, link, script and iframe elements diff --git a/.changeset/dull-camels-accept.md b/.changeset/dull-camels-accept.md deleted file mode 100644 index 66517f156806..000000000000 --- a/.changeset/dull-camels-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Correctly transform third-party JSX files diff --git a/.changeset/honest-chairs-confess.md b/.changeset/honest-chairs-confess.md deleted file mode 100644 index f225fa767b2e..000000000000 --- a/.changeset/honest-chairs-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Fix broken link in README diff --git a/.changeset/nice-jokes-smile.md b/.changeset/nice-jokes-smile.md deleted file mode 100644 index ebbb7377c8ec..000000000000 --- a/.changeset/nice-jokes-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': minor ---- - -Uses remark-rehype options from astro.config.mjs diff --git a/.changeset/pink-cheetahs-heal.md b/.changeset/pink-cheetahs-heal.md deleted file mode 100644 index 719f29479a0b..000000000000 --- a/.changeset/pink-cheetahs-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Use Vite's resolve to resolve paths for client:only diff --git a/.changeset/popular-melons-pretend.md b/.changeset/popular-melons-pretend.md deleted file mode 100644 index 60859e5f32f2..000000000000 --- a/.changeset/popular-melons-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/partytown': patch ---- - -fix partytown when base path specified diff --git a/.changeset/quick-items-jog.md b/.changeset/quick-items-jog.md deleted file mode 100644 index fe35edd9bbc8..000000000000 --- a/.changeset/quick-items-jog.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/cloudflare': minor ---- - -Now building for Cloudflare directory mode takes advantage of the standard asset handling from Cloudflare Pages, and therefore does not call a function script to deliver static assets anymore. -Also supports the use of `_routes.json`, `_redirects` and `_headers` files when placed into the `public` folder. \ No newline at end of file diff --git a/.changeset/thirty-bananas-smell.md b/.changeset/thirty-bananas-smell.md deleted file mode 100644 index cf420b59642c..000000000000 --- a/.changeset/thirty-bananas-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/tailwind': patch ---- - -Remove temp tailwind config file in finally diff --git a/examples/basics/package.json b/examples/basics/package.json index 63ff8fba81e9..ca4fc4e8015a 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10" + "astro": "^1.6.11" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 760c58d59659..84bad5b707a3 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10", - "@astrojs/mdx": "^0.11.6", + "astro": "^1.6.11", + "@astrojs/mdx": "^0.12.0", "@astrojs/rss": "^1.0.3", "@astrojs/sitemap": "^1.0.0" } diff --git a/examples/component/package.json b/examples/component/package.json index c0f10899fe05..b188bb1fb85d 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,9 +15,9 @@ ], "scripts": {}, "devDependencies": { - "astro": "^1.6.10" + "astro": "^1.6.11" }, "peerDependencies": { - "astro": "^1.6.10" + "astro": "^1.6.11" } } diff --git a/examples/deno/package.json b/examples/deno/package.json index 262913c9957b..0122519024ed 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10" + "astro": "^1.6.11" }, "devDependencies": { "@astrojs/deno": "^2.0.0" diff --git a/examples/docs/package.json b/examples/docs/package.json index e344e83421c6..aff2eb45f64f 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index c8a9ffe09966..049df299c5ce 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "alpinejs": "^3.10.2", "@astrojs/alpinejs": "^0.1.2", "@types/alpinejs": "^3.7.0" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 9c8aaa686eb9..4c9a3156cab5 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "lit": "^2.2.5", "@astrojs/lit": "^1.0.0", "@webcomponents/template-shadowroot": "^0.1.0" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 3f62c73d8758..61777af97dbc 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 81f94d5a12f7..75948a2478fb 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "preact": "^10.7.3", "@astrojs/preact": "^1.2.0", "@preact/signals": "^1.1.0" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 729dea236f3d..784fb385f217 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^1.2.2", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index fc5611874a4b..13653fa94a19 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "solid-js": "^1.4.3", "@astrojs/solid-js": "^1.2.3" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index ff1017f11555..c5a9ab47e6fb 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.2", - "astro": "^1.6.10" + "astro": "^1.6.11" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index df9b0ef9e0a5..7a22a26cef69 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "vue": "^3.2.37", "@astrojs/vue": "^1.2.1" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 7e0871f013d8..4b12873f7f8e 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -13,6 +13,6 @@ }, "dependencies": { "@astrojs/node": "^3.1.0", - "astro": "^1.6.10" + "astro": "^1.6.11" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index a5fe45d9f639..626266bc45b4 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,9 +15,9 @@ ], "scripts": {}, "devDependencies": { - "astro": "^1.6.10" + "astro": "^1.6.11" }, "peerDependencies": { - "astro": "^1.6.10" + "astro": "^1.6.11" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index d8767a83ad21..e42e2fbafd7e 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10" + "astro": "^1.6.11" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 8e34afa28ca5..53d2bfff4641 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10" + "astro": "^1.6.11" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 6c04982ec694..963a5e0d6c05 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10" + "astro": "^1.6.11" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index c2d45a46f84b..e0d992b749e2 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.2", "@astrojs/node": "^3.1.0", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index e1e9a2a70631..c8e711cd939f 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "@astrojs/markdown-remark": "^1.1.3", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 105eebfb55ce..0ceb13a8fca5 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10" + "astro": "^1.6.11" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index ec2c4e1eb992..5d1987035947 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "preact": "^10.6.5", "@astrojs/preact": "^1.2.0", - "@astrojs/mdx": "^0.11.6" + "@astrojs/mdx": "^0.12.0" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 3f096b3d9f0e..fdd4b481d460 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "preact": "^10.7.3", "@astrojs/preact": "^1.2.0", "nanostores": "^0.5.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index bccbf4926799..923fe21b9b8d 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^0.11.6", - "@astrojs/tailwind": "^2.1.2", + "@astrojs/mdx": "^0.12.0", + "@astrojs/tailwind": "^2.1.3", "@types/canvas-confetti": "^1.4.3", - "astro": "^1.6.10", + "astro": "^1.6.11", "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 c657833c6f29..d4693a6e4b26 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index b52431cba150..7c841fe3b678 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^1.6.10", + "astro": "^1.6.11", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 87cfd54b4094..743572756df5 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # astro +## 1.6.11 + +### Patch Changes + +- [#5433](https://github.com/withastro/astro/pull/5433) [`936c1e411`](https://github.com/withastro/astro/commit/936c1e411d77c69b2b60a061c54704200716800a) Thanks [@wtchnm](https://github.com/wtchnm)! - Add missing `fetchpriority` attribute to img, link, script and iframe elements + +- [#5437](https://github.com/withastro/astro/pull/5437) [`4b188132e`](https://github.com/withastro/astro/commit/4b188132ef68f8d9951cec86418ef50bb4df4a96) Thanks [@bluwy](https://github.com/bluwy)! - Correctly transform third-party JSX files + +- [#5434](https://github.com/withastro/astro/pull/5434) [`f5ed630bc`](https://github.com/withastro/astro/commit/f5ed630bca05ebbfcc6ac994ced3911e41daedcc) Thanks [@matthewp](https://github.com/matthewp)! - Use Vite's resolve to resolve paths for client:only + ## 1.6.10 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index e42d13db46a6..ca0ca3734cec 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.6.10", + "version": "1.6.11", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 05d2c5c06cbc..c71e087f7a88 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/cloudflare +## 4.1.0 + +### Minor Changes + +- [#5347](https://github.com/withastro/astro/pull/5347) [`743000cc7`](https://github.com/withastro/astro/commit/743000cc70274a2d2fed01c72e2ac51aa6b876a6) Thanks [@AirBorne04](https://github.com/AirBorne04)! - Now building for Cloudflare directory mode takes advantage of the standard asset handling from Cloudflare Pages, and therefore does not call a function script to deliver static assets anymore. + Also supports the use of `_routes.json`, `_redirects` and `_headers` files when placed into the `public` folder. + +### Patch Changes + +- Updated dependencies [[`936c1e411`](https://github.com/withastro/astro/commit/936c1e411d77c69b2b60a061c54704200716800a), [`4b188132e`](https://github.com/withastro/astro/commit/4b188132ef68f8d9951cec86418ef50bb4df4a96), [`f5ed630bc`](https://github.com/withastro/astro/commit/f5ed630bca05ebbfcc6ac994ced3911e41daedcc)]: + - astro@1.6.11 + ## 4.0.1 ### Patch Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 81db5b1ce08d..3dae7d30ed63 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 workers or cloudflare pages", - "version": "4.0.1", + "version": "4.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "^1.6.10" + "astro": "^1.6.11" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index df55ad6baa6f..eb1dde01d0ad 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -32,7 +32,7 @@ "esbuild": "^0.14.43" }, "peerDependencies": { - "astro": "^1.6.10" + "astro": "^1.6.11" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 1ec6bf704eb5..64f117047e6b 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/mdx +## 0.12.0 + +### Minor Changes + +- [#5427](https://github.com/withastro/astro/pull/5427) [`2a1c085b1`](https://github.com/withastro/astro/commit/2a1c085b199f24e34424ec8c19041c03602c53c5) Thanks [@backflip](https://github.com/backflip)! - Uses remark-rehype options from astro.config.mjs + +### Patch Changes + +- [#5448](https://github.com/withastro/astro/pull/5448) [`ef2ffc7ae`](https://github.com/withastro/astro/commit/ef2ffc7ae9ff554860238ecd2fb3bf6d82b5801b) Thanks [@delucis](https://github.com/delucis)! - Fix broken link in README + ## 0.11.6 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 152f0746612d..bd9fefa1dc7e 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.11.6", + "version": "0.12.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index be57cd8043de..6ea81f7c0df0 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -34,7 +34,7 @@ "send": "^0.18.0" }, "peerDependencies": { - "astro": "^1.6.10" + "astro": "^1.6.11" }, "devDependencies": { "@types/node-fetch": "^2.6.2", diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md index bf97c97bbdc9..25b79b32fcdf 100644 --- a/packages/integrations/partytown/CHANGELOG.md +++ b/packages/integrations/partytown/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/partytown +## 1.0.2 + +### Patch Changes + +- [#5425](https://github.com/withastro/astro/pull/5425) [`4266869f4`](https://github.com/withastro/astro/commit/4266869f4fef37fadb2e0c4c0b703decde11037a) Thanks [@brenelz](https://github.com/brenelz)! - fix partytown when base path specified + ## 1.0.1 ### Patch Changes diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index 58d4f09099ab..d59901cab15d 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": "1.0.1", + "version": "1.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index c51f111a136a..6f05693dbeb7 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/tailwind +## 2.1.3 + +### Patch Changes + +- [#5450](https://github.com/withastro/astro/pull/5450) [`cef33dd84`](https://github.com/withastro/astro/commit/cef33dd841b7d4d9437efac54f7e185a40cc3d4b) Thanks [@chenxsan](https://github.com/chenxsan)! - Remove temp tailwind config file in finally + ## 2.1.2 ### Patch Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 0414e5daa041..48a194eb7e80 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": "2.1.2", + "version": "2.1.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bbb484832a38..f074dd23d97e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,16 +61,16 @@ importers: examples/basics: specifiers: - astro: ^1.6.10 + astro: ^1.6.11 dependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/mdx': ^0.11.6 + '@astrojs/mdx': ^0.12.0 '@astrojs/rss': ^1.0.3 '@astrojs/sitemap': ^1.0.0 - astro: ^1.6.10 + astro: ^1.6.11 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -79,14 +79,14 @@ importers: examples/component: specifiers: - astro: ^1.6.10 + astro: ^1.6.11 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^2.0.0 - astro: ^1.6.10 + astro: ^1.6.11 dependencies: astro: link:../../packages/astro devDependencies: @@ -102,7 +102,7 @@ importers: '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^1.6.10 + astro: ^1.6.11 html-escaper: ^3.0.3 preact: ^10.7.3 react: ^18.1.0 @@ -128,7 +128,7 @@ importers: '@astrojs/alpinejs': ^0.1.2 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.6.10 + astro: ^1.6.11 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -139,7 +139,7 @@ importers: specifiers: '@astrojs/lit': ^1.0.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.6.10 + astro: ^1.6.11 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -154,7 +154,7 @@ importers: '@astrojs/solid-js': ^1.2.3 '@astrojs/svelte': ^1.0.2 '@astrojs/vue': ^1.2.1 - astro: ^1.6.10 + astro: ^1.6.11 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -179,7 +179,7 @@ importers: specifiers: '@astrojs/preact': ^1.2.0 '@preact/signals': ^1.1.0 - astro: ^1.6.10 + astro: ^1.6.11 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -192,7 +192,7 @@ importers: '@astrojs/react': ^1.2.2 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.6.10 + astro: ^1.6.11 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -206,7 +206,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^1.2.3 - astro: ^1.6.10 + astro: ^1.6.11 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -216,7 +216,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^1.0.2 - astro: ^1.6.10 + astro: ^1.6.11 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -226,7 +226,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^1.2.1 - astro: ^1.6.10 + astro: ^1.6.11 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -236,32 +236,32 @@ importers: examples/hackernews: specifiers: '@astrojs/node': ^3.1.0 - astro: ^1.6.10 + astro: ^1.6.11 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^1.6.10 + astro: ^1.6.11 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^1.6.10 + astro: ^1.6.11 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.6.10 + astro: ^1.6.11 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^1.6.10 + astro: ^1.6.11 dependencies: astro: link:../../packages/astro @@ -269,7 +269,7 @@ importers: specifiers: '@astrojs/node': ^3.1.0 '@astrojs/svelte': ^1.0.2 - astro: ^1.6.10 + astro: ^1.6.11 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -286,7 +286,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^1.1.3 - astro: ^1.6.10 + astro: ^1.6.11 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -303,15 +303,15 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^1.6.10 + astro: ^1.6.11 dependencies: astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.11.6 + '@astrojs/mdx': ^0.12.0 '@astrojs/preact': ^1.2.0 - astro: ^1.6.10 + astro: ^1.6.11 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -323,7 +323,7 @@ importers: specifiers: '@astrojs/preact': ^1.2.0 '@nanostores/preact': ^0.1.3 - astro: ^1.6.10 + astro: ^1.6.11 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -335,10 +335,10 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/mdx': ^0.11.6 - '@astrojs/tailwind': ^2.1.2 + '@astrojs/mdx': ^0.12.0 + '@astrojs/tailwind': ^2.1.3 '@types/canvas-confetti': ^1.4.3 - astro: ^1.6.10 + astro: ^1.6.11 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -355,7 +355,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.6.10 + astro: ^1.6.11 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -365,7 +365,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.6.10 + astro: ^1.6.11 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro