summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/pre.json1
-rw-r--r--examples/blog-multiple-authors/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/docs/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/portfolio-svelte/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/subpath/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--packages/astro/CHANGELOG.md6
-rw-r--r--packages/astro/package.json2
-rw-r--r--www/package.json2
23 files changed, 28 insertions, 21 deletions
diff --git a/.changeset/pre.json b/.changeset/pre.json
index a9645cfc0..a3acc065e 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 6c430cee3..f0f7f0f23 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 ffe2a3a47..250a112be 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 89b0c3cb9..ec76a91a4 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 f217adb85..d4286d422 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 776da1b66..66bc3809a 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 cc19da393..1424e8957 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 7089fae19..4d43b542d 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 46eb36e46..356ff818e 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 077101576..51a930ce6 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 69c255e9b..cd0b96cba 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 db5967b42..03d45610f 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 3ed2528a2..722b54144 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 a7351aaf4..0baae789b 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 a05ef2b8a..cb166190e 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 d4b1b22f1..e31c4d93d 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 e159a80dc..fd7641bcb 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 4c6ac8167..7646431b5 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 feaf7a840..3e55768b7 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 eae0fd4e4..d06858f8e 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 bf94e7483..c0eb1db4b 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 6ec28cf7b..8878b0fad 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 3dfef8a75..8bc76d168 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"
}
}