summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/light-moons-protect.md5
-rw-r--r--.changeset/plenty-paws-divide.md5
-rw-r--r--.changeset/selfish-beers-dance.md5
-rw-r--r--.changeset/shaggy-gifts-admire.md5
-rw-r--r--.changeset/sour-clocks-unite.md5
-rw-r--r--.changeset/yellow-cameras-ring.md11
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog-multiple-authors/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/demo/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/env-vars/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/integrations-playground/package.json6
-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.json4
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/subpath/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-markdown/package.json2
-rw-r--r--examples/with-mdx/package.json6
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--packages/astro/CHANGELOG.md13
-rw-r--r--packages/astro/package.json4
-rw-r--r--packages/integrations/deno/CHANGELOG.md6
-rw-r--r--packages/integrations/deno/package.json2
-rw-r--r--packages/integrations/mdx/CHANGELOG.md7
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/netlify/CHANGELOG.md6
-rw-r--r--packages/integrations/netlify/package.json2
-rw-r--r--packages/integrations/node/CHANGELOG.md6
-rw-r--r--packages/integrations/node/package.json2
-rw-r--r--packages/integrations/partytown/CHANGELOG.md6
-rw-r--r--packages/integrations/partytown/package.json2
-rw-r--r--packages/integrations/prefetch/CHANGELOG.md6
-rw-r--r--packages/integrations/prefetch/package.json2
-rw-r--r--packages/integrations/sitemap/CHANGELOG.md6
-rw-r--r--packages/integrations/sitemap/package.json2
-rw-r--r--packages/integrations/vercel/CHANGELOG.md6
-rw-r--r--packages/integrations/vercel/package.json2
-rw-r--r--packages/telemetry/CHANGELOG.md6
-rw-r--r--packages/telemetry/package.json2
-rw-r--r--pnpm-lock.yaml98
56 files changed, 153 insertions, 139 deletions
diff --git a/.changeset/light-moons-protect.md b/.changeset/light-moons-protect.md
deleted file mode 100644
index 9b9bd38ef..000000000
--- a/.changeset/light-moons-protect.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/prefetch': patch
----
-
-Fix integration name (`prefetch` instead of `lit`)
diff --git a/.changeset/plenty-paws-divide.md b/.changeset/plenty-paws-divide.md
deleted file mode 100644
index e15c6b0c9..000000000
--- a/.changeset/plenty-paws-divide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix an issue with throwAndExit not awaiting
diff --git a/.changeset/selfish-beers-dance.md b/.changeset/selfish-beers-dance.md
deleted file mode 100644
index 4386cdda2..000000000
--- a/.changeset/selfish-beers-dance.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Internal changes needed to support `@astrojs/mdx`
diff --git a/.changeset/shaggy-gifts-admire.md b/.changeset/shaggy-gifts-admire.md
deleted file mode 100644
index e41f6ddab..000000000
--- a/.changeset/shaggy-gifts-admire.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/mdx': patch
----
-
-Initial release! 🎉
diff --git a/.changeset/sour-clocks-unite.md b/.changeset/sour-clocks-unite.md
deleted file mode 100644
index 85ddbedbf..000000000
--- a/.changeset/sour-clocks-unite.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix an issue with unfriendly config validation error output
diff --git a/.changeset/yellow-cameras-ring.md b/.changeset/yellow-cameras-ring.md
deleted file mode 100644
index 65d3a69ae..000000000
--- a/.changeset/yellow-cameras-ring.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-'@astrojs/deno': patch
-'@astrojs/netlify': patch
-'@astrojs/node': patch
-'@astrojs/partytown': patch
-'@astrojs/sitemap': patch
-'@astrojs/vercel': patch
-'@astrojs/telemetry': patch
----
-
-Update READMEs
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 619fbb658..4eda77227 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
}
}
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index d8fb1ae48..892d70efa 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.3.1",
- "astro": "^1.0.0-beta.59",
+ "astro": "^1.0.0-beta.60",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 4f7607769..50afafcab 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.3.1",
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 3f8b2e2a8..2dcb83b7f 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.59"
+ "astro": "^1.0.0-beta.60"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 6350ca7e9..bb2dc7351 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.59"
+ "astro": "^1.0.0-beta.60"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 1bc765f82..7d7bebebf 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -20,6 +20,6 @@
"devDependencies": {
"@astrojs/preact": "^0.3.1",
"@astrojs/react": "^0.2.0",
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index cc1ca6581..683a0a976 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.59"
+ "astro": "^1.0.0-beta.60"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 8c4056696..353482167 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.59"
+ "astro": "^1.0.0-beta.60"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index d311fd0e4..3ce4faadf 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.3.0",
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index c087a0f87..927f48106 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -15,7 +15,7 @@
"@astrojs/solid-js": "^0.2.0",
"@astrojs/svelte": "^0.2.0",
"@astrojs/vue": "^0.2.0",
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index d64c95772..39031e5cf 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.3.1",
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 7d09e52eb..5024e11b9 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -12,7 +12,7 @@
"@astrojs/react": "^0.2.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 0905a7f56..0007af49e 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.2.0",
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 8865c2b3d..dbd65beee 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.2.0",
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index fa05f5454..9ecc2c12a 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.2.0",
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
},
"dependencies": {
"vue": "^3.2.37"
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index dfc1eb294..2e785ea2d 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -10,13 +10,13 @@
},
"devDependencies": {
"@astrojs/lit": "^0.3.0",
- "@astrojs/partytown": "^0.1.5",
+ "@astrojs/partytown": "^0.1.6",
"@astrojs/react": "^0.2.0",
- "@astrojs/sitemap": "^0.2.3",
+ "@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.59",
+ "astro": "^1.0.0-beta.60",
"solid-js": "^1.4.3"
},
"dependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 97ad68a2b..06b05fdf7 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index b811e1f99..801aab502 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.59"
+ "astro": "^1.0.0-beta.60"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index f4f02192f..fb1010e81 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.3.1",
- "astro": "^1.0.0-beta.59",
+ "astro": "^1.0.0-beta.60",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index b0f7a8bbe..6357fb972 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.2",
+ "@astrojs/node": "^0.1.3",
"@astrojs/svelte": "^0.2.0",
- "astro": "^1.0.0-beta.59",
+ "astro": "^1.0.0-beta.60",
"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 664d591a2..d545a93b2 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 51ccd51dc..ee0ad2c7f 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.2.0",
- "astro": "^1.0.0-beta.59",
+ "astro": "^1.0.0-beta.60",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 168fb166d..2f291a427 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.59",
+ "astro": "^1.0.0-beta.60",
"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 991605b9e..825f135c2 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.59"
+ "astro": "^1.0.0-beta.60"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 327bc9b36..c9e751abc 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^0.2.0",
"@astrojs/svelte": "^0.2.0",
"@astrojs/vue": "^0.2.0",
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
},
"dependencies": {
"preact": "^10.7.3",
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index fdff7d48d..1ed3861d0 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.1",
- "@astrojs/preact": "^0.2.0",
- "astro": "^1.0.0-beta.58",
+ "@astrojs/mdx": "^0.0.2",
+ "@astrojs/preact": "^0.3.1",
+ "astro": "^1.0.0-beta.60",
"preact": "^10.6.5"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index ad7801edf..0737703ab 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -25,6 +25,6 @@
"@astrojs/solid-js": "^0.2.0",
"@astrojs/svelte": "^0.2.0",
"@astrojs/vue": "^0.2.0",
- "astro": "^1.0.0-beta.59"
+ "astro": "^1.0.0-beta.60"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 1ae60b46f..d2cccf1f0 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.2",
- "astro": "^1.0.0-beta.59",
+ "astro": "^1.0.0-beta.60",
"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 31931a620..d9f21ab23 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.59",
+ "astro": "^1.0.0-beta.60",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index a02583677..f9707764c 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,18 @@
# astro
+## 1.0.0-beta.60
+
+### Patch Changes
+
+- [#3779](https://github.com/withastro/astro/pull/3779) [`192c4bcf`](https://github.com/withastro/astro/commit/192c4bcfd69aa44f735866378d8ba08ba902d290) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix an issue with throwAndExit not awaiting
+
+* [#3706](https://github.com/withastro/astro/pull/3706) [`032ad1c0`](https://github.com/withastro/astro/commit/032ad1c047a62dd663067cc562537d16f2872aa7) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Internal changes needed to support `@astrojs/mdx`
+
+- [#3768](https://github.com/withastro/astro/pull/3768) [`913591d1`](https://github.com/withastro/astro/commit/913591d13761d7c99f4b5bf547942922736a9f3a) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix an issue with unfriendly config validation error output
+
+- Updated dependencies [[`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378)]:
+ - @astrojs/telemetry@0.2.3
+
## 1.0.0-beta.59
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 9f5a92c5b..9796c4c55 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.0.0-beta.59",
+ "version": "1.0.0-beta.60",
"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.2",
+ "@astrojs/telemetry": "^0.2.3",
"@astrojs/webapi": "^0.12.0",
"@babel/core": "^7.18.2",
"@babel/generator": "^7.18.2",
diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md
index d1ac6241e..18a11a790 100644
--- a/packages/integrations/deno/CHANGELOG.md
+++ b/packages/integrations/deno/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 0.1.8
+
+### Patch Changes
+
+- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
+
## 0.1.7
### Patch Changes
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 6d2a79933..b5d6f06ea 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.7",
+ "version": "0.1.8",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
new file mode 100644
index 000000000..8a376ebf8
--- /dev/null
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -0,0 +1,7 @@
+# @astrojs/mdx
+
+## 0.0.2
+
+### Patch Changes
+
+- [#3706](https://github.com/withastro/astro/pull/3706) [`032ad1c0`](https://github.com/withastro/astro/commit/032ad1c047a62dd663067cc562537d16f2872aa7) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Initial release! 🎉
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 7171c61f9..285690337 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.1",
+ "version": "0.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 36a92b1a4..dd44e19e4 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/netlify
+## 0.4.8
+
+### Patch Changes
+
+- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
+
## 0.4.7
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 0edfb632b..2e2c15432 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.7",
+ "version": "0.4.8",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index 199bd30ea..746076781 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 0.1.3
+
+### Patch Changes
+
+- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
+
## 0.1.2
### Patch Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 147da3d6f..d8f1c1faf 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.2",
+ "version": "0.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md
index aa79fa8a8..6de1ee9e7 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/partytown
+## 0.1.6
+
+### Patch Changes
+
+- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
+
## 0.1.5
### Patch Changes
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index 8c25c1b42..2833e3d61 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.5",
+ "version": "0.1.6",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md
index 82fa0154d..fb3574a52 100644
--- a/packages/integrations/prefetch/CHANGELOG.md
+++ b/packages/integrations/prefetch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/prefetch
+## 0.0.3
+
+### Patch Changes
+
+- [#3778](https://github.com/withastro/astro/pull/3778) [`91635f05`](https://github.com/withastro/astro/commit/91635f05df207d33ee8b50a2afe970b94b24ba7b) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix integration name (`prefetch` instead of `lit`)
+
## 0.0.2
### Patch Changes
diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json
index 29d277fed..3b07034eb 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.2",
+ "version": "0.0.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md
index ae5c40f0a..0eeef5bf9 100644
--- a/packages/integrations/sitemap/CHANGELOG.md
+++ b/packages/integrations/sitemap/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/sitemap
+## 0.2.4
+
+### Patch Changes
+
+- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
+
## 0.2.3
### Patch Changes
diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json
index 0bb6284f6..ac98fa05c 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.3",
+ "version": "0.2.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 d7b2e6c3f..05c3dfed6 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vercel
+## 0.2.4
+
+### Patch Changes
+
+- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
+
## 0.2.3
### Patch Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 7e71e4fc4..3f09baf01 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.3",
+ "version": "0.2.4",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md
index 727aee597..96cf30632 100644
--- a/packages/telemetry/CHANGELOG.md
+++ b/packages/telemetry/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/telemetry
+## 0.2.3
+
+### Patch Changes
+
+- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
+
## 0.2.2
### Patch Changes
diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json
index 4cc5e146a..15702821d 100644
--- a/packages/telemetry/package.json
+++ b/packages/telemetry/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/telemetry",
- "version": "0.2.2",
+ "version": "0.2.3",
"type": "module",
"types": "./dist/types/index.d.ts",
"author": "withastro",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 46af0b24b..564a4b91b 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -49,14 +49,14 @@ importers:
examples/basics:
specifiers:
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/preact': ^0.3.1
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
preact: ^10.7.3
dependencies:
preact: 10.8.2
@@ -67,7 +67,7 @@ importers:
examples/blog-multiple-authors:
specifiers:
'@astrojs/preact': ^0.3.1
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@@ -79,14 +79,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@@ -102,7 +102,7 @@ importers:
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/react': ^17.0.45
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -121,14 +121,14 @@ importers:
examples/env-vars:
specifiers:
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
alpinejs: ^3.10.2
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
dependencies:
alpinejs: 3.10.2
devDependencies:
@@ -138,7 +138,7 @@ importers:
specifiers:
'@astrojs/lit': ^0.3.0
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
lit: ^2.2.5
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@@ -156,7 +156,7 @@ importers:
'@astrojs/svelte': ^0.2.0
'@astrojs/vue': ^0.2.0
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
lit: ^2.2.5
preact: ^10.7.3
react: ^18.1.0
@@ -185,7 +185,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^0.3.1
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
preact: ^10.7.3
dependencies:
preact: 10.8.2
@@ -198,7 +198,7 @@ importers:
'@astrojs/react': ^0.2.0
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -213,7 +213,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^0.2.0
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
solid-js: ^1.4.3
dependencies:
solid-js: 1.4.5
@@ -224,7 +224,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^0.2.0
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
svelte: ^3.48.0
dependencies:
svelte: 3.48.0
@@ -235,7 +235,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^0.2.0
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
vue: ^3.2.37
dependencies:
vue: 3.2.37
@@ -246,14 +246,14 @@ importers:
examples/integrations-playground:
specifiers:
'@astrojs/lit': ^0.3.0
- '@astrojs/partytown': ^0.1.5
+ '@astrojs/partytown': ^0.1.6
'@astrojs/react': ^0.2.0
- '@astrojs/sitemap': ^0.2.3
+ '@astrojs/sitemap': ^0.2.4
'@astrojs/solid-js': 0.2.0
'@astrojs/tailwind': ^0.2.2
'@astrojs/turbolinks': ^0.1.3
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
lit: ^2.2.5
preact: ^10.7.3
react: ^18.1.0
@@ -282,20 +282,20 @@ importers:
examples/minimal:
specifiers:
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.3.1
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@@ -307,9 +307,9 @@ importers:
examples/ssr:
specifiers:
- '@astrojs/node': ^0.1.2
+ '@astrojs/node': ^0.1.3
'@astrojs/svelte': ^0.2.0
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@@ -328,14 +328,14 @@ importers:
examples/starter:
specifiers:
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.2.0
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
react: ^18.1.0
react-dom: ^18.1.0
sass: ^1.52.2
@@ -354,7 +354,7 @@ importers:
'@astrojs/react': ^0.2.0
'@astrojs/svelte': ^0.2.0
'@astrojs/vue': ^0.2.0
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -377,7 +377,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^0.11.3
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -395,20 +395,20 @@ importers:
examples/with-markdown-shiki:
specifiers:
'@astrojs/markdown-remark': ^0.11.3
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
- '@astrojs/mdx': ^0.0.1
- '@astrojs/preact': ^0.2.0
- astro: ^1.0.0-beta.58
+ '@astrojs/mdx': ^0.0.2
+ '@astrojs/preact': ^0.3.1
+ astro: ^1.0.0-beta.60
preact: ^10.6.5
devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
- '@astrojs/preact': 0.2.0_preact@10.8.2
+ '@astrojs/preact': link:../../packages/integrations/preact
astro: link:../../packages/astro
preact: 10.8.2
@@ -422,7 +422,7 @@ importers:
'@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
nanostores: ^0.5.12
preact: ^10.7.3
react: ^18.1.0
@@ -450,7 +450,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^0.2.2
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -465,7 +465,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.0.0-beta.59
+ astro: ^1.0.0-beta.60
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@@ -479,7 +479,7 @@ importers:
'@astrojs/language-server': ^0.13.4
'@astrojs/markdown-remark': ^0.11.3
'@astrojs/prism': 0.4.1
- '@astrojs/telemetry': ^0.2.2
+ '@astrojs/telemetry': ^0.2.3
'@astrojs/webapi': ^0.12.0
'@babel/core': ^7.18.2
'@babel/generator': ^7.18.2
@@ -2610,19 +2610,6 @@ packages:
vfile-message: 3.1.2
dev: false
- /@astrojs/preact/0.2.0_preact@10.8.2:
- resolution: {integrity: sha512-AedeRz65mmW8qvS2TR20lS1TdRSXzKY9g3X8k1OlL585XE8ZI5WfucpzNMYMQxNuRvRDoh7imO8JoKt19O/mgg==}
- engines: {node: ^14.15.0 || >=16.0.0}
- peerDependencies:
- preact: ^10.6.5
- dependencies:
- '@babel/plugin-transform-react-jsx': 7.18.6
- preact: 10.8.2
- preact-render-to-string: 5.2.0_preact@10.8.2
- transitivePeerDependencies:
- - '@babel/core'
- dev: true
-
/@astrojs/svelte-language-integration/0.1.6_typescript@4.6.4:
resolution: {integrity: sha512-nqczE674kz7GheKSWQwTOL6+NGHghc4INQox048UyHJRaIKHEbCPyFLDBDVY7QJH0jug1komCJ8OZXUn6Z3eLA==}
dependencies:
@@ -3275,6 +3262,7 @@ packages:
optional: true
dependencies:
'@babel/helper-plugin-utils': 7.18.6
+ dev: false
/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.18.6:
resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==}
@@ -3739,6 +3727,7 @@ packages:
'@babel/helper-plugin-utils': 7.18.6
'@babel/plugin-syntax-jsx': 7.18.6
'@babel/types': 7.18.7
+ dev: false
/@babel/plugin-transform-react-jsx/7.18.6_@babel+core@7.18.6:
resolution: {integrity: sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==}
@@ -8916,11 +8905,6 @@ packages:
/debug/3.2.7:
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
- peerDependencies:
- supports-color: '*'
- peerDependenciesMeta:
- supports-color:
- optional: true
dependencies:
ms: 2.1.3
dev: false
@@ -11973,8 +11957,6 @@ packages:
debug: 3.2.7
iconv-lite: 0.4.24
sax: 1.2.4
- transitivePeerDependencies:
- - supports-color
dev: false
/netmask/2.0.2:
@@ -12058,8 +12040,6 @@ packages:
rimraf: 2.7.1
semver: 5.7.1
tar: 4.4.19
- transitivePeerDependencies:
- - supports-color
dev: false
/node-releases/2.0.5:
@@ -12978,6 +12958,7 @@ packages:
dependencies:
preact: 10.8.2
pretty-format: 3.8.0
+ dev: false
/preact/10.6.6:
resolution: {integrity: sha512-dgxpTFV2vs4vizwKohYKkk7g7rmp1wOOcfd4Tz3IB3Wi+ivZzsn/SpeKJhRENSE+n8sUfsAl4S3HiCVT923ABw==}
@@ -13055,6 +13036,7 @@ packages:
/pretty-format/3.8.0:
resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==}
+ dev: false
/prismjs/1.28.0:
resolution: {integrity: sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==}