summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-16 07:14:44 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-16 10:14:44 -0400
commit1de82f0f7805965124922ffd2cef6fb5e1b55527 (patch)
tree5d93ff6f0d98e334ee066183a295db1709df5f4b
parent45fdbc4650610bd8363a05c07f3863cc12391b28 (diff)
downloadastro-1de82f0f7805965124922ffd2cef6fb5e1b55527.tar.gz
astro-1de82f0f7805965124922ffd2cef6fb5e1b55527.tar.zst
astro-1de82f0f7805965124922ffd2cef6fb5e1b55527.zip
[ci] release (#4333)astro@1.0.6@astrojs/mdx@0.10.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/green-schools-pump.md5
-rw-r--r--.changeset/grumpy-wombats-laugh.md5
-rw-r--r--.changeset/hip-bobcats-divide.md5
-rw-r--r--.changeset/orange-llamas-glow.md5
-rw-r--r--.changeset/thick-spiders-try.md5
-rw-r--r--examples/basics/package.json2
-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.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/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/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-mdx/package.json4
-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--examples/with-vitest/package.json2
-rw-r--r--packages/astro/CHANGELOG.md12
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/mdx/CHANGELOG.md6
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--pnpm-lock.yaml56
36 files changed, 76 insertions, 83 deletions
diff --git a/.changeset/green-schools-pump.md b/.changeset/green-schools-pump.md
deleted file mode 100644
index b81373abf..000000000
--- a/.changeset/green-schools-pump.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Use TextEncoder instead of Buffer.byteLength() for Deno compatibility
diff --git a/.changeset/grumpy-wombats-laugh.md b/.changeset/grumpy-wombats-laugh.md
deleted file mode 100644
index 681237075..000000000
--- a/.changeset/grumpy-wombats-laugh.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/mdx': minor
----
-
-Switch from Shiki Twoslash to Astro's Shiki Markdown highlighter
diff --git a/.changeset/hip-bobcats-divide.md b/.changeset/hip-bobcats-divide.md
deleted file mode 100644
index 838e1bc7f..000000000
--- a/.changeset/hip-bobcats-divide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix double injecting of head content in md pages
diff --git a/.changeset/orange-llamas-glow.md b/.changeset/orange-llamas-glow.md
deleted file mode 100644
index 21aeb0da8..000000000
--- a/.changeset/orange-llamas-glow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Updates routing logic to allow multiple routes to match the same URL in SSR
diff --git a/.changeset/thick-spiders-try.md b/.changeset/thick-spiders-try.md
deleted file mode 100644
index b2cb276a2..000000000
--- a/.changeset/thick-spiders-try.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix MDXLayoutProps type signature for linting
diff --git a/examples/basics/package.json b/examples/basics/package.json
index e1db6afd6..a5dd4f486 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index d6a6f206c..32afc2ce1 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/mdx": "^0.9.0",
+ "@astrojs/mdx": "^0.10.0",
"@astrojs/rss": "^1.0.0",
"@astrojs/sitemap": "^1.0.0",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
}
}
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index db6dde547..b09f4b28f 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -11,6 +11,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 4e61603d9..15a8185c7 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index f5891a7a4..d5ec51c2d 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -21,6 +21,6 @@
"devDependencies": {
"@astrojs/preact": "^1.0.2",
"@astrojs/react": "^1.0.0",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index 866fa72ef..13243f258 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 3465e785b..1832c35f4 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/alpinejs": "^3.7.0",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 5a9dfa5c1..82bdf8a37 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/lit": "^1.0.0",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index b99b27512..4609c415d 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -15,7 +15,7 @@
"@astrojs/solid-js": "^1.0.0",
"@astrojs/svelte": "^1.0.0",
"@astrojs/vue": "^1.0.0",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
},
"dependencies": {
"preact": "^10.7.3",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 1924b5d6d..0aac5421c 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^1.0.2",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 1085365f0..3a4d1611b 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -13,7 +13,7 @@
"@astrojs/react": "^1.0.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 66cb441d1..1c6cf5b9d 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^1.0.0",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 70f700781..d36c44cff 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^1.0.0",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index ca15da4c1..b2babf211 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/vue": "^1.0.0",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
},
"dependencies": {
"vue": "^3.2.37"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index eb39417d2..bd7db722f 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index cc183c8ac..6776c408e 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 9c065d2bc..01679dd6c 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^1.0.2",
- "astro": "^1.0.5",
+ "astro": "^1.0.6",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 3aa055104..e8229be5a 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,7 +13,7 @@
"devDependencies": {
"@astrojs/node": "^1.0.0",
"@astrojs/svelte": "^1.0.0",
- "astro": "^1.0.5",
+ "astro": "^1.0.6",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index c21373e57..8538b0774 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/react": "^1.0.0",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index bc4afc407..a4a6e3127 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^1.0.0",
- "astro": "^1.0.5",
+ "astro": "^1.0.6",
"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 08f63f1a3..35d3debbe 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^1.0.0",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 987110d22..eb36792f1 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/mdx": "^0.9.0",
+ "@astrojs/mdx": "^0.10.0",
"@astrojs/preact": "^1.0.2",
- "astro": "^1.0.5",
+ "astro": "^1.0.6",
"preact": "^10.6.5"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 085997bb6..308f363bf 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -16,6 +16,6 @@
},
"devDependencies": {
"@astrojs/preact": "^1.0.2",
- "astro": "^1.0.5"
+ "astro": "^1.0.6"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index ed7263d77..267f754c8 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^1.0.0",
- "astro": "^1.0.5",
+ "astro": "^1.0.6",
"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 3dbbac0aa..960364528 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.5",
+ "astro": "^1.0.6",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 191bbe58b..9b1b4d803 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"devDependencies": {
- "astro": "^1.0.5",
+ "astro": "^1.0.6",
"vitest": "^0.20.3"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 608904657..f49c99606 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,17 @@
# astro
+## 1.0.6
+
+### Patch Changes
+
+- [#4324](https://github.com/withastro/astro/pull/4324) [`45fdbc465`](https://github.com/withastro/astro/commit/45fdbc4650610bd8363a05c07f3863cc12391b28) Thanks [@BurntCaramel](https://github.com/BurntCaramel)! - Use TextEncoder instead of Buffer.byteLength() for Deno compatibility
+
+* [#4334](https://github.com/withastro/astro/pull/4334) [`b55f76c1c`](https://github.com/withastro/astro/commit/b55f76c1cafb7918f7087c6df03dd1d59eeaa065) Thanks [@matthewp](https://github.com/matthewp)! - Fix double injecting of head content in md pages
+
+- [#4329](https://github.com/withastro/astro/pull/4329) [`0274b8d47`](https://github.com/withastro/astro/commit/0274b8d47be6ad2f5a503f70e2efdd52e43dc9c4) Thanks [@tony-sull](https://github.com/tony-sull)! - Updates routing logic to allow multiple routes to match the same URL in SSR
+
+* [#4347](https://github.com/withastro/astro/pull/4347) [`166b3b8a5`](https://github.com/withastro/astro/commit/166b3b8a544e6ba8f6a32960cf9c73bbb88c8b34) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix MDXLayoutProps type signature for linting
+
## 1.0.5
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 838682a9c..9359f8c3c 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.0.5",
+ "version": "1.0.6",
"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/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index e4970e4a3..449a91dbb 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/mdx
+## 0.10.0
+
+### Minor Changes
+
+- [#4292](https://github.com/withastro/astro/pull/4292) [`f1a52c18a`](https://github.com/withastro/astro/commit/f1a52c18afe66e6d310743ae6884be76f69be265) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Switch from Shiki Twoslash to Astro's Shiki Markdown highlighter
+
## 0.9.0
### Minor Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 636cdb643..91411cd68 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.9.0",
+ "version": "0.10.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 69f40023b..de355297a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -56,16 +56,16 @@ importers:
examples/basics:
specifiers:
- astro: ^1.0.5
+ astro: ^1.0.6
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
- '@astrojs/mdx': ^0.9.0
+ '@astrojs/mdx': ^0.10.0
'@astrojs/rss': ^1.0.0
'@astrojs/sitemap': ^1.0.0
- astro: ^1.0.5
+ astro: ^1.0.6
devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@@ -74,14 +74,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.0.5
+ astro: ^1.0.6
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.0.5
+ astro: ^1.0.6
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@@ -97,7 +97,7 @@ importers:
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/react': ^17.0.45
- astro: ^1.0.5
+ astro: ^1.0.6
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -116,7 +116,7 @@ importers:
examples/env-vars:
specifiers:
- astro: ^1.0.5
+ astro: ^1.0.6
devDependencies:
astro: link:../../packages/astro
@@ -124,7 +124,7 @@ importers:
specifiers:
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
- astro: ^1.0.5
+ astro: ^1.0.6
dependencies:
alpinejs: 3.10.3
devDependencies:
@@ -135,7 +135,7 @@ importers:
specifiers:
'@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.5
+ astro: ^1.0.6
lit: ^2.2.5
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@@ -151,7 +151,7 @@ importers:
'@astrojs/solid-js': ^1.0.0
'@astrojs/svelte': ^1.0.0
'@astrojs/vue': ^1.0.0
- astro: ^1.0.5
+ astro: ^1.0.6
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -176,7 +176,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^1.0.2
- astro: ^1.0.5
+ astro: ^1.0.6
preact: ^10.7.3
dependencies:
preact: 10.10.2
@@ -189,7 +189,7 @@ importers:
'@astrojs/react': ^1.0.0
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^1.0.5
+ astro: ^1.0.6
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -204,7 +204,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^1.0.0
- astro: ^1.0.5
+ astro: ^1.0.6
solid-js: ^1.4.3
dependencies:
solid-js: 1.4.8
@@ -215,7 +215,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^1.0.0
- astro: ^1.0.5
+ astro: ^1.0.6
svelte: ^3.48.0
dependencies:
svelte: 3.49.0
@@ -226,7 +226,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^1.0.0
- astro: ^1.0.5
+ astro: ^1.0.6
vue: ^3.2.37
dependencies:
vue: 3.2.37
@@ -236,20 +236,20 @@ importers:
examples/minimal:
specifiers:
- astro: ^1.0.5
+ astro: ^1.0.6
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.0.5
+ astro: ^1.0.6
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^1.0.2
- astro: ^1.0.5
+ astro: ^1.0.6
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@@ -263,7 +263,7 @@ importers:
specifiers:
'@astrojs/node': ^1.0.0
'@astrojs/svelte': ^1.0.0
- astro: ^1.0.5
+ astro: ^1.0.6
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@@ -283,7 +283,7 @@ importers:
examples/subpath:
specifiers:
'@astrojs/react': ^1.0.0
- astro: ^1.0.5
+ astro: ^1.0.6
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -296,7 +296,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^1.0.0
- astro: ^1.0.5
+ astro: ^1.0.6
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -314,16 +314,16 @@ importers:
examples/with-markdown-shiki:
specifiers:
'@astrojs/markdown-remark': ^1.0.0
- astro: ^1.0.5
+ astro: ^1.0.6
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
- '@astrojs/mdx': ^0.9.0
+ '@astrojs/mdx': ^0.10.0
'@astrojs/preact': ^1.0.2
- astro: ^1.0.5
+ astro: ^1.0.6
preact: ^10.6.5
devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@@ -335,7 +335,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.0.2
'@nanostores/preact': ^0.1.3
- astro: ^1.0.5
+ astro: ^1.0.6
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@@ -349,7 +349,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^1.0.0
- astro: ^1.0.5
+ astro: ^1.0.6
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -364,7 +364,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.0.5
+ astro: ^1.0.6
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@@ -374,7 +374,7 @@ importers:
examples/with-vitest:
specifiers:
- astro: ^1.0.5
+ astro: ^1.0.6
vitest: ^0.20.3
devDependencies:
astro: link:../../packages/astro