summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-04-10 21:13:11 -0700
committerGravatar GitHub <noreply@github.com> 2022-04-10 21:13:11 -0700
commit791a5244118ef4940dd84b352390701f1942e721 (patch)
tree4e08210d20e3cbcb7d5bae5073831ba325c6eaf0
parent815d62f151a36fef7d09590d4962ca71bda61b32 (diff)
downloadastro-@astrojs/solid-js@0.1.1.tar.gz
astro-@astrojs/solid-js@0.1.1.tar.zst
astro-@astrojs/solid-js@0.1.1.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/trigger-re-release.md17
-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.json4
-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.json12
-rw-r--r--examples/framework-preact/package.json4
-rw-r--r--examples/framework-react/package.json2
-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.json10
-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.json6
-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.json8
-rw-r--r--examples/with-nanostores/package.json10
-rw-r--r--examples/with-tailwindcss/package.json4
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--packages/astro/CHANGELOG.md6
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/lit/CHANGELOG.md6
-rw-r--r--packages/integrations/lit/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/preact/CHANGELOG.md6
-rw-r--r--packages/integrations/preact/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/tailwind/CHANGELOG.md6
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/integrations/turbolinks/CHANGELOG.md6
-rw-r--r--packages/integrations/turbolinks/package.json2
-rw-r--r--packages/integrations/vercel/CHANGELOG.md6
-rw-r--r--packages/integrations/vercel/package.json2
-rw-r--r--packages/integrations/vue/CHANGELOG.md6
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--packages/renderers/renderer-solid/CHANGELOG.md6
-rw-r--r--packages/renderers/renderer-solid/package.json2
-rw-r--r--pnpm-lock.yaml110
55 files changed, 201 insertions, 140 deletions
diff --git a/.changeset/trigger-re-release.md b/.changeset/trigger-re-release.md
deleted file mode 100644
index bf0a2818c..000000000
--- a/.changeset/trigger-re-release.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-'astro': patch
-'@astrojs/lit': patch
-'@astrojs/netlify': patch
-'@astrojs/node': patch
-'@astrojs/partytown': patch
-'@astrojs/preact': patch
-'@astrojs/solid-js': patch
-'@astrojs/svelte': patch
-'@astrojs/tailwind': patch
-'@astrojs/turbolinks': patch
-'@astrojs/vercel': patch
-'@astrojs/vue': patch
-'@astrojs/renderer-solid': patch
----
-
-no changes.
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 75a96e597..297b13411 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.0",
- "astro": "^1.0.0-beta.6",
+ "@astrojs/preact": "^0.1.1",
+ "astro": "^1.0.0-beta.7",
"sass": "^1.50.0"
},
"dependencies": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 6adb55654..c5f3ebeef 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/preact": "^0.1.0",
- "astro": "^1.0.0-beta.6"
+ "@astrojs/preact": "^0.1.1",
+ "astro": "^1.0.0-beta.7"
},
"dependencies": {
"preact": "^10.7.1"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 7bf11e00a..3c5c4dc2b 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.6"
+ "astro": "^1.0.0-beta.7"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index d25e220fc..7dda28f25 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.6"
+ "astro": "^1.0.0-beta.7"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 6e2e1f0cc..ce237ca1a 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -18,8 +18,8 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
- "@astrojs/preact": "^0.1.0",
+ "@astrojs/preact": "^0.1.1",
"@astrojs/react": "^0.1.0",
- "astro": "^1.0.0-beta.6"
+ "astro": "^1.0.0-beta.7"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index ec489f085..5859c9e36 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.6"
+ "astro": "^1.0.0-beta.7"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 20ace7bde..12369f7b0 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.6"
+ "astro": "^1.0.0-beta.7"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 2b1deabcb..7fd64e16a 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.0",
- "astro": "^1.0.0-beta.6"
+ "@astrojs/lit": "^0.1.1",
+ "astro": "^1.0.0-beta.7"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 3d482922b..b0ea2a39c 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.0",
- "@astrojs/preact": "^0.1.0",
+ "@astrojs/lit": "^0.1.1",
+ "@astrojs/preact": "^0.1.1",
"@astrojs/react": "^0.1.0",
- "@astrojs/solid-js": "^0.1.0",
- "@astrojs/svelte": "^0.1.0",
- "@astrojs/vue": "^0.1.0",
- "astro": "^1.0.0-beta.6"
+ "@astrojs/solid-js": "^0.1.1",
+ "@astrojs/svelte": "^0.1.1",
+ "@astrojs/vue": "^0.1.1",
+ "astro": "^1.0.0-beta.7"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index cfeb5249f..a1c888400 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.0",
- "astro": "^1.0.0-beta.6"
+ "@astrojs/preact": "^0.1.1",
+ "astro": "^1.0.0-beta.7"
},
"dependencies": {
"preact": "^10.7.1"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index ce91ea231..2e5dd2147 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.0",
- "astro": "^1.0.0-beta.6"
+ "astro": "^1.0.0-beta.7"
},
"dependencies": {
"react": "^18.0.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 66b89b340..ffd075854 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.0",
- "astro": "^1.0.0-beta.6"
+ "@astrojs/solid-js": "^0.1.1",
+ "astro": "^1.0.0-beta.7"
},
"dependencies": {
"solid-js": "^1.3.14"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 23c4c8fbe..5e46231e3 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.0",
- "astro": "^1.0.0-beta.6"
+ "@astrojs/svelte": "^0.1.1",
+ "astro": "^1.0.0-beta.7"
},
"dependencies": {
"svelte": "^3.47.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 608bca178..dcfc32c43 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.0",
- "astro": "^1.0.0-beta.6"
+ "@astrojs/vue": "^0.1.1",
+ "astro": "^1.0.0-beta.7"
},
"dependencies": {
"vue": "^3.2.31"
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 83deca31d..172dcb86d 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -9,13 +9,13 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/lit": "^0.1.0",
- "@astrojs/partytown": "^0.1.1",
+ "@astrojs/lit": "^0.1.1",
+ "@astrojs/partytown": "^0.1.2",
"@astrojs/react": "^0.1.0",
"@astrojs/sitemap": "^0.1.0",
- "@astrojs/tailwind": "^0.1.1",
- "@astrojs/turbolinks": "^0.1.0",
- "astro": "^1.0.0-beta.6"
+ "@astrojs/tailwind": "^0.1.2",
+ "@astrojs/turbolinks": "^0.1.1",
+ "astro": "^1.0.0-beta.7"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 067b9f833..bef4a2c41 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.6"
+ "astro": "^1.0.0-beta.7"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 8d7fbe67e..7fbfb6ea0 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.6"
+ "astro": "^1.0.0-beta.7"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index d6ee704fe..bcff00219 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/preact": "^0.1.0",
- "astro": "^1.0.0-beta.6",
+ "@astrojs/preact": "^0.1.1",
+ "astro": "^1.0.0-beta.7",
"sass": "^1.50.0"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 1dc4503f6..492a9eac7 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.0",
- "@astrojs/svelte": "^0.1.0",
- "astro": "^1.0.0-beta.6",
+ "@astrojs/node": "^0.1.1",
+ "@astrojs/svelte": "^0.1.1",
+ "astro": "^1.0.0-beta.7",
"concurrently": "^7.1.0",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 9422a1e04..64fc701fa 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.6"
+ "astro": "^1.0.0-beta.7"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 0cdfa57e7..516814bc5 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.0",
- "astro": "^1.0.0-beta.6",
+ "astro": "^1.0.0-beta.7",
"sass": "^1.50.0"
},
"dependencies": {
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 025d7cd57..a77203e5c 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.8.1",
- "astro": "^1.0.0-beta.6",
+ "astro": "^1.0.0-beta.7",
"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 119c2b806..535c944d1 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.8.1",
- "astro": "^1.0.0-beta.6"
+ "astro": "^1.0.0-beta.7"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 006171107..d9da93909 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -10,11 +10,11 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.8.1",
- "@astrojs/preact": "^0.1.0",
+ "@astrojs/preact": "^0.1.1",
"@astrojs/react": "^0.1.0",
- "@astrojs/svelte": "^0.1.0",
- "@astrojs/vue": "^0.1.0",
- "astro": "^1.0.0-beta.6"
+ "@astrojs/svelte": "^0.1.1",
+ "@astrojs/vue": "^0.1.1",
+ "astro": "^1.0.0-beta.7"
},
"dependencies": {
"preact": "^10.7.1",
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 75f139427..f94dc43f9 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -20,11 +20,11 @@
"vue": "^3.2.31"
},
"devDependencies": {
- "@astrojs/preact": "^0.1.0",
+ "@astrojs/preact": "^0.1.1",
"@astrojs/react": "^0.1.0",
- "@astrojs/solid-js": "^0.1.0",
- "@astrojs/svelte": "^0.1.0",
- "@astrojs/vue": "^0.1.0",
- "astro": "^1.0.0-beta.6"
+ "@astrojs/solid-js": "^0.1.1",
+ "@astrojs/svelte": "^0.1.1",
+ "@astrojs/vue": "^0.1.1",
+ "astro": "^1.0.0-beta.7"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index cdc04b5e2..7d965fc3b 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/tailwind": "^0.1.1",
- "astro": "^1.0.0-beta.6",
+ "@astrojs/tailwind": "^0.1.2",
+ "astro": "^1.0.0-beta.7",
"autoprefixer": "^10.4.4",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.12",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index beb687211..e5bd9119f 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.6",
+ "astro": "^1.0.0-beta.7",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.2"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 55f486538..11cce1d98 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro
+## 1.0.0-beta.7
+
+### Patch Changes
+
+- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
+
## 1.0.0-beta.6
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 7e6082c6e..4997f3e33 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.0.0-beta.6",
+ "version": "1.0.0-beta.7",
"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/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md
index c8a5b0a17..dc164243e 100644
--- a/packages/integrations/lit/CHANGELOG.md
+++ b/packages/integrations/lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/lit
+## 0.1.1
+
+### Patch Changes
+
+- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
+
## 0.1.0
### Minor Changes
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index af55ccb70..1f31e544a 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/lit",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Use Lit components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index d45b3415c..e9ee65d23 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/netlify
+## 0.2.1
+
+### Patch Changes
+
+- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
+
## 0.2.0
### Minor Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 79c1940ad..44db740c2 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.2.0",
+ "version": "0.2.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index 182cc7a91..c223115ec 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 0.1.1
+
+### Patch Changes
+
+- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
+
## 0.1.0
### Minor Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 80b57c0e4..b615d7ab9 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.0",
+ "version": "0.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md
index 0076fcadf..ce94b6d9b 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/partytown
+## 0.1.2
+
+### Patch Changes
+
+- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
+
## 0.1.1
### Patch Changes
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index 45d2c0a74..18f4e3d1f 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.1",
+ "version": "0.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md
index 708e79504..b28dff284 100644
--- a/packages/integrations/preact/CHANGELOG.md
+++ b/packages/integrations/preact/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/preact
+## 0.1.1
+
+### Patch Changes
+
+- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
+
## 0.1.0
### Minor Changes
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index bf4cb5255..6df2c1eec 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.0",
+ "version": "0.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md
index 8f7e8f5f7..372b94ebb 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/solid-js
+## 0.1.1
+
+### Patch Changes
+
+- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
+
## 0.1.0
### Minor Changes
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 47eac2e8b..58b088ab1 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
- "version": "0.1.0",
+ "version": "0.1.1",
"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 5cf194012..cabee7d94 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/svelte
+## 0.1.1
+
+### Patch Changes
+
+- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
+
## 0.1.0
### Minor Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index f8bc3d66e..c7ce7dc02 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md
index 492930b07..1218023a8 100644
--- a/packages/integrations/tailwind/CHANGELOG.md
+++ b/packages/integrations/tailwind/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/tailwind
+## 0.1.2
+
+### Patch Changes
+
+- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
+
## 0.1.1
### Patch Changes
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 188fe5581..5ba9d1e53 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": "0.1.1",
+ "version": "0.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/turbolinks/CHANGELOG.md b/packages/integrations/turbolinks/CHANGELOG.md
index 28aa766f4..87848943e 100644
--- a/packages/integrations/turbolinks/CHANGELOG.md
+++ b/packages/integrations/turbolinks/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/turbolinks
+## 0.1.1
+
+### Patch Changes
+
+- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
+
## 0.1.0
### Minor Changes
diff --git a/packages/integrations/turbolinks/package.json b/packages/integrations/turbolinks/package.json
index f24099e30..b82e55aa6 100644
--- a/packages/integrations/turbolinks/package.json
+++ b/packages/integrations/turbolinks/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/turbolinks",
"description": "Turbolinks + Astro Integrations",
- "version": "0.1.0",
+ "version": "0.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md
index 7ee4a6341..35a629d16 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vercel
+## 0.1.1
+
+### Patch Changes
+
+- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
+
## 0.1.0
### Patch Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 1a7b1dc67..c8d6307c5 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.1.0",
+ "version": "0.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index 6f4b65d7c..0344a8a92 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 0.1.1
+
+### Patch Changes
+
+- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
+
## 0.1.0
### Minor Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index f929b453b..5cd90f5c9 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/renderers/renderer-solid/CHANGELOG.md b/packages/renderers/renderer-solid/CHANGELOG.md
index 12ae5fff6..a1365f150 100644
--- a/packages/renderers/renderer-solid/CHANGELOG.md
+++ b/packages/renderers/renderer-solid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/renderer-solid
+## 0.4.2
+
+### Patch Changes
+
+- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
+
## 0.4.1
### Patch Changes
diff --git a/packages/renderers/renderer-solid/package.json b/packages/renderers/renderer-solid/package.json
index fa2d31bb5..ba6773e73 100644
--- a/packages/renderers/renderer-solid/package.json
+++ b/packages/renderers/renderer-solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/renderer-solid",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "Use Solid components within Astro",
"type": "module",
"author": "withastro",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index bd9d04e53..0d954b978 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -45,8 +45,8 @@ importers:
examples/blog:
specifiers:
- '@astrojs/preact': ^0.1.0
- astro: ^1.0.0-beta.6
+ '@astrojs/preact': ^0.1.1
+ astro: ^1.0.0-beta.7
preact: ^10.7.1
dependencies:
preact: 10.7.1
@@ -56,8 +56,8 @@ importers:
examples/blog-multiple-authors:
specifiers:
- '@astrojs/preact': ^0.1.0
- astro: ^1.0.0-beta.6
+ '@astrojs/preact': ^0.1.1
+ astro: ^1.0.0-beta.7
preact: ^10.7.1
sass: ^1.50.0
dependencies:
@@ -69,14 +69,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@@ -87,12 +87,12 @@ importers:
examples/docs:
specifiers:
'@algolia/client-search': ^4.13.0
- '@astrojs/preact': ^0.1.0
+ '@astrojs/preact': ^0.1.1
'@astrojs/react': ^0.1.0
'@docsearch/css': ^3.0.0
'@docsearch/react': ^3.0.0
'@types/react': ^17.0.44
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
preact: ^10.7.1
react: ^18.0.0
react-dom: ^18.0.0
@@ -111,21 +111,21 @@ importers:
examples/env-vars:
specifiers:
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
devDependencies:
astro: link:../../packages/astro
examples/framework-lit:
specifiers:
- '@astrojs/lit': ^0.1.0
+ '@astrojs/lit': ^0.1.1
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
lit: ^2.2.2
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@@ -136,14 +136,14 @@ importers:
examples/framework-multiple:
specifiers:
- '@astrojs/lit': ^0.1.0
- '@astrojs/preact': ^0.1.0
+ '@astrojs/lit': ^0.1.1
+ '@astrojs/preact': ^0.1.1
'@astrojs/react': ^0.1.0
- '@astrojs/solid-js': ^0.1.0
- '@astrojs/svelte': ^0.1.0
- '@astrojs/vue': ^0.1.0
+ '@astrojs/solid-js': ^0.1.1
+ '@astrojs/svelte': ^0.1.1
+ '@astrojs/vue': ^0.1.1
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
lit: ^2.2.2
preact: ^10.7.1
react: ^18.0.0
@@ -171,8 +171,8 @@ importers:
examples/framework-preact:
specifiers:
- '@astrojs/preact': ^0.1.0
- astro: ^1.0.0-beta.6
+ '@astrojs/preact': ^0.1.1
+ astro: ^1.0.0-beta.7
preact: ^10.7.1
dependencies:
preact: 10.7.1
@@ -183,7 +183,7 @@ importers:
examples/framework-react:
specifiers:
'@astrojs/react': ^0.1.0
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
react: ^18.0.0
react-dom: ^18.0.0
dependencies:
@@ -195,8 +195,8 @@ importers:
examples/framework-solid:
specifiers:
- '@astrojs/solid-js': ^0.1.0
- astro: ^1.0.0-beta.6
+ '@astrojs/solid-js': ^0.1.1
+ astro: ^1.0.0-beta.7
solid-js: ^1.3.14
dependencies:
solid-js: 1.3.14
@@ -206,8 +206,8 @@ importers:
examples/framework-svelte:
specifiers:
- '@astrojs/svelte': ^0.1.0
- astro: ^1.0.0-beta.6
+ '@astrojs/svelte': ^0.1.1
+ astro: ^1.0.0-beta.7
svelte: ^3.47.0
dependencies:
svelte: 3.47.0
@@ -217,8 +217,8 @@ importers:
examples/framework-vue:
specifiers:
- '@astrojs/vue': ^0.1.0
- astro: ^1.0.0-beta.6
+ '@astrojs/vue': ^0.1.1
+ astro: ^1.0.0-beta.7
vue: ^3.2.31
dependencies:
vue: 3.2.31
@@ -228,14 +228,14 @@ importers:
examples/integrations-playground:
specifiers:
- '@astrojs/lit': ^0.1.0
- '@astrojs/partytown': ^0.1.1
+ '@astrojs/lit': ^0.1.1
+ '@astrojs/partytown': ^0.1.2
'@astrojs/react': ^0.1.0
'@astrojs/sitemap': ^0.1.0
- '@astrojs/tailwind': ^0.1.1
- '@astrojs/turbolinks': ^0.1.0
+ '@astrojs/tailwind': ^0.1.2
+ '@astrojs/turbolinks': ^0.1.1
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
lit: ^2.2.2
preact: ^10.7.1
react: ^18.0.0
@@ -263,20 +263,20 @@ importers:
examples/minimal:
specifiers:
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
- '@astrojs/preact': ^0.1.0
- astro: ^1.0.0-beta.6
+ '@astrojs/preact': ^0.1.1
+ astro: ^1.0.0-beta.7
preact: ^10.7.1
sass: ^1.50.0
dependencies:
@@ -288,9 +288,9 @@ importers:
examples/ssr:
specifiers:
- '@astrojs/node': ^0.1.0
- '@astrojs/svelte': ^0.1.0
- astro: ^1.0.0-beta.6
+ '@astrojs/node': ^0.1.1
+ '@astrojs/svelte': ^0.1.1
+ astro: ^1.0.0-beta.7
concurrently: ^7.1.0
lightcookie: ^1.0.25
svelte: ^3.47.0
@@ -309,14 +309,14 @@ importers:
examples/starter:
specifiers:
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.1.0
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
react: ^18.0.0
react-dom: ^18.0.0
sass: ^1.50.0
@@ -331,11 +331,11 @@ importers:
examples/with-markdown:
specifiers:
'@astrojs/markdown-remark': ^0.8.1
- '@astrojs/preact': ^0.1.0
+ '@astrojs/preact': ^0.1.1
'@astrojs/react': ^0.1.0
- '@astrojs/svelte': ^0.1.0
- '@astrojs/vue': ^0.1.0
- astro: ^1.0.0-beta.6
+ '@astrojs/svelte': ^0.1.1
+ '@astrojs/vue': ^0.1.1
+ astro: ^1.0.0-beta.7
preact: ^10.7.1
react: ^18.0.0
react-dom: ^18.0.0
@@ -358,7 +358,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^0.8.1
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -376,22 +376,22 @@ importers:
examples/with-markdown-shiki:
specifiers:
'@astrojs/markdown-remark': ^0.8.1
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
examples/with-nanostores:
specifiers:
- '@astrojs/preact': ^0.1.0
+ '@astrojs/preact': ^0.1.1
'@astrojs/react': ^0.1.0
- '@astrojs/solid-js': ^0.1.0
- '@astrojs/svelte': ^0.1.0
- '@astrojs/vue': ^0.1.0
+ '@astrojs/solid-js': ^0.1.1
+ '@astrojs/svelte': ^0.1.1
+ '@astrojs/vue': ^0.1.1
'@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
nanostores: ^0.5.12
preact: ^10.7.1
react: ^18.0.0
@@ -418,8 +418,8 @@ importers:
examples/with-tailwindcss:
specifiers:
- '@astrojs/tailwind': ^0.1.1
- astro: ^1.0.0-beta.6
+ '@astrojs/tailwind': ^0.1.2
+ astro: ^1.0.0-beta.7
autoprefixer: ^10.4.4
canvas-confetti: ^1.5.1
postcss: ^8.4.12
@@ -434,7 +434,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.0.0-beta.6
+ astro: ^1.0.0-beta.7
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.2
devDependencies: