diff --git a/.changeset/cold-shoes-drum.md b/.changeset/cold-shoes-drum.md
deleted file mode 100644
index b087ebc9922a..000000000000
--- a/.changeset/cold-shoes-drum.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/prefetch": patch
----
-
-Use `passive` event listeners for performance
diff --git a/.changeset/fuzzy-emus-develop.md b/.changeset/fuzzy-emus-develop.md
deleted file mode 100644
index b7b7321d649d..000000000000
--- a/.changeset/fuzzy-emus-develop.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/mdx': patch
----
-
-Load builtin rehype plugins before user plugins instead of after
diff --git a/.changeset/nervous-socks-sin.md b/.changeset/nervous-socks-sin.md
deleted file mode 100644
index 3a7eb1187459..000000000000
--- a/.changeset/nervous-socks-sin.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix Astro client scripts sourcemap 404
diff --git a/.changeset/old-pears-design.md b/.changeset/old-pears-design.md
deleted file mode 100644
index e31be82ac5a2..000000000000
--- a/.changeset/old-pears-design.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/prism': patch
----
-
-Fix `` component indentation
-
-Prefer `class="language-plaintext"` to `class="language-undefined"`
diff --git a/.changeset/tasty-masks-draw.md b/.changeset/tasty-masks-draw.md
deleted file mode 100644
index 790cac1511f2..000000000000
--- a/.changeset/tasty-masks-draw.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/mdx': patch
----
-
-Pass injected frontmatter from remark and rehype plugins to layouts
diff --git a/examples/basics/package.json b/examples/basics/package.json
index f406e3a4278b..6b4f5a9b8736 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.2"
+ "astro": "^1.0.3"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 30b88adf18b5..3b23e6bedc57 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^1.0.1",
- "astro": "^1.0.2"
+ "astro": "^1.0.3"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index cee6bd82d09b..65653199c515 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.2"
+ "astro": "^1.0.3"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 6ac595f2c132..387a2406ad3e 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
- "astro": "^1.0.2"
+ "astro": "^1.0.3"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 6f162cd3a500..3c9001d2df6c 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -21,6 +21,6 @@
"devDependencies": {
"@astrojs/preact": "^1.0.1",
"@astrojs/react": "^1.0.0",
- "astro": "^1.0.2"
+ "astro": "^1.0.3"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index c81422f325bb..5ba32dba2941 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.2"
+ "astro": "^1.0.3"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 46584d156d61..a198db4fc529 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.2"
+ "astro": "^1.0.3"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 021e10e25e03..89b6cf11f1b5 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.2"
+ "astro": "^1.0.3"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 1842ccc42b90..cff82a9a3f76 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.2"
+ "astro": "^1.0.3"
},
"dependencies": {
"preact": "^10.7.3",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 639a5481aba0..302afc06a5ea 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^1.0.1",
- "astro": "^1.0.2"
+ "astro": "^1.0.3"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 04c8f81223cc..d83f6ae21442 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.2"
+ "astro": "^1.0.3"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 030ab941714c..038e57d59da1 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.2"
+ "astro": "^1.0.3"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index a99e0bc4b94c..b149d3b9f86a 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.2"
+ "astro": "^1.0.3"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 2e512b7fab10..ad22c9667ff0 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.2"
+ "astro": "^1.0.3"
},
"dependencies": {
"vue": "^3.2.37"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 8baf7af46228..ff468bcde40b 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.2"
+ "astro": "^1.0.3"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 98010658c3b5..703cb77a9b90 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.2"
+ "astro": "^1.0.3"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index a67cf04553f8..cfdda516f4b0 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^1.0.1",
- "astro": "^1.0.2",
+ "astro": "^1.0.3",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index b9562db880f6..f407aa3481f5 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.2",
+ "astro": "^1.0.3",
"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 6b06fec177c8..1cb40dfc39dc 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/react": "^1.0.0",
- "astro": "^1.0.2"
+ "astro": "^1.0.3"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index f9230e3bbb85..af7a60ba09de 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.2",
+ "astro": "^1.0.3",
"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 95b133e228a4..0fd0172b3da4 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.2"
+ "astro": "^1.0.3"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index c0107b1cf946..ab686551237d 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/mdx": "^0.8.2",
+ "@astrojs/mdx": "^0.8.3",
"@astrojs/preact": "^1.0.1",
- "astro": "^1.0.2",
+ "astro": "^1.0.3",
"preact": "^10.6.5"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index d5e9f61163ba..3f9ee096bdb8 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -16,6 +16,6 @@
},
"devDependencies": {
"@astrojs/preact": "^1.0.1",
- "astro": "^1.0.2"
+ "astro": "^1.0.3"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 7de897bc66fd..84f21a501a80 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.2",
+ "astro": "^1.0.3",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 17b02d2aae7a..a0374921abea 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.2",
+ "astro": "^1.0.3",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 93380e019638..fc1fff35591d 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"devDependencies": {
- "astro": "^1.0.2",
+ "astro": "^1.0.3",
"vitest": "^0.20.3"
}
}
diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md
index 250d3b05d68e..adc56ece96e9 100644
--- a/packages/astro-prism/CHANGELOG.md
+++ b/packages/astro-prism/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/prism
+## 1.0.1
+
+### Patch Changes
+
+- [#4251](https://github.com/withastro/astro/pull/4251) [`1f0dd31d9`](https://github.com/withastro/astro/commit/1f0dd31d9239b5e3dca99c88d021e7a9a3e2054d) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix `` component indentation
+
+ Prefer `class="language-plaintext"` to `class="language-undefined"`
+
## 1.0.0
### Major Changes
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json
index 651213a7a1f2..7d68693c380c 100644
--- a/packages/astro-prism/package.json
+++ b/packages/astro-prism/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Supports Prism highlighting in Astro projects",
"author": "withastro",
"type": "module",
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 77d2b930c903..d8aef052bfb4 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro
+## 1.0.3
+
+### Patch Changes
+
+- [#4239](https://github.com/withastro/astro/pull/4239) [`a9baa45af`](https://github.com/withastro/astro/commit/a9baa45af35abdd3e1930fb49e8b6fb0a4340e2a) Thanks [@bluwy](https://github.com/bluwy)! - Fix Astro client scripts sourcemap 404
+
## 1.0.2
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 7fc26ec1629e..d911c788db5d 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 08a6037e816b..99d39018a759 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/mdx
+## 0.8.3
+
+### Patch Changes
+
+- [#4248](https://github.com/withastro/astro/pull/4248) [`869d00935`](https://github.com/withastro/astro/commit/869d0093596b709cfcc1a1a95ee631b48d6d1c26) Thanks [@svemat01](https://github.com/svemat01)! - Load builtin rehype plugins before user plugins instead of after
+
+* [#4255](https://github.com/withastro/astro/pull/4255) [`411612808`](https://github.com/withastro/astro/commit/4116128082121ee276d51cb245bf8095be4728a1) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Pass injected frontmatter from remark and rehype plugins to layouts
+
+* Updated dependencies [[`1f0dd31d9`](https://github.com/withastro/astro/commit/1f0dd31d9239b5e3dca99c88d021e7a9a3e2054d)]:
+ - @astrojs/prism@1.0.1
+
## 0.8.2
### Patch Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index d8f62ac2373f..84636180f3dc 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.8.2",
+ "version": "0.8.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -29,7 +29,7 @@
"test": "mocha --exit --timeout 20000"
},
"dependencies": {
- "@astrojs/prism": "^1.0.0",
+ "@astrojs/prism": "^1.0.1",
"@mdx-js/mdx": "^2.1.2",
"@mdx-js/rollup": "^2.1.1",
"acorn": "^8.8.0",
diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md
index d07f6bede4d0..e4bf2a3b6de6 100644
--- a/packages/integrations/prefetch/CHANGELOG.md
+++ b/packages/integrations/prefetch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/prefetch
+## 0.0.7
+
+### Patch Changes
+
+- [#4207](https://github.com/withastro/astro/pull/4207) [`ceb0eef94`](https://github.com/withastro/astro/commit/ceb0eef944f2f867cb2dba04adfb6b028cf8c228) Thanks [@jablonski](https://github.com/jablonski)! - Use `passive` event listeners for performance
+
## 0.0.6
### Patch Changes
diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json
index 794415b32778..5575b3cd24ab 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.6",
+ "version": "0.0.7",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 327ec0393603..44bf4174cb2a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -56,14 +56,14 @@ importers:
examples/basics:
specifiers:
- astro: ^1.0.2
+ astro: ^1.0.3
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/preact': ^1.0.1
- astro: ^1.0.2
+ astro: ^1.0.3
preact: ^10.7.3
dependencies:
preact: 10.10.2
@@ -73,14 +73,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.0.2
+ astro: ^1.0.3
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.0.2
+ astro: ^1.0.3
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@@ -96,7 +96,7 @@ importers:
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/react': ^17.0.45
- astro: ^1.0.2
+ astro: ^1.0.3
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -115,7 +115,7 @@ importers:
examples/env-vars:
specifiers:
- astro: ^1.0.2
+ astro: ^1.0.3
devDependencies:
astro: link:../../packages/astro
@@ -123,7 +123,7 @@ importers:
specifiers:
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
- astro: ^1.0.2
+ astro: ^1.0.3
dependencies:
alpinejs: 3.10.3
devDependencies:
@@ -134,7 +134,7 @@ importers:
specifiers:
'@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.2
+ astro: ^1.0.3
lit: ^2.2.5
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@@ -150,7 +150,7 @@ importers:
'@astrojs/solid-js': ^1.0.0
'@astrojs/svelte': ^1.0.0
'@astrojs/vue': ^1.0.0
- astro: ^1.0.2
+ astro: ^1.0.3
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -175,7 +175,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^1.0.1
- astro: ^1.0.2
+ astro: ^1.0.3
preact: ^10.7.3
dependencies:
preact: 10.10.2
@@ -188,7 +188,7 @@ importers:
'@astrojs/react': ^1.0.0
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^1.0.2
+ astro: ^1.0.3
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -203,7 +203,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^1.0.0
- astro: ^1.0.2
+ astro: ^1.0.3
solid-js: ^1.4.3
dependencies:
solid-js: 1.4.8
@@ -214,7 +214,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^1.0.0
- astro: ^1.0.2
+ astro: ^1.0.3
svelte: ^3.48.0
dependencies:
svelte: 3.49.0
@@ -225,7 +225,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^1.0.0
- astro: ^1.0.2
+ astro: ^1.0.3
vue: ^3.2.37
dependencies:
vue: 3.2.37
@@ -235,20 +235,20 @@ importers:
examples/minimal:
specifiers:
- astro: ^1.0.2
+ astro: ^1.0.3
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.0.2
+ astro: ^1.0.3
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^1.0.1
- astro: ^1.0.2
+ astro: ^1.0.3
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@@ -262,7 +262,7 @@ importers:
specifiers:
'@astrojs/node': ^1.0.0
'@astrojs/svelte': ^1.0.0
- astro: ^1.0.2
+ astro: ^1.0.3
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@@ -282,7 +282,7 @@ importers:
examples/subpath:
specifiers:
'@astrojs/react': ^1.0.0
- astro: ^1.0.2
+ astro: ^1.0.3
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -295,7 +295,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^1.0.0
- astro: ^1.0.2
+ astro: ^1.0.3
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -313,16 +313,16 @@ importers:
examples/with-markdown-shiki:
specifiers:
'@astrojs/markdown-remark': ^1.0.0
- astro: ^1.0.2
+ astro: ^1.0.3
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
- '@astrojs/mdx': ^0.8.2
+ '@astrojs/mdx': ^0.8.3
'@astrojs/preact': ^1.0.1
- astro: ^1.0.2
+ astro: ^1.0.3
preact: ^10.6.5
devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@@ -334,7 +334,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.0.1
'@nanostores/preact': ^0.1.3
- astro: ^1.0.2
+ astro: ^1.0.3
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@@ -348,7 +348,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^1.0.0
- astro: ^1.0.2
+ astro: ^1.0.3
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -363,7 +363,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.0.2
+ astro: ^1.0.3
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@@ -373,7 +373,7 @@ importers:
examples/with-vitest:
specifiers:
- astro: ^1.0.2
+ astro: ^1.0.3
vitest: ^0.20.3
devDependencies:
astro: link:../../packages/astro
@@ -2219,7 +2219,7 @@ importers:
packages/integrations/mdx:
specifiers:
- '@astrojs/prism': ^1.0.0
+ '@astrojs/prism': ^1.0.1
'@mdx-js/mdx': ^2.1.2
'@mdx-js/rollup': ^2.1.1
'@types/chai': ^4.3.1