summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-11-03 06:38:29 -0700
committerGravatar GitHub <noreply@github.com> 2022-11-03 09:38:29 -0400
commit89f335b5399bf9511baa08841086c7afb05d8208 (patch)
treecb8bc1a19ea808e8159f31e06394384e11f16c66
parent64d0dc56bb5edce9f421d121133dedfe32841102 (diff)
downloadastro-89f335b5399bf9511baa08841086c7afb05d8208.tar.gz
astro-89f335b5399bf9511baa08841086c7afb05d8208.tar.zst
astro-89f335b5399bf9511baa08841086c7afb05d8208.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/brown-clocks-press.md5
-rw-r--r--.changeset/clever-files-wash.md5
-rw-r--r--.changeset/cool-ducks-mix.md5
-rw-r--r--.changeset/curvy-countries-kiss.md6
-rw-r--r--.changeset/dull-days-grin.md5
-rw-r--r--.changeset/lemon-spies-approve.md5
-rw-r--r--.changeset/long-turtles-run.md5
-rw-r--r--.changeset/lucky-bees-impress.md5
-rw-r--r--.changeset/tall-keys-hunt.md5
-rw-r--r--.changeset/tame-keys-kiss.md5
-rw-r--r--.changeset/thin-trains-run.md7
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/package.json4
-rw-r--r--examples/deno/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/integration/package.json4
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json4
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro-prism/CHANGELOG.md6
-rw-r--r--packages/astro-prism/package.json2
-rw-r--r--packages/astro/CHANGELOG.md18
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/image/CHANGELOG.md6
-rw-r--r--packages/integrations/image/package.json2
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/prefetch/CHANGELOG.md8
-rw-r--r--packages/integrations/prefetch/package.json2
-rw-r--r--packages/integrations/tailwind/CHANGELOG.md6
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/markdown/component/CHANGELOG.md6
-rw-r--r--packages/markdown/component/package.json2
-rw-r--r--pnpm-lock.yaml56
51 files changed, 114 insertions, 122 deletions
diff --git a/.changeset/brown-clocks-press.md b/.changeset/brown-clocks-press.md
deleted file mode 100644
index 72da3e649..000000000
--- 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 6a62c4864..000000000
--- 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 938ecd06d..000000000
--- 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 91ac89d42..000000000
--- 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 6876d2a83..000000000
--- 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 b7da75bb3..000000000
--- 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 599c3c99a..000000000
--- 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 7dda64a6d..000000000
--- 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 1f5e3a6ea..000000000
--- 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 51ee6f3ef..000000000
--- 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 ef58f3b23..000000000
--- 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 ccda963e0..65397fffa 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 24ff16206..dbe280625 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 f78866056..fe7c6eb7f 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 57db7c049..e69dd112f 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 16ccf0d40..9bcfa83c4 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 42732b456..94fa421f1 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 4f4dd98b4..ec8919416 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 160e674a1..cd6f87ccb 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 49a0b3fe3..d0c2b4db2 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 26d00e466..915145699 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 57a7e319e..7de952b68 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 1d265e5a2..cac0f7fef 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 137024f36..8522c5768 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 ae79e4bfd..3ce0e3a09 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 693c93179..58286f3b4 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 4ed079298..d21c5d16a 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 d7af51d08..6d3375fce 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 8a94e31d5..0474d5e45 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 461374647..336c9a321 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 86aa56066..3916251f1 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 8cbfe704f..2a22ad987 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 21bfb2b84..eff2729bb 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 6ed718281..3f064c545 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 25f0e9a37..85288b77f 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 6604b32a4..438835f76 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 f4cd5d6e2..3acc3c55e 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 adc56ece9..a8ba7b30b 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 f0e06419b..938ffe757 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 149230e90..9da061843 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 d3f830a96..913b5771f 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 3c6632685..210c0c8c2 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 dcd2120ab..93451977f 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 3275b27a3..6c4c921a7 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 72d73fccf..86fd25cdc 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 9416f7214..11f9bdc8e 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 c69fadb94..c51f111a1 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 783e3329d..0414e5daa 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 cd7b8fb9d..9ce2a625a 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 881944b46..51587e085 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 d795ed5b7..42aec0e4c 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