From 56e225b41a309bfe20dc41e2988b9883fe5cfb13 Mon Sep 17 00:00:00 2001
From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com>
Date: Mon, 12 Sep 2022 12:08:39 -0700
Subject: [PATCH] [ci] release (#4707)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
---
 .changeset/blue-seals-warn.md               |  5 --
 .changeset/fuzzy-rats-remain.md             |  5 --
 .changeset/green-pillows-hammer.md          |  5 --
 .changeset/orange-cycles-serve.md           |  5 --
 .changeset/polite-beds-happen.md            |  5 --
 examples/basics/package.json                |  2 +-
 examples/blog/package.json                  |  4 +-
 examples/component/package.json             |  4 +-
 examples/docs/package.json                  |  2 +-
 examples/framework-alpine/package.json      |  2 +-
 examples/framework-lit/package.json         |  2 +-
 examples/framework-multiple/package.json    |  4 +-
 examples/framework-preact/package.json      |  2 +-
 examples/framework-react/package.json       |  2 +-
 examples/framework-solid/package.json       |  2 +-
 examples/framework-svelte/package.json      |  2 +-
 examples/framework-vue/package.json         |  4 +-
 examples/minimal/package.json               |  2 +-
 examples/non-html-pages/package.json        |  2 +-
 examples/portfolio/package.json             |  2 +-
 examples/ssr/package.json                   |  2 +-
 examples/with-markdown-plugins/package.json |  2 +-
 examples/with-markdown-shiki/package.json   |  2 +-
 examples/with-mdx/package.json              |  2 +-
 examples/with-nanostores/package.json       |  2 +-
 examples/with-tailwindcss/package.json      |  2 +-
 examples/with-vite-plugin-pwa/package.json  |  2 +-
 examples/with-vitest/package.json           |  2 +-
 packages/astro-rss/CHANGELOG.md             |  6 +++
 packages/astro-rss/package.json             |  2 +-
 packages/astro/CHANGELOG.md                 |  8 ++++
 packages/astro/package.json                 |  2 +-
 packages/integrations/vercel/CHANGELOG.md   |  6 +++
 packages/integrations/vercel/package.json   |  2 +-
 packages/integrations/vue/CHANGELOG.md      |  6 +++
 packages/integrations/vue/package.json      |  2 +-
 pnpm-lock.yaml                              | 52 ++++++++++-----------
 37 files changed, 83 insertions(+), 82 deletions(-)
 delete mode 100644 .changeset/blue-seals-warn.md
 delete mode 100644 .changeset/fuzzy-rats-remain.md
 delete mode 100644 .changeset/green-pillows-hammer.md
 delete mode 100644 .changeset/orange-cycles-serve.md
 delete mode 100644 .changeset/polite-beds-happen.md

diff --git a/.changeset/blue-seals-warn.md b/.changeset/blue-seals-warn.md
deleted file mode 100644
index 1204481ee8..0000000000
--- a/.changeset/blue-seals-warn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/rss': patch
----
-
-Fix globs for homepage route
diff --git a/.changeset/fuzzy-rats-remain.md b/.changeset/fuzzy-rats-remain.md
deleted file mode 100644
index 601d2483b8..0000000000
--- a/.changeset/fuzzy-rats-remain.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Properly show an error message when a renderer is not properly configured
diff --git a/.changeset/green-pillows-hammer.md b/.changeset/green-pillows-hammer.md
deleted file mode 100644
index ca3bef981b..0000000000
--- a/.changeset/green-pillows-hammer.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vue': patch
----
-
-Fix Vue `script setup` with other renderers applied
diff --git a/.changeset/orange-cycles-serve.md b/.changeset/orange-cycles-serve.md
deleted file mode 100644
index 1235931167..0000000000
--- a/.changeset/orange-cycles-serve.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Makes the dev server more resilient to crashes
diff --git a/.changeset/polite-beds-happen.md b/.changeset/polite-beds-happen.md
deleted file mode 100644
index 81d637cae0..0000000000
--- a/.changeset/polite-beds-happen.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vercel': major
----
-
-Use Edge Functions instead of Edge Middlewares
diff --git a/examples/basics/package.json b/examples/basics/package.json
index d1ea845943..d1a965d98b 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1"
+    "astro": "^1.2.2"
   }
 }
diff --git a/examples/blog/package.json b/examples/blog/package.json
index aed49334df..c7996fdc9f 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,9 +10,9 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "@astrojs/mdx": "^0.11.1",
-    "@astrojs/rss": "^1.0.0",
+    "@astrojs/rss": "^1.0.1",
     "@astrojs/sitemap": "^1.0.0"
   }
 }
