From 89f335b5399bf9511baa08841086c7afb05d8208 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Thu, 3 Nov 2022 06:38:29 -0700 Subject: [PATCH] [ci] release (#5262) Co-authored-by: github-actions[bot] --- .changeset/brown-clocks-press.md | 5 -- .changeset/clever-files-wash.md | 5 -- .changeset/cool-ducks-mix.md | 5 -- .changeset/curvy-countries-kiss.md | 6 --- .changeset/dull-days-grin.md | 5 -- .changeset/lemon-spies-approve.md | 5 -- .changeset/long-turtles-run.md | 5 -- .changeset/lucky-bees-impress.md | 5 -- .changeset/tall-keys-hunt.md | 5 -- .changeset/tame-keys-kiss.md | 5 -- .changeset/thin-trains-run.md | 7 --- examples/basics/package.json | 2 +- examples/blog/package.json | 2 +- 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 | 2 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 4 +- examples/with-vite-plugin-pwa/package.json | 2 +- examples/with-vitest/package.json | 2 +- packages/astro-prism/CHANGELOG.md | 6 +++ packages/astro-prism/package.json | 2 +- packages/astro/CHANGELOG.md | 18 +++++++ packages/astro/package.json | 2 +- packages/integrations/image/CHANGELOG.md | 6 +++ packages/integrations/image/package.json | 2 +- packages/integrations/mdx/package.json | 2 +- packages/integrations/prefetch/CHANGELOG.md | 8 +++ packages/integrations/prefetch/package.json | 2 +- packages/integrations/tailwind/CHANGELOG.md | 6 +++ packages/integrations/tailwind/package.json | 2 +- packages/markdown/component/CHANGELOG.md | 6 +++ packages/markdown/component/package.json | 2 +- pnpm-lock.yaml | 56 ++++++++++----------- 51 files changed, 114 insertions(+), 122 deletions(-) delete mode 100644 .changeset/brown-clocks-press.md delete mode 100644 .changeset/clever-files-wash.md delete mode 100644 .changeset/cool-ducks-mix.md delete mode 100644 .changeset/curvy-countries-kiss.md delete mode 100644 .changeset/dull-days-grin.md delete mode 100644 .changeset/lemon-spies-approve.md delete mode 100644 .changeset/long-turtles-run.md delete mode 100644 .changeset/lucky-bees-impress.md delete mode 100644 .changeset/tall-keys-hunt.md delete mode 100644 .changeset/tame-keys-kiss.md delete mode 100644 .changeset/thin-trains-run.md diff --git a/.changeset/brown-clocks-press.md b/.changeset/brown-clocks-press.md deleted file mode 100644 index 72da3e6495b9..000000000000 --- a/.changeset/brown-clocks-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Surface astro.config errors to the user diff --git a/.changeset/clever-files-wash.md b/.changeset/clever-files-wash.md deleted file mode 100644 index 6a62c4864061..000000000000 --- a/.changeset/clever-files-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixed memleak caused by project dir names containing '.md' or '.mdx' diff --git a/.changeset/cool-ducks-mix.md b/.changeset/cool-ducks-mix.md deleted file mode 100644 index 938ecd06da19..000000000000 --- a/.changeset/cool-ducks-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Allow 200 response for endpoints in build diff --git a/.changeset/curvy-countries-kiss.md b/.changeset/curvy-countries-kiss.md deleted file mode 100644 index 91ac89d426af..000000000000 --- a/.changeset/curvy-countries-kiss.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/prism': patch -'@astrojs/markdown-component': patch ---- - -Update URLs in package.json diff --git a/.changeset/dull-days-grin.md b/.changeset/dull-days-grin.md deleted file mode 100644 index 6876d2a83e85..000000000000 --- a/.changeset/dull-days-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Include missing `class:list` within `HTMLAttributes` type diff --git a/.changeset/lemon-spies-approve.md b/.changeset/lemon-spies-approve.md deleted file mode 100644 index b7da75bb311e..000000000000 --- a/.changeset/lemon-spies-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/prefetch': patch ---- - -Do not prefetch if browser is offline or uses 3G diff --git a/.changeset/long-turtles-run.md b/.changeset/long-turtles-run.md deleted file mode 100644 index 599c3c99a169..000000000000 --- a/.changeset/long-turtles-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/tailwind': patch ---- - -Prevent errors during HMR from crashing dev server diff --git a/.changeset/lucky-bees-impress.md b/.changeset/lucky-bees-impress.md deleted file mode 100644 index 7dda64a6dceb..000000000000 --- a/.changeset/lucky-bees-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/prefetch': patch ---- - -Adds additional package.json keywords used for discoverability in the Integrations catalog diff --git a/.changeset/tall-keys-hunt.md b/.changeset/tall-keys-hunt.md deleted file mode 100644 index 1f5e3a6eaffc..000000000000 --- a/.changeset/tall-keys-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Refactor CSS preprocessing handling diff --git a/.changeset/tame-keys-kiss.md b/.changeset/tame-keys-kiss.md deleted file mode 100644 index 51ee6f3ef1b0..000000000000 --- a/.changeset/tame-keys-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Fixes a bug where the `web-streams-polyfill` dependency would not be installed with the `--production` flag diff --git a/.changeset/thin-trains-run.md b/.changeset/thin-trains-run.md deleted file mode 100644 index ef58f3b2375f..000000000000 --- a/.changeset/thin-trains-run.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch ---- - -HMR - Improved error recovery - -This improves error recovery for HMR. Now when the dev server finds itself in an error state (because a route contained an error), it will recover from that state and refresh the page when the user has corrected the mistake. \ No newline at end of file diff --git a/examples/basics/package.json b/examples/basics/package.json index ccda963e072f..65397fffade0 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2" + "astro": "^1.6.3" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 24ff162062de..dbe28062553b 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2", + "astro": "^1.6.3", "@astrojs/mdx": "^0.11.5", "@astrojs/rss": "^1.0.3", "@astrojs/sitemap": "^1.0.0" diff --git a/examples/component/package.json b/examples/component/package.json index f788660565f9..fe7c6eb7fcc9 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,9 +15,9 @@ ], "scripts": {}, "devDependencies": { - "astro": "^1.6.2" + "astro": "^1.6.3" }, "peerDependencies": { - "astro": "^1.6.2" + "astro": "^1.6.3" } } diff --git a/examples/deno/package.json b/examples/deno/package.json index 57db7c049726..e69dd112f0a8 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2" + "astro": "^1.6.3" }, "devDependencies": { "@astrojs/deno": "^1.2.0" diff --git a/examples/docs/package.json b/examples/docs/package.json index 16ccf0d40609..9bcfa83c419c 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2", + "astro": "^1.6.3", "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 42732b4565cf..94fa421f1be0 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2", + "astro": "^1.6.3", "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 4f4dd98b457f..ec8919416b5b 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2", + "astro": "^1.6.3", "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 160e674a18a8..cd6f87ccb57c 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2", + "astro": "^1.6.3", "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 49a0b3fe38c6..d0c2b4db207c 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2", + "astro": "^1.6.3", "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 26d00e46625a..9151456994e5 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2", + "astro": "^1.6.3", "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 57a7e319e004..7de952b68072 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2", + "astro": "^1.6.3", "solid-js": "^1.4.3", "@astrojs/solid-js": "^1.2.2" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 1d265e5a2df5..cac0f7fef0c3 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.2" + "astro": "^1.6.3" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 137024f36c8a..8522c5768692 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2", + "astro": "^1.6.3", "vue": "^3.2.37", "@astrojs/vue": "^1.2.1" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index ae79e4bfda7c..3ce0e3a09e9e 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -13,6 +13,6 @@ }, "dependencies": { "@astrojs/node": "^2.0.1", - "astro": "^1.5.2" + "astro": "^1.6.3" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 693c93179299..58286f3b4a2f 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,9 +15,9 @@ ], "scripts": {}, "devDependencies": { - "astro": "^1.6.2" + "astro": "^1.6.3" }, "peerDependencies": { - "astro": "^1.6.2" + "astro": "^1.6.3" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 4ed0792987c7..d21c5d16a1c3 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2" + "astro": "^1.6.3" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index d7af51d08bc3..6d3375fce3f6 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.2" + "astro": "^1.6.3" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 8a94e31d5ef1..0474d5e45767 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2" + "astro": "^1.6.3" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 461374647fcf..336c9a321fbc 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.2", + "astro": "^1.6.3", "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.2", "@astrojs/node": "^2.0.2", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 86aa5606652a..3916251f1dd8 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.2", + "astro": "^1.6.3", "@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 8cbfe704f77f..2a22ad98755b 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.2" + "astro": "^1.6.3" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 21bfb2b847b5..eff2729bb23c 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2", + "astro": "^1.6.3", "preact": "^10.6.5", "@astrojs/preact": "^1.2.0", "@astrojs/mdx": "^0.11.5" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 6ed7182819bb..3f064c545168 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.2", + "astro": "^1.6.3", "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 25f0e9a37474..85288b77fc3a 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@astrojs/mdx": "^0.11.5", - "@astrojs/tailwind": "^2.1.1", + "@astrojs/tailwind": "^2.1.2", "@types/canvas-confetti": "^1.4.3", - "astro": "^1.6.2", + "astro": "^1.6.3", "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 6604b32a446a..438835f76845 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.2", + "astro": "^1.6.3", "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 f4cd5d6e2e52..3acc3c55ec1a 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^1.6.2", + "astro": "^1.6.3", "vitest": "^0.20.3" } } diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md index adc56ece96e9..a8ba7b30ba49 100644 --- a/packages/astro-prism/CHANGELOG.md +++ b/packages/astro-prism/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/prism +## 1.0.2 + +### Patch Changes + +- [#5281](https://github.com/withastro/astro/pull/5281) [`a558cf317`](https://github.com/withastro/astro/commit/a558cf317a98bfb79688a31ddb81c910e16e79c2) Thanks [@aleksa-codes](https://github.com/aleksa-codes)! - Update URLs in package.json + ## 1.0.1 ### Patch Changes diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index f0e06419b561..938ffe757902 100644 --- a/packages/astro-prism/package.json +++ b/packages/astro-prism/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/prism", - "version": "1.0.1", + "version": "1.0.2", "description": "Supports Prism highlighting in Astro projects", "author": "withastro", "type": "module", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 149230e90a19..9da061843905 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,23 @@ # astro +## 1.6.3 + +### Patch Changes + +- [#5273](https://github.com/withastro/astro/pull/5273) [`c7b9b14a1`](https://github.com/withastro/astro/commit/c7b9b14a1e8be22c21bd8b2982a340f101993924) Thanks [@matthewp](https://github.com/matthewp)! - Surface astro.config errors to the user + +- [#5264](https://github.com/withastro/astro/pull/5264) [`0d27c4a2b`](https://github.com/withastro/astro/commit/0d27c4a2b67e3928cc6f7b5af5faad20926b6cbb) Thanks [@VladCuciureanu](https://github.com/VladCuciureanu)! - Fixed memleak caused by project dir names containing '.md' or '.mdx' + +- [#5258](https://github.com/withastro/astro/pull/5258) [`74759cf78`](https://github.com/withastro/astro/commit/74759cf787aefeeccc3fc336fdb0a56b982733bb) Thanks [@bluwy](https://github.com/bluwy)! - Allow 200 response for endpoints in build + +- [#5284](https://github.com/withastro/astro/pull/5284) [`126cd8e83`](https://github.com/withastro/astro/commit/126cd8e83fbed8d69320c55cad4bdaa2d6209de9) Thanks [@herteleo](https://github.com/herteleo)! - Include missing `class:list` within `HTMLAttributes` type + +- [#5236](https://github.com/withastro/astro/pull/5236) [`1cc067052`](https://github.com/withastro/astro/commit/1cc067052438602d9378bf84dc7754c09afdfbe8) Thanks [@bluwy](https://github.com/bluwy)! - Refactor CSS preprocessing handling + +- [#5198](https://github.com/withastro/astro/pull/5198) [`c77a6cbe3`](https://github.com/withastro/astro/commit/c77a6cbe345facbf72c453e2fddc00f20c98983f) Thanks [@matthewp](https://github.com/matthewp)! - HMR - Improved error recovery + + This improves error recovery for HMR. Now when the dev server finds itself in an error state (because a route contained an error), it will recover from that state and refresh the page when the user has corrected the mistake. + ## 1.6.2 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index d3f830a96632..913b5771f496 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.6.2", + "version": "1.6.3", "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/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 3c6632685e8a..210c0c8c24df 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.11.1 + +### Patch Changes + +- [#5260](https://github.com/withastro/astro/pull/5260) [`37d664e26`](https://github.com/withastro/astro/commit/37d664e26262f8e1026a31dcd4fcb251097dd90c) Thanks [@tony-sull](https://github.com/tony-sull)! - Fixes a bug where the `web-streams-polyfill` dependency would not be installed with the `--production` flag + ## 0.11.0 ### Minor Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index dcd2120abd5e..93451977f61f 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.11.0", + "version": "0.11.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 3275b27a3005..6c4c921a7926 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -30,7 +30,7 @@ "test:match": "mocha --timeout 20000 -g" }, "dependencies": { - "@astrojs/prism": "^1.0.1", + "@astrojs/prism": "^1.0.2", "@mdx-js/mdx": "^2.1.2", "@mdx-js/rollup": "^2.1.1", "acorn": "^8.8.0", diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md index 72d73fccf023..86fd25cdc546 100644 --- a/packages/integrations/prefetch/CHANGELOG.md +++ b/packages/integrations/prefetch/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/prefetch +## 0.1.1 + +### Patch Changes + +- [#5244](https://github.com/withastro/astro/pull/5244) [`6ad91bd80`](https://github.com/withastro/astro/commit/6ad91bd80dae935b67a5c18b8dfbb95f2cfe10ef) Thanks [@deeprobin](https://github.com/deeprobin)! - Do not prefetch if browser is offline or uses 3G + +- [#5271](https://github.com/withastro/astro/pull/5271) [`b6afe2c1d`](https://github.com/withastro/astro/commit/b6afe2c1db613aabf3139fb58e0fc2ab60322f37) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds additional package.json keywords used for discoverability in the Integrations catalog + ## 0.1.0 ### Minor Changes diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index 9416f72149e4..11f9bdc8ea00 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.1.0", + "version": "0.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index c69fadb9481a..c51f111a136a 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/tailwind +## 2.1.2 + +### Patch Changes + +- [#5270](https://github.com/withastro/astro/pull/5270) [`bb6e88000`](https://github.com/withastro/astro/commit/bb6e8800094dc59841eb3b345fcb8baca9e17ce9) Thanks [@matthewp](https://github.com/matthewp)! - Prevent errors during HMR from crashing dev server + ## 2.1.1 ### Patch Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 783e3329d00a..0414e5daa041 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.1", + "version": "2.1.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/markdown/component/CHANGELOG.md b/packages/markdown/component/CHANGELOG.md index cd7b8fb9d516..9ce2a625a42b 100644 --- a/packages/markdown/component/CHANGELOG.md +++ b/packages/markdown/component/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-component +## 1.0.2 + +### Patch Changes + +- [#5281](https://github.com/withastro/astro/pull/5281) [`a558cf317`](https://github.com/withastro/astro/commit/a558cf317a98bfb79688a31ddb81c910e16e79c2) Thanks [@aleksa-codes](https://github.com/aleksa-codes)! - Update URLs in package.json + ## 1.0.1 ### Patch Changes diff --git a/packages/markdown/component/package.json b/packages/markdown/component/package.json index 881944b46801..51587e08570d 100644 --- a/packages/markdown/component/package.json +++ b/packages/markdown/component/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-component", - "version": "1.0.1", + "version": "1.0.2", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d795ed5b7aef..42aec0e4c65c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,7 +61,7 @@ importers: examples/basics: specifiers: - astro: ^1.6.2 + astro: ^1.6.3 dependencies: astro: link:../../packages/astro @@ -70,7 +70,7 @@ importers: '@astrojs/mdx': ^0.11.5 '@astrojs/rss': ^1.0.3 '@astrojs/sitemap': ^1.0.0 - astro: ^1.6.2 + astro: ^1.6.3 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -79,14 +79,14 @@ importers: examples/component: specifiers: - astro: ^1.6.2 + astro: ^1.6.3 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^1.2.0 - astro: ^1.6.2 + astro: ^1.6.3 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.2 + astro: ^1.6.3 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -125,7 +125,7 @@ importers: '@astrojs/alpinejs': ^0.1.2 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.6.2 + astro: ^1.6.3 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -136,7 +136,7 @@ importers: specifiers: '@astrojs/lit': ^1.0.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.6.2 + astro: ^1.6.3 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -151,7 +151,7 @@ importers: '@astrojs/solid-js': ^1.2.2 '@astrojs/svelte': ^1.0.2 '@astrojs/vue': ^1.2.1 - astro: ^1.6.2 + astro: ^1.6.3 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -176,7 +176,7 @@ importers: specifiers: '@astrojs/preact': ^1.2.0 '@preact/signals': ^1.1.0 - astro: ^1.6.2 + astro: ^1.6.3 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -189,7 +189,7 @@ importers: '@astrojs/react': ^1.2.2 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.6.2 + astro: ^1.6.3 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -203,7 +203,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^1.2.2 - astro: ^1.6.2 + astro: ^1.6.3 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -213,7 +213,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^1.0.2 - astro: ^1.6.2 + astro: ^1.6.3 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -223,7 +223,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^1.2.1 - astro: ^1.6.2 + astro: ^1.6.3 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -233,32 +233,32 @@ importers: examples/hackernews: specifiers: '@astrojs/node': ^2.0.1 - astro: ^1.5.2 + astro: ^1.6.3 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^1.6.2 + astro: ^1.6.3 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^1.6.2 + astro: ^1.6.3 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.6.2 + astro: ^1.6.3 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^1.6.2 + astro: ^1.6.3 dependencies: astro: link:../../packages/astro @@ -266,7 +266,7 @@ importers: specifiers: '@astrojs/node': ^2.0.2 '@astrojs/svelte': ^1.0.2 - astro: ^1.6.2 + astro: ^1.6.3 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -283,7 +283,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^1.1.3 - astro: ^1.6.2 + astro: ^1.6.3 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -300,7 +300,7 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^1.6.2 + astro: ^1.6.3 dependencies: astro: link:../../packages/astro @@ -308,7 +308,7 @@ importers: specifiers: '@astrojs/mdx': ^0.11.5 '@astrojs/preact': ^1.2.0 - astro: ^1.6.2 + astro: ^1.6.3 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -320,7 +320,7 @@ importers: specifiers: '@astrojs/preact': ^1.2.0 '@nanostores/preact': ^0.1.3 - astro: ^1.6.2 + astro: ^1.6.3 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -333,9 +333,9 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/mdx': ^0.11.5 - '@astrojs/tailwind': ^2.1.1 + '@astrojs/tailwind': ^2.1.2 '@types/canvas-confetti': ^1.4.3 - astro: ^1.6.2 + astro: ^1.6.3 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -352,7 +352,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.6.2 + astro: ^1.6.3 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -362,7 +362,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.6.2 + astro: ^1.6.3 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro @@ -2753,7 +2753,7 @@ importers: packages/integrations/mdx: specifiers: - '@astrojs/prism': ^1.0.1 + '@astrojs/prism': ^1.0.2 '@mdx-js/mdx': ^2.1.2 '@mdx-js/rollup': ^2.1.1 '@types/chai': ^4.3.1