summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-05-31 13:40:19 -0400
committerGravatar GitHub <noreply@github.com> 2022-05-31 13:40:19 -0400
commitb2f955ec1badf4d61feba9d87e512ced2b3bbcda (patch)
tree79b57183f74501fa7296a0b0f6868f8c9bb748d6
parent9a31e6f1d500219881ae1c79f4d6fef2809ef247 (diff)
downloadastro-b2f955ec1badf4d61feba9d87e512ced2b3bbcda.tar.gz
astro-b2f955ec1badf4d61feba9d87e512ced2b3bbcda.tar.zst
astro-b2f955ec1badf4d61feba9d87e512ced2b3bbcda.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/chilly-sheep-doubt.md5
-rw-r--r--.changeset/fifty-mice-bow.md5
-rw-r--r--.changeset/gentle-cheetahs-divide.md5
-rw-r--r--.changeset/large-berries-grow.md6
-rw-r--r--.changeset/modern-readers-ring.md5
-rw-r--r--.changeset/polite-hounds-lick.md9
-rw-r--r--.changeset/unlucky-gorillas-beg.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog-multiple-authors/package.json4
-rw-r--r--examples/blog/package.json4
-rw-r--r--examples/component/demo/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/docs/package.json6
-rw-r--r--examples/env-vars/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json4
-rw-r--r--examples/framework-multiple/package.json14
-rw-r--r--examples/framework-preact/package.json4
-rw-r--r--examples/framework-react/package.json4
-rw-r--r--examples/framework-solid/package.json4
-rw-r--r--examples/framework-svelte/package.json4
-rw-r--r--examples/framework-vue/package.json4
-rw-r--r--examples/integrations-playground/package.json8
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json4
-rw-r--r--examples/ssr/package.json4
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/subpath/package.json4
-rw-r--r--examples/with-markdown-plugins/package.json4
-rw-r--r--examples/with-markdown-shiki/package.json4
-rw-r--r--examples/with-markdown/package.json12
-rw-r--r--examples/with-nanostores/package.json12
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--packages/astro/CHANGELOG.md15
-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/lit/CHANGELOG.md6
-rw-r--r--packages/integrations/lit/package.json2
-rw-r--r--packages/integrations/preact/CHANGELOG.md6
-rw-r--r--packages/integrations/preact/package.json2
-rw-r--r--packages/integrations/react/CHANGELOG.md6
-rw-r--r--packages/integrations/react/package.json2
-rw-r--r--packages/integrations/solid/CHANGELOG.md6
-rw-r--r--packages/integrations/solid/package.json2
-rw-r--r--packages/integrations/svelte/CHANGELOG.md6
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/vue/CHANGELOG.md6
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--packages/markdown/remark/CHANGELOG.md6
-rw-r--r--packages/markdown/remark/package.json2
-rw-r--r--pnpm-lock.yaml126
54 files changed, 198 insertions, 175 deletions
diff --git a/.changeset/chilly-sheep-doubt.md b/.changeset/chilly-sheep-doubt.md
deleted file mode 100644
index 4df048580..000000000
--- a/.changeset/chilly-sheep-doubt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/deno': patch
----
-
-Deno integration now loads environment variables in server runtime
diff --git a/.changeset/fifty-mice-bow.md b/.changeset/fifty-mice-bow.md
deleted file mode 100644
index b36bc3b64..000000000
--- a/.changeset/fifty-mice-bow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Forces the correct mime type for CSS in HMR
diff --git a/.changeset/gentle-cheetahs-divide.md b/.changeset/gentle-cheetahs-divide.md
deleted file mode 100644
index 8198daef1..000000000
--- a/.changeset/gentle-cheetahs-divide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/lit': patch
----
-
-Wait for DOMCOntentLoaded to polyfill in Lit
diff --git a/.changeset/large-berries-grow.md b/.changeset/large-berries-grow.md
deleted file mode 100644
index 81589045d..000000000
--- a/.changeset/large-berries-grow.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/markdown-remark': patch
----
-
-Fix components in markdown regressions
diff --git a/.changeset/modern-readers-ring.md b/.changeset/modern-readers-ring.md
deleted file mode 100644
index e5cbd8ac0..000000000
--- a/.changeset/modern-readers-ring.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Remove the rss() helper from getStaticPaths. Using rss() now prints an error pointing to the new @astrojs/rss documentation.
diff --git a/.changeset/polite-hounds-lick.md b/.changeset/polite-hounds-lick.md
deleted file mode 100644
index 8b2191648..000000000
--- a/.changeset/polite-hounds-lick.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'@astrojs/preact': patch
-'@astrojs/react': patch
-'@astrojs/solid-js': patch
-'@astrojs/svelte': patch
-'@astrojs/vue': patch
----
-
-Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
diff --git a/.changeset/unlucky-gorillas-beg.md b/.changeset/unlucky-gorillas-beg.md
deleted file mode 100644
index 5e667a062..000000000
--- a/.changeset/unlucky-gorillas-beg.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Implements improved hydration event system, meaning hydration for client:only and nested frameworks should be see significant stability improvements
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 65c0e9065..b9ae6a285 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.37"
+ "astro": "^1.0.0-beta.38"
}
}
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index c35b375ae..772e7b99b 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/preact": "^0.1.2",
- "astro": "^1.0.0-beta.37",
+ "@astrojs/preact": "^0.1.3",
+ "astro": "^1.0.0-beta.38",
"sass": "^1.52.1"
},
"dependencies": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 3b4a847f2..5cd0cf6f0 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/preact": "^0.1.2",
- "astro": "^1.0.0-beta.37"
+ "@astrojs/preact": "^0.1.3",
+ "astro": "^1.0.0-beta.38"
},
"dependencies": {
"preact": "^10.7.2"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 6eaa88796..f46d8784b 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.37"
+ "astro": "^1.0.0-beta.38"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 7bfd87bf4..98ff76203 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.37"
+ "astro": "^1.0.0-beta.38"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index ed2882696..3c4b433a4 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -18,8 +18,8 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
- "@astrojs/preact": "^0.1.2",
- "@astrojs/react": "^0.1.2",
- "astro": "^1.0.0-beta.37"
+ "@astrojs/preact": "^0.1.3",
+ "@astrojs/react": "^0.1.3",
+ "astro": "^1.0.0-beta.38"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index 1f80fbdc0..03687e574 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.37"
+ "astro": "^1.0.0-beta.38"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 9922c3ec0..a18634e81 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.37"
+ "astro": "^1.0.0-beta.38"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 0fd9115fe..269a3591b 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/lit": "^0.1.3",
- "astro": "^1.0.0-beta.37"
+ "@astrojs/lit": "^0.1.4",
+ "astro": "^1.0.0-beta.38"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index d182c1ef7..44e4e2311 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -9,13 +9,13 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/lit": "^0.1.3",
- "@astrojs/preact": "^0.1.2",
- "@astrojs/react": "^0.1.2",
- "@astrojs/solid-js": "^0.1.2",
- "@astrojs/svelte": "^0.1.3",
- "@astrojs/vue": "^0.1.4",
- "astro": "^1.0.0-beta.37"
+ "@astrojs/lit": "^0.1.4",
+ "@astrojs/preact": "^0.1.3",
+ "@astrojs/react": "^0.1.3",
+ "@astrojs/solid-js": "^0.1.3",
+ "@astrojs/svelte": "^0.1.4",
+ "@astrojs/vue": "^0.1.5",
+ "astro": "^1.0.0-beta.38"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 151eeb8ce..01d98f10f 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/preact": "^0.1.2",
- "astro": "^1.0.0-beta.37"
+ "@astrojs/preact": "^0.1.3",
+ "astro": "^1.0.0-beta.38"
},
"dependencies": {
"preact": "^10.7.2"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index d3116a815..d94126054 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/react": "^0.1.2",
- "astro": "^1.0.0-beta.37"
+ "@astrojs/react": "^0.1.3",
+ "astro": "^1.0.0-beta.38"
},
"dependencies": {
"@types/react": "^18.0.9",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index aff46fd96..1fb1a18e3 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/solid-js": "^0.1.2",
- "astro": "^1.0.0-beta.37"
+ "@astrojs/solid-js": "^0.1.3",
+ "astro": "^1.0.0-beta.38"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index edcec1af1..dd29d990d 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/svelte": "^0.1.3",
- "astro": "^1.0.0-beta.37"
+ "@astrojs/svelte": "^0.1.4",
+ "astro": "^1.0.0-beta.38"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index c729542e0..7de96dcf0 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/vue": "^0.1.4",
- "astro": "^1.0.0-beta.37"
+ "@astrojs/vue": "^0.1.5",
+ "astro": "^1.0.0-beta.38"
},
"dependencies": {
"vue": "^3.2.36"
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 4c1400776..9c1326787 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -9,14 +9,14 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/lit": "^0.1.3",
+ "@astrojs/lit": "^0.1.4",
"@astrojs/partytown": "^0.1.4",
- "@astrojs/react": "^0.1.2",
+ "@astrojs/react": "^0.1.3",
"@astrojs/sitemap": "^0.1.0",
- "@astrojs/solid-js": "0.1.2",
+ "@astrojs/solid-js": "0.1.3",
"@astrojs/tailwind": "^0.2.1",
"@astrojs/turbolinks": "^0.1.3",
- "astro": "^1.0.0-beta.37",
+ "astro": "^1.0.0-beta.38",
"solid-js": "^1.4.3"
},
"dependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 994740baa..f871e53c5 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.37"
+ "astro": "^1.0.0-beta.38"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 8ad6a911d..77e42536c 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.37"
+ "astro": "^1.0.0-beta.38"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index f36e8d8cd..d932ce6ae 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/preact": "^0.1.2",
- "astro": "^1.0.0-beta.37",
+ "@astrojs/preact": "^0.1.3",
+ "astro": "^1.0.0-beta.38",
"sass": "^1.52.1"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index bf3ac8caf..ff8f1a8f2 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -10,8 +10,8 @@
},
"devDependencies": {
"@astrojs/node": "^0.1.2",
- "@astrojs/svelte": "^0.1.3",
- "astro": "^1.0.0-beta.37",
+ "@astrojs/svelte": "^0.1.4",
+ "astro": "^1.0.0-beta.38",
"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 c3ff5d4ea..4901cf771 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.37"
+ "astro": "^1.0.0-beta.38"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 521dac8ea..98c7bae64 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/react": "^0.1.2",
- "astro": "^1.0.0-beta.37",
+ "@astrojs/react": "^0.1.3",
+ "astro": "^1.0.0-beta.38",
"sass": "^1.52.1"
},
"dependencies": {
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 1c9fe21ee..5c5d2b03d 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.10.1",
- "astro": "^1.0.0-beta.37",
+ "@astrojs/markdown-remark": "^0.10.2",
+ "astro": "^1.0.0-beta.38",
"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 fce6056ce..97b2697d3 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.10.1",
- "astro": "^1.0.0-beta.37"
+ "@astrojs/markdown-remark": "^0.10.2",
+ "astro": "^1.0.0-beta.38"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 1e471bb1e..3907b967d 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,12 +9,12 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.10.1",
- "@astrojs/preact": "^0.1.2",
- "@astrojs/react": "^0.1.2",
- "@astrojs/svelte": "^0.1.3",
- "@astrojs/vue": "^0.1.4",
- "astro": "^1.0.0-beta.37"
+ "@astrojs/markdown-remark": "^0.10.2",
+ "@astrojs/preact": "^0.1.3",
+ "@astrojs/react": "^0.1.3",
+ "@astrojs/svelte": "^0.1.4",
+ "@astrojs/vue": "^0.1.5",
+ "astro": "^1.0.0-beta.38"
},
"dependencies": {
"preact": "^10.7.2",
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index acbdfd4d8..8072f5eca 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -20,11 +20,11 @@
"vue": "^3.2.36"
},
"devDependencies": {
- "@astrojs/preact": "^0.1.2",
- "@astrojs/react": "^0.1.2",
- "@astrojs/solid-js": "^0.1.2",
- "@astrojs/svelte": "^0.1.3",
- "@astrojs/vue": "^0.1.4",
- "astro": "^1.0.0-beta.37"
+ "@astrojs/preact": "^0.1.3",
+ "@astrojs/react": "^0.1.3",
+ "@astrojs/solid-js": "^0.1.3",
+ "@astrojs/svelte": "^0.1.4",
+ "@astrojs/vue": "^0.1.5",
+ "astro": "^1.0.0-beta.38"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 7510168a4..e30463a22 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.1",
- "astro": "^1.0.0-beta.37",
+ "astro": "^1.0.0-beta.38",
"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 331af8e57..f6e714f1d 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.37",
+ "astro": "^1.0.0-beta.38",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index d32b71ccf..62d8d4b1f 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,20 @@
# astro
+## 1.0.0-beta.38
+
+### Patch Changes
+
+- [#3459](https://github.com/withastro/astro/pull/3459) [`efccebb9`](https://github.com/withastro/astro/commit/efccebb9643f927d88e6b6f592e53c7c95e7c2b6) Thanks [@matthewp](https://github.com/matthewp)! - Forces the correct mime type for CSS in HMR
+
+* [#3486](https://github.com/withastro/astro/pull/3486) [`119ecf8d`](https://github.com/withastro/astro/commit/119ecf8d469f034eaf1b1217523954d29f492cb6) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix components in markdown regressions
+
+- [#3462](https://github.com/withastro/astro/pull/3462) [`d145b868`](https://github.com/withastro/astro/commit/d145b8689c5658671a496ffee070b428438effc3) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Remove the rss() helper from getStaticPaths. Using rss() now prints an error pointing to the new @astrojs/rss documentation.
+
+* [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Implements improved hydration event system, meaning hydration for client:only and nested frameworks should be see significant stability improvements
+
+* Updated dependencies [[`119ecf8d`](https://github.com/withastro/astro/commit/119ecf8d469f034eaf1b1217523954d29f492cb6)]:
+ - @astrojs/markdown-remark@0.10.2
+
## 1.0.0-beta.37
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 2b20b4ed2..d455e6ea6 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.0.0-beta.37",
+ "version": "1.0.0-beta.38",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@@ -79,7 +79,7 @@
"dependencies": {
"@astrojs/compiler": "^0.15.1",
"@astrojs/language-server": "^0.13.4",
- "@astrojs/markdown-remark": "^0.10.1",
+ "@astrojs/markdown-remark": "^0.10.2",
"@astrojs/prism": "0.4.1",
"@astrojs/telemetry": "^0.1.2",
"@astrojs/webapi": "^0.12.0",
diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md
index ca3647ae7..6d7445e99 100644
--- a/packages/integrations/deno/CHANGELOG.md
+++ b/packages/integrations/deno/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 0.1.3
+
+### Patch Changes
+
+- [#3483](https://github.com/withastro/astro/pull/3483) [`b795a085`](https://github.com/withastro/astro/commit/b795a085f0d20abe83c5ada1e7ba89ec4444c2d5) Thanks [@mvolfik](https://github.com/mvolfik)! - Deno integration now loads environment variables in server runtime
+
## 0.1.2
### Patch Changes
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index d89c4d43f..fb3fc69cc 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.2",
+ "version": "0.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md
index d049c1c94..fa295e93c 100644
--- a/packages/integrations/lit/CHANGELOG.md
+++ b/packages/integrations/lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/lit
+## 0.1.4
+
+### Patch Changes
+
+- [#3484](https://github.com/withastro/astro/pull/3484) [`55820fa7`](https://github.com/withastro/astro/commit/55820fa784d6d4f66a45092321a47c8ce9de5546) Thanks [@matthewp](https://github.com/matthewp)! - Wait for DOMCOntentLoaded to polyfill in Lit
+
## 0.1.3
### Patch Changes
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 727d849b6..6f6bbdb70 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/lit",
- "version": "0.1.3",
+ "version": "0.1.4",
"description": "Use Lit components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md
index 6db8faf65..07fbf0ea0 100644
--- a/packages/integrations/preact/CHANGELOG.md
+++ b/packages/integrations/preact/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/preact
+## 0.1.3
+
+### Patch Changes
+
+- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
+
## 0.1.2
### Patch Changes
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index b58196bd9..77651a89c 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/preact",
"description": "Use Preact components within Astro",
- "version": "0.1.2",
+ "version": "0.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md
index 63c11c307..fa71e8b1b 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 0.1.3
+
+### Patch Changes
+
+- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
+
## 0.1.2
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 1e1eb1661..96aa67368 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/react",
"description": "Use React components within Astro",
- "version": "0.1.2",
+ "version": "0.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md
index 4dc9866f8..fa4e4bafa 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/solid-js
+## 0.1.3
+
+### Patch Changes
+
+- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
+
## 0.1.2
### Patch Changes
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 47e1587ce..15896af28 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md
index c060e5c1d..196ff9b3e 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/svelte
+## 0.1.4
+
+### Patch Changes
+
+- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
+
## 0.1.3
### Patch Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 7573c2c47..e2b319f69 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "0.1.3",
+ "version": "0.1.4",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index 379b72042..96000a31c 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 0.1.5
+
+### Patch Changes
+
+- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
+
## 0.1.4
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index c8bf8022e..e2008fe0b 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index 4137652c7..663ebb1af 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdown-remark
+## 0.10.2
+
+### Patch Changes
+
+- [#3486](https://github.com/withastro/astro/pull/3486) [`119ecf8d`](https://github.com/withastro/astro/commit/119ecf8d469f034eaf1b1217523954d29f492cb6) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix components in markdown regressions
+
## 0.10.1
### Patch Changes
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index c977857fe..0d771781e 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "0.10.1",
+ "version": "0.10.2",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index a61f245ef..ef62d5fd1 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -45,14 +45,14 @@ importers:
examples/basics:
specifiers:
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
- '@astrojs/preact': ^0.1.2
- astro: ^1.0.0-beta.37
+ '@astrojs/preact': ^0.1.3
+ astro: ^1.0.0-beta.38
preact: ^10.7.2
dependencies:
preact: 10.7.2
@@ -62,8 +62,8 @@ importers:
examples/blog-multiple-authors:
specifiers:
- '@astrojs/preact': ^0.1.2
- astro: ^1.0.0-beta.37
+ '@astrojs/preact': ^0.1.3
+ astro: ^1.0.0-beta.38
preact: ^10.7.2
sass: ^1.52.1
dependencies:
@@ -75,14 +75,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@@ -93,12 +93,12 @@ importers:
examples/docs:
specifiers:
'@algolia/client-search': ^4.13.1
- '@astrojs/preact': ^0.1.2
- '@astrojs/react': ^0.1.2
+ '@astrojs/preact': ^0.1.3
+ '@astrojs/react': ^0.1.3
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/react': ^17.0.45
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
preact: ^10.7.2
react: ^17.0.2
react-dom: ^17.0.2
@@ -117,14 +117,14 @@ importers:
examples/env-vars:
specifiers:
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
alpinejs: ^3.10.2
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
dependencies:
alpinejs: 3.10.2
devDependencies:
@@ -132,9 +132,9 @@ importers:
examples/framework-lit:
specifiers:
- '@astrojs/lit': ^0.1.3
+ '@astrojs/lit': ^0.1.4
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
lit: ^2.2.5
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@@ -145,14 +145,14 @@ importers:
examples/framework-multiple:
specifiers:
- '@astrojs/lit': ^0.1.3
- '@astrojs/preact': ^0.1.2
- '@astrojs/react': ^0.1.2
- '@astrojs/solid-js': ^0.1.2
- '@astrojs/svelte': ^0.1.3
- '@astrojs/vue': ^0.1.4
+ '@astrojs/lit': ^0.1.4
+ '@astrojs/preact': ^0.1.3
+ '@astrojs/react': ^0.1.3
+ '@astrojs/solid-js': ^0.1.3
+ '@astrojs/svelte': ^0.1.4
+ '@astrojs/vue': ^0.1.5
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
lit: ^2.2.5
preact: ^10.7.2
react: ^18.1.0
@@ -180,8 +180,8 @@ importers:
examples/framework-preact:
specifiers:
- '@astrojs/preact': ^0.1.2
- astro: ^1.0.0-beta.37
+ '@astrojs/preact': ^0.1.3
+ astro: ^1.0.0-beta.38
preact: ^10.7.2
dependencies:
preact: 10.7.2
@@ -191,10 +191,10 @@ importers:
examples/framework-react:
specifiers:
- '@astrojs/react': ^0.1.2
+ '@astrojs/react': ^0.1.3
'@types/react': ^18.0.9
'@types/react-dom': ^18.0.5
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -208,8 +208,8 @@ importers:
examples/framework-solid:
specifiers:
- '@astrojs/solid-js': ^0.1.2
- astro: ^1.0.0-beta.37
+ '@astrojs/solid-js': ^0.1.3
+ astro: ^1.0.0-beta.38
solid-js: ^1.4.3
dependencies:
solid-js: 1.4.3
@@ -219,8 +219,8 @@ importers:
examples/framework-svelte:
specifiers:
- '@astrojs/svelte': ^0.1.3
- astro: ^1.0.0-beta.37
+ '@astrojs/svelte': ^0.1.4
+ astro: ^1.0.0-beta.38
svelte: ^3.48.0
dependencies:
svelte: 3.48.0
@@ -230,8 +230,8 @@ importers:
examples/framework-vue:
specifiers:
- '@astrojs/vue': ^0.1.4
- astro: ^1.0.0-beta.37
+ '@astrojs/vue': ^0.1.5
+ astro: ^1.0.0-beta.38
vue: ^3.2.36
dependencies:
vue: 3.2.36
@@ -241,15 +241,15 @@ importers:
examples/integrations-playground:
specifiers:
- '@astrojs/lit': ^0.1.3
+ '@astrojs/lit': ^0.1.4
'@astrojs/partytown': ^0.1.4
- '@astrojs/react': ^0.1.2
+ '@astrojs/react': ^0.1.3
'@astrojs/sitemap': ^0.1.0
- '@astrojs/solid-js': 0.1.2
+ '@astrojs/solid-js': 0.1.3
'@astrojs/tailwind': ^0.2.1
'@astrojs/turbolinks': ^0.1.3
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
lit: ^2.2.5
preact: ^10.7.2
react: ^18.1.0
@@ -278,20 +278,20 @@ importers:
examples/minimal:
specifiers:
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
- '@astrojs/preact': ^0.1.2
- astro: ^1.0.0-beta.37
+ '@astrojs/preact': ^0.1.3
+ astro: ^1.0.0-beta.38
preact: ^10.7.2
sass: ^1.52.1
dependencies:
@@ -304,8 +304,8 @@ importers:
examples/ssr:
specifiers:
'@astrojs/node': ^0.1.2
- '@astrojs/svelte': ^0.1.3
- astro: ^1.0.0-beta.37
+ '@astrojs/svelte': ^0.1.4
+ astro: ^1.0.0-beta.38
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@@ -324,14 +324,14 @@ importers:
examples/starter:
specifiers:
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
- '@astrojs/react': ^0.1.2
- astro: ^1.0.0-beta.37
+ '@astrojs/react': ^0.1.3
+ astro: ^1.0.0-beta.38
react: ^18.1.0
react-dom: ^18.1.0
sass: ^1.52.1
@@ -345,12 +345,12 @@ importers:
examples/with-markdown:
specifiers:
- '@astrojs/markdown-remark': ^0.10.1
- '@astrojs/preact': ^0.1.2
- '@astrojs/react': ^0.1.2
- '@astrojs/svelte': ^0.1.3
- '@astrojs/vue': ^0.1.4
- astro: ^1.0.0-beta.37
+ '@astrojs/markdown-remark': ^0.10.2
+ '@astrojs/preact': ^0.1.3
+ '@astrojs/react': ^0.1.3
+ '@astrojs/svelte': ^0.1.4
+ '@astrojs/vue': ^0.1.5
+ astro: ^1.0.0-beta.38
preact: ^10.7.2
react: ^18.1.0
react-dom: ^18.1.0
@@ -372,8 +372,8 @@ importers:
examples/with-markdown-plugins:
specifiers:
- '@astrojs/markdown-remark': ^0.10.1
- astro: ^1.0.0-beta.37
+ '@astrojs/markdown-remark': ^0.10.2
+ astro: ^1.0.0-beta.38
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -390,23 +390,23 @@ importers:
examples/with-markdown-shiki:
specifiers:
- '@astrojs/markdown-remark': ^0.10.1
- astro: ^1.0.0-beta.37
+ '@astrojs/markdown-remark': ^0.10.2
+ astro: ^1.0.0-beta.38
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
examples/with-nanostores:
specifiers:
- '@astrojs/preact': ^0.1.2
- '@astrojs/react': ^0.1.2
- '@astrojs/solid-js': ^0.1.2
- '@astrojs/svelte': ^0.1.3
- '@astrojs/vue': ^0.1.4
+ '@astrojs/preact': ^0.1.3
+ '@astrojs/react': ^0.1.3
+ '@astrojs/solid-js': ^0.1.3
+ '@astrojs/svelte': ^0.1.4
+ '@astrojs/vue': ^0.1.5
'@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
nanostores: ^0.5.12
preact: ^10.7.2
react: ^18.1.0
@@ -434,7 +434,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^0.2.1
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -449,7 +449,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.0.0-beta.37
+ astro: ^1.0.0-beta.38
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@@ -461,7 +461,7 @@ importers:
specifiers:
'@astrojs/compiler': ^0.15.1
'@astrojs/language-server': ^0.13.4
- '@astrojs/markdown-remark': ^0.10.1
+ '@astrojs/markdown-remark': ^0.10.2
'@astrojs/prism': 0.4.1
'@astrojs/telemetry': ^0.1.2
'@astrojs/webapi': ^0.12.0