diff --git a/.changeset/breezy-frogs-learn.md b/.changeset/breezy-frogs-learn.md
deleted file mode 100644
index b3f2f86b9..000000000
--- a/.changeset/breezy-frogs-learn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/cloudflare': minor
----
-
-More efficient \_routes.json
diff --git a/.changeset/green-islands-repeat.md b/.changeset/green-islands-repeat.md
new file mode 100644
index 000000000..9894fde96
--- /dev/null
+++ b/.changeset/green-islands-repeat.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Fix AstroConfigSchema type export
diff --git a/.changeset/lazy-pillows-burn.md b/.changeset/lazy-pillows-burn.md
new file mode 100644
index 000000000..009955c7e
--- /dev/null
+++ b/.changeset/lazy-pillows-burn.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/sitemap': patch
+---
+
+docs: fix github search link in README.md
diff --git a/.changeset/moody-houses-drum.md b/.changeset/moody-houses-drum.md
new file mode 100644
index 000000000..1dfaefba2
--- /dev/null
+++ b/.changeset/moody-houses-drum.md
@@ -0,0 +1,5 @@
+---
+'create-astro': minor
+---
+
+Reduce dependency installation size, swap `execa` for light `node:child_process` wrapper
diff --git a/.changeset/odd-plants-tie.md b/.changeset/odd-plants-tie.md
new file mode 100644
index 000000000..b57376dee
--- /dev/null
+++ b/.changeset/odd-plants-tie.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Add support for non-awaited imports to the Image component and `getImage`
diff --git a/.changeset/olive-queens-drum.md b/.changeset/olive-queens-drum.md
new file mode 100644
index 000000000..258d9c726
--- /dev/null
+++ b/.changeset/olive-queens-drum.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Add second type argument to the AstroGlobal type to type Astro.self. This change will ultimately allow our editor tooling to provide props completions and intellisense for ``
diff --git a/.changeset/soft-colts-heal.md b/.changeset/soft-colts-heal.md
new file mode 100644
index 000000000..4ceaf2a9b
--- /dev/null
+++ b/.changeset/soft-colts-heal.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+`astro add` now passes down `--save-prod`, `--save-dev`, `--save-exact`, and `--no-save` flags for installation
diff --git a/.changeset/thin-plums-drop.md b/.changeset/thin-plums-drop.md
new file mode 100644
index 000000000..ab3fb875a
--- /dev/null
+++ b/.changeset/thin-plums-drop.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/react': patch
+---
+
+fix a bug where react identifierPrefix was set to null for client:only components causing React.useId to generate ids prefixed with null
diff --git a/.changeset/wild-jobs-tan.md b/.changeset/wild-jobs-tan.md
deleted file mode 100644
index 8372c01b1..000000000
--- a/.changeset/wild-jobs-tan.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Move hoisted script analysis optimization behind the `experimental.optimizeHoistedScript` option
diff --git a/examples/blog/public/blog-placeholder-5.jpg b/examples/blog/public/blog-placeholder-5.jpg
index 1a59ad9b6..c5646746c 100644
Binary files a/examples/blog/public/blog-placeholder-5.jpg and b/examples/blog/public/blog-placeholder-5.jpg differ
diff --git a/examples/blog/public/placeholder-about.jpg b/examples/blog/public/placeholder-about.jpg
deleted file mode 100644
index 2f736d92a..000000000
Binary files a/examples/blog/public/placeholder-about.jpg and /dev/null differ
diff --git a/examples/blog/src/components/Header.astro b/examples/blog/src/components/Header.astro
index 647320834..c9ab99f1d 100644
--- a/examples/blog/src/components/Header.astro
+++ b/examples/blog/src/components/Header.astro
@@ -23,7 +23,7 @@ import { SITE_TITLE } from '../consts';
Follow Astro on Twitter
-