diff --git a/examples/component/package.json b/examples/component/package.json
index fd70c4293a..6aa63083e6 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,9 +15,9 @@
   ],
   "scripts": {},
   "devDependencies": {
-    "astro": "^1.2.1"
+    "astro": "^1.2.2"
   },
   "peerDependencies": {
-    "astro": "^1.2.1"
+    "astro": "^1.2.2"
   }
 }
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 1632052d3e..9c43721ce2 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -11,7 +11,7 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "preact": "^10.7.3",
     "react": "^18.1.0",
     "react-dom": "^18.1.0",
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 15d4931eb9..4d410c7abc 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -10,7 +10,7 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "alpinejs": "^3.10.2",
     "@astrojs/alpinejs": "^0.1.2",
     "@types/alpinejs": "^3.7.0"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index d46f1d96a6..a1137897de 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "lit": "^2.2.5",
     "@astrojs/lit": "^1.0.0",
     "@webcomponents/template-shadowroot": "^0.1.0"
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 8b23093b27..5b486a7465 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,7 +10,7 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "preact": "^10.7.3",
     "react": "^18.1.0",
     "react-dom": "^18.1.0",
@@ -21,6 +21,6 @@
     "@astrojs/react": "^1.1.2",
     "@astrojs/solid-js": "^1.1.0",
     "@astrojs/svelte": "^1.0.0",
-    "@astrojs/vue": "^1.0.1"
+    "@astrojs/vue": "^1.0.2"
   }
 }
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 5f3f9338b6..3c3617deeb 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,7 +10,7 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "preact": "^10.7.3",
     "@astrojs/preact": "^1.1.0"
   }
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 18805c079e..d57aa2a3af 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,7 +10,7 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "react": "^18.1.0",
     "react-dom": "^18.1.0",
     "@astrojs/react": "^1.1.2",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index a7cbdad9b9..ea28a6d2ed 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,7 +10,7 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "solid-js": "^1.4.3",
     "@astrojs/solid-js": "^1.1.0"
   }
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 86422d9a12..384f7f47b6 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -12,6 +12,6 @@
   "dependencies": {
     "svelte": "^3.48.0",
     "@astrojs/svelte": "^1.0.0",
-    "astro": "^1.2.1"
+    "astro": "^1.2.2"
   }
 }
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index d0eceaf0ed..e24e310400 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,8 +10,8 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "vue": "^3.2.37",
-    "@astrojs/vue": "^1.0.1"
+    "@astrojs/vue": "^1.0.2"
   }
 }
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 904f4f60b2..6ff0cf07c5 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1"
+    "astro": "^1.2.2"
   }
 }
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 9d4a244f78..b163918bc3 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -10,6 +10,6 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1"
+    "astro": "^1.2.2"
   }
 }
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 12f47762c4..29d48b1b5c 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,6 +10,6 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1"
+    "astro": "^1.2.2"
   }
 }
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 74087dcfce..2c82596b9a 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,7 +12,7 @@
   },
   "devDependencies": {},
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "svelte": "^3.48.0",
     "@astrojs/svelte": "^1.0.0",
     "@astrojs/node": "^1.0.1",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 0039219ae9..a483980752 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -10,7 +10,7 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "@astrojs/markdown-remark": "^1.1.0",
     "hast-util-select": "5.0.1",
     "rehype-autolink-headings": "^6.1.1",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index c4ae2e551b..09e16b1353 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -10,6 +10,6 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1"
+    "astro": "^1.2.2"
   }
 }
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index b507f7dcd3..7f81724dc2 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,7 +10,7 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "preact": "^10.6.5",
     "@astrojs/preact": "^1.1.0",
     "@astrojs/mdx": "^0.11.1"
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index d99d027ad3..3531af87f6 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -10,7 +10,7 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "preact": "^10.7.3",
     "@astrojs/preact": "^1.1.0",
     "nanostores": "^0.5.12",
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 13738f0906..fae43e7e2a 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "@astrojs/tailwind": "^1.0.0",
     "autoprefixer": "^10.4.7",
     "canvas-confetti": "^1.5.1",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 0014742b8f..68b85453a7 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -10,7 +10,7 @@
     "astro": "astro"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "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 494abf392c..67d2d8274b 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
     "test": "vitest"
   },
   "dependencies": {
-    "astro": "^1.2.1",
+    "astro": "^1.2.2",
     "vitest": "^0.20.3"
   }
 }
diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md
index 8a63c896a7..9c09900958 100644
--- a/packages/astro-rss/CHANGELOG.md
+++ b/packages/astro-rss/CHANGELOG.md
@@ -1,5 +1,11 @@
 # @astrojs/rss
 
