summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/pre.json2
-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.md7
-rw-r--r--packages/astro/package.json2
-rw-r--r--www/package.json2
23 files changed, 30 insertions, 21 deletions
diff --git a/.changeset/pre.json b/.changeset/pre.json
index b897ca9b5..b2b61969f 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -48,6 +48,7 @@
"dull-steaks-dance",
"few-pumpkins-report",
"four-kids-melt",
+ "friendly-dingos-lie",
"giant-beds-cough",
"giant-shirts-sing",
"heavy-boxes-deliver",
@@ -58,6 +59,7 @@
"polite-ladybugs-train",
"popular-plants-report",
"quick-cheetahs-itch",
+ "rare-cars-lick",
"real-cats-act",
"serious-knives-hug",
"serious-rocks-juggle",
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index eeeb3d328..6a7085712 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.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 695be8e73..71c17066e 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 82fe7a375..41dd6d3c8 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.11",
+ "astro": "^0.21.0-next.12",
"@snowpack/plugin-dotenv": "^2.1.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 21a33a721..d7832e207 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.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 34cf8996a..4803653e9 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.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 1397183a9..807cd6c5d 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.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index f49c90a61..33ddfc6cb 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.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 29ff7188d..630749d53 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.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 6dedf7fc2..b7d92b32f 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.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index fd6739de4..ed96e2f3f 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.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 7f41003d0..53c6feba3 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index 53a9b029e..e4c092051 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.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index acfab0c52..c32edcfd3 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 14adb4d40..9a23128c6 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index c9efa49fe..7ed2138f3 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 93b387379..e537a52e2 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.11",
+ "astro": "^0.21.0-next.12",
"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 85b269ee5..677eeb7e5 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.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 08fd51bd9..98cb51ff2 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.11"
+ "astro": "^0.21.0-next.12"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index cd05865fd..e5150c345 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.11",
+ "astro": "^0.21.0-next.12",
"autoprefixer": "^10.4.0",
"tailwindcss": "^2.2.19"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 52817847c..b2e2d88cc 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,12 @@
# astro
+## 0.21.0-next.12
+
+### Patch Changes
+
+- 8733599e: Adds missing vite dependency, vixing svelte and vue
+- 2e0c790b: Fix Lit renderer built
+
## 0.21.0-next.11
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 08314e67b..c0ea3d580 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.21.0-next.11",
+ "version": "0.21.0-next.12",
"author": "Skypack",
"license": "MIT",
"type": "module",
diff --git a/www/package.json b/www/package.json
index d19077df5..3a18c2540 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.11"
+ "astro": "^0.21.0-next.12"
}
}