From bb90ff60c8e9f1a4ebec4247a431772d2722b141 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 19 Nov 2021 11:22:19 -0500
Subject: [PATCH] Version Packages (next) (#1907)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
---
 .changeset/pre.json                         | 1 +
 examples/blog-multiple-authors/package.json | 2 +-
 examples/blog/package.json                  | 2 +-
 examples/docs/package.json                  | 2 +-
 examples/framework-lit/package.json         | 2 +-
 examples/framework-multiple/package.json    | 2 +-
 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         | 2 +-
 examples/minimal/package.json               | 2 +-
 examples/portfolio-svelte/package.json      | 2 +-
 examples/portfolio/package.json             | 2 +-
 examples/starter/package.json               | 2 +-
 examples/subpath/package.json               | 2 +-
 examples/with-markdown-plugins/package.json | 2 +-
 examples/with-markdown/package.json         | 2 +-
 examples/with-nanostores/package.json       | 2 +-
 examples/with-tailwindcss/package.json      | 2 +-
 packages/astro/CHANGELOG.md                 | 6 ++++++
 packages/astro/package.json                 | 2 +-
 www/package.json                            | 2 +-
 23 files changed, 28 insertions(+), 21 deletions(-)

diff --git a/.changeset/pre.json b/.changeset/pre.json
index a9645cfc0d..a3acc065e9 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -46,6 +46,7 @@
     "curvy-years-kiss",
     "dull-bikes-doubt",
     "dull-steaks-dance",
+    "few-pumpkins-report",
     "four-kids-melt",
     "giant-shirts-sing",
     "heavy-boxes-deliver",
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 6c430cee31..f0f7f0f23d 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/blog/package.json b/examples/blog/package.json
index ffe2a3a471..250a112be4 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 89b0c3cb97..ec76a91a4e 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -12,7 +12,7 @@
     "@docsearch/react": "^1.0.0-alpha.27"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9",
+    "astro": "^0.21.0-next.10",
     "@snowpack/plugin-dotenv": "^2.1.0"
   }
 }
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index f217adb859..d4286d422d 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,6 +10,6 @@
   },
   "devDependencies": {
     "@astrojs/renderer-lit": "^0.2.0-next.0",
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 776da1b661..66bc3809ae 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,6 +10,6 @@
   },
   "devDependencies": {
     "@astrojs/renderer-solid": "^0.2.0-next.1",
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index cc19da393b..1424e8957a 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 7089fae192..4d43b542d0 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 46eb36e469..356ff818e2 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,6 +10,6 @@
   },
   "devDependencies": {
     "@astrojs/renderer-solid": "^0.2.0-next.1",
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 0771015766..51a930ce6e 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 69c255e9b1..cd0b96cba8 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index db5967b42e..03d45610f3 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index 3ed2528a25..722b541448 100644
--- a/examples/portfolio-svelte/package.json
+++ b/examples/portfolio-svelte/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index a7351aaf4a..0baae789b6 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/starter/package.json b/examples/starter/package.json
index a05ef2b8a5..cb166190e5 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index d4b1b22f13..e31c4d93dc 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index e159a80dc3..fd7641bcb4 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9",
+    "astro": "^0.21.0-next.10",
     "rehype-add-classes": "^1.0.0",
     "rehype-autolink-headings": "^6.1.0",
     "rehype-toc": "^3.0.2",
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 4c6ac81675..7646431b52 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index feaf7a840a..3e55768b70 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,6 +13,6 @@
   },
   "devDependencies": {
     "@astrojs/renderer-solid": "^0.2.0-next.1",
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index eae0fd4e45..d06858f8e1 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9",
+    "astro": "^0.21.0-next.10",
     "autoprefixer": "^10.4.0",
     "tailwindcss": "^2.2.19"
   }
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index bf94e74830..c0eb1db4bf 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,11 @@
 # astro
 
+## 0.21.0-next.10
+
+### Patch Changes
+
+- c7682168: Fix build by making vendored vite resolve to copy
+
 ## 0.21.0-next.9
 
 ### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 6ec28cf7b2..8878b0fad7 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
 {
   "name": "astro",
-  "version": "0.21.0-next.9",
+  "version": "0.21.0-next.10",
   "author": "Skypack",
   "license": "MIT",
   "type": "module",
diff --git a/www/package.json b/www/package.json
index 3dfef8a753..8bc76d168e 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.21.0-next.9"
+    "astro": "^0.21.0-next.10"
   }
 }