+## 1.0.1
+
+### Patch Changes
+
+- [#4701](https://github.com/withastro/astro/pull/4701) [`6e1d62fe2`](https://github.com/withastro/astro/commit/6e1d62fe222e45b763b2b60b377b07e431950d54) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix globs for homepage route
+
 ## 1.0.0
 
 ### Major Changes
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json
index dbf50908a4..1b61354af8 100644
--- a/packages/astro-rss/package.json
+++ b/packages/astro-rss/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@astrojs/rss",
   "description": "Add RSS feeds to your Astro projects",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "type": "module",
   "types": "./dist/index.d.ts",
   "author": "withastro",
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 0d8781cabe..a9f49e9764 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,13 @@
 # astro
 
+## 1.2.2
+
+### Patch Changes
+
+- [#4705](https://github.com/withastro/astro/pull/4705) [`5b6173fd0`](https://github.com/withastro/astro/commit/5b6173fd031b7e85974cbadd39de7fa199075e44) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Properly show an error message when a renderer is not properly configured
+
+- [#4723](https://github.com/withastro/astro/pull/4723) [`0dba3b6f3`](https://github.com/withastro/astro/commit/0dba3b6f3fbd013f922fd11b9d6d977d165a512a) Thanks [@matthewp](https://github.com/matthewp)! - Makes the dev server more resilient to crashes
+
 ## 1.2.1
 
 ### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 8d31587888..0097002abb 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
 {
   "name": "astro",
-  "version": "1.2.1",
+  "version": "1.2.2",
   "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/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md
index 4f1d6d295b..0035b796f7 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,11 @@
 # @astrojs/vercel
 
+## 2.0.0
+
+### Major Changes
+
+- [#4713](https://github.com/withastro/astro/pull/4713) [`16113c3ae`](https://github.com/withastro/astro/commit/16113c3ae2ebff96136ebd31958fc5eb4369ee0d) Thanks [@JuanM04](https://github.com/JuanM04)! - Use Edge Functions instead of Edge Middlewares
+
 ## 1.0.2
 
 ### Patch Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index bf25943eb9..399f0310fd 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": "1.0.2",
+  "version": "2.0.0",
   "type": "module",
   "author": "withastro",
   "license": "MIT",
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index d896d668c0..ab1f293db1 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
 # @astrojs/vue
 
+## 1.0.2
+
+### Patch Changes
+
+- [#4706](https://github.com/withastro/astro/pull/4706) [`b0ee81d0a`](https://github.com/withastro/astro/commit/b0ee81d0a70d8301530c321b670ab784c9bc00a2) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix Vue `script setup` with other renderers applied
+
 ## 1.0.1
 
 ### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 9e4879c46c..283f029f4c 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@astrojs/vue",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "description": "Use Vue components within Astro",
   "type": "module",
   "types": "./dist/index.d.ts",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 854833fcde..33ac78bded 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -56,16 +56,16 @@ importers:
 
   examples/basics:
     specifiers:
-      astro: ^1.2.1
+      astro: ^1.2.2
     dependencies:
       astro: link:../../packages/astro
 
   examples/blog:
     specifiers:
       '@astrojs/mdx': ^0.11.1
-      '@astrojs/rss': ^1.0.0
+      '@astrojs/rss': ^1.0.1
       '@astrojs/sitemap': ^1.0.0
-      astro: ^1.2.1
+      astro: ^1.2.2
     dependencies:
       '@astrojs/mdx': link:../../packages/integrations/mdx
       '@astrojs/rss': link:../../packages/astro-rss
@@ -74,7 +74,7 @@ importers:
 
   examples/component:
     specifiers:
-      astro: ^1.2.1
+      astro: ^1.2.2
     devDependencies:
       astro: link:../../packages/astro
 
@@ -88,7 +88,7 @@ importers:
       '@types/node': ^18.0.0
       '@types/react': ^17.0.45
       '@types/react-dom': ^18.0.0
-      astro: ^1.2.1
+      astro: ^1.2.2
       preact: ^10.7.3
       react: ^18.1.0
       react-dom: ^18.1.0
@@ -111,7 +111,7 @@ importers:
       '@astrojs/alpinejs': ^0.1.2
       '@types/alpinejs': ^3.7.0
       alpinejs: ^3.10.2
-      astro: ^1.2.1
+      astro: ^1.2.2
     dependencies:
       '@astrojs/alpinejs': link:../../packages/integrations/alpinejs
       '@types/alpinejs': 3.7.0
@@ -122,7 +122,7 @@ importers:
     specifiers:
       '@astrojs/lit': ^1.0.0
       '@webcomponents/template-shadowroot': ^0.1.0
-      astro: ^1.2.1
+      astro: ^1.2.2
       lit: ^2.2.5
     dependencies:
       '@astrojs/lit': link:../../packages/integrations/lit
@@ -136,8 +136,8 @@ importers:
       '@astrojs/react': ^1.1.2
       '@astrojs/solid-js': ^1.1.0
       '@astrojs/svelte': ^1.0.0
-      '@astrojs/vue': ^1.0.1
-      astro: ^1.2.1
+      '@astrojs/vue': ^1.0.2
+      astro: ^1.2.2
       preact: ^10.7.3
       react: ^18.1.0
       react-dom: ^18.1.0
@@ -161,7 +161,7 @@ importers:
   examples/framework-preact:
     specifiers:
       '@astrojs/preact': ^1.1.0
-      astro: ^1.2.1
+      astro: ^1.2.2
       preact: ^10.7.3
     dependencies:
       '@astrojs/preact': link:../../packages/integrations/preact
@@ -173,7 +173,7 @@ importers:
       '@astrojs/react': ^1.1.2
       '@types/react': ^18.0.10
       '@types/react-dom': ^18.0.5
-      astro: ^1.2.1
+      astro: ^1.2.2
       react: ^18.1.0
       react-dom: ^18.1.0
     dependencies:
@@ -187,7 +187,7 @@ importers:
   examples/framework-solid:
     specifiers:
       '@astrojs/solid-js': ^1.1.0
-      astro: ^1.2.1
+      astro: ^1.2.2
       solid-js: ^1.4.3
     dependencies:
       '@astrojs/solid-js': link:../../packages/integrations/solid
@@ -197,7 +197,7 @@ importers:
   examples/framework-svelte:
     specifiers:
       '@astrojs/svelte': ^1.0.0
-      astro: ^1.2.1
+      astro: ^1.2.2
       svelte: ^3.48.0
     dependencies:
       '@astrojs/svelte': link:../../packages/integrations/svelte
@@ -206,8 +206,8 @@ importers:
 
   examples/framework-vue:
     specifiers:
-      '@astrojs/vue': ^1.0.1
-      astro: ^1.2.1
+      '@astrojs/vue': ^1.0.2
+      astro: ^1.2.2
       vue: ^3.2.37
     dependencies:
       '@astrojs/vue': link:../../packages/integrations/vue
@@ -216,19 +216,19 @@ importers:
 
   examples/minimal:
     specifiers:
-      astro: ^1.2.1
+      astro: ^1.2.2
     dependencies:
       astro: link:../../packages/astro
 
   examples/non-html-pages:
     specifiers:
-      astro: ^1.2.1
+      astro: ^1.2.2
     dependencies:
       astro: link:../../packages/astro
 
   examples/portfolio:
     specifiers:
-      astro: ^1.2.1
+      astro: ^1.2.2
     dependencies:
       astro: link:../../packages/astro
 
@@ -236,7 +236,7 @@ importers:
     specifiers:
       '@astrojs/node': ^1.0.1
       '@astrojs/svelte': ^1.0.0
-      astro: ^1.2.1
+      astro: ^1.2.2
       concurrently: ^7.2.1
       lightcookie: ^1.0.25
       svelte: ^3.48.0
@@ -255,7 +255,7 @@ importers:
   examples/with-markdown-plugins:
     specifiers:
       '@astrojs/markdown-remark': ^1.1.0
-      astro: ^1.2.1
+      astro: ^1.2.2
       hast-util-select: 5.0.1
       rehype-autolink-headings: ^6.1.1
       rehype-slug: ^5.0.1
@@ -272,7 +272,7 @@ importers:
 
   examples/with-markdown-shiki:
     specifiers:
-      astro: ^1.2.1
+      astro: ^1.2.2
     dependencies:
       astro: link:../../packages/astro
 
@@ -280,7 +280,7 @@ importers:
     specifiers:
       '@astrojs/mdx': ^0.11.1
       '@astrojs/preact': ^1.1.0
-      astro: ^1.2.1
+      astro: ^1.2.2
       preact: ^10.6.5
     dependencies:
       '@astrojs/mdx': link:../../packages/integrations/mdx
@@ -292,7 +292,7 @@ importers:
     specifiers:
       '@astrojs/preact': ^1.1.0
       '@nanostores/preact': ^0.1.3
-      astro: ^1.2.1
+      astro: ^1.2.2
       nanostores: ^0.5.12
       preact: ^10.7.3
     dependencies:
@@ -305,7 +305,7 @@ importers:
   examples/with-tailwindcss:
     specifiers:
       '@astrojs/tailwind': ^1.0.0
-      astro: ^1.2.1
+      astro: ^1.2.2
       autoprefixer: ^10.4.7
       canvas-confetti: ^1.5.1
       postcss: ^8.4.14
@@ -320,7 +320,7 @@ importers:
 
   examples/with-vite-plugin-pwa:
     specifiers:
-      astro: ^1.2.1
+      astro: ^1.2.2
       vite-plugin-pwa: 0.11.11
       workbox-window: ^6.5.3
     dependencies:
@@ -330,7 +330,7 @@ importers:
 
   examples/with-vitest:
     specifiers:
-      astro: ^1.2.1
+      astro: ^1.2.2
       vitest: ^0.20.3
     dependencies:
       astro: link:../../packages/astro