summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/pre.json4
-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.md8
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--www/package.json2
25 files changed, 40 insertions, 22 deletions
diff --git a/.changeset/pre.json b/.changeset/pre.json
index 05de26cd1..7c8a70640 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -39,6 +39,7 @@
"@example/subpath": "0.0.1"
},
"changesets": [
+ "beige-hairs-design",
"beige-kings-listen",
"bright-glasses-jump",
"curvy-glasses-rest",
@@ -46,11 +47,14 @@
"dull-bikes-doubt",
"dull-steaks-dance",
"giant-shirts-sing",
+ "heavy-boxes-deliver",
"little-dogs-help",
"many-donkeys-report",
"pink-trainers-learn",
"polite-ladybugs-train",
"quick-cheetahs-itch",
+ "real-cats-act",
+ "serious-knives-hug",
"shaggy-guests-type",
"silly-apples-build",
"silly-peas-battle",
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 4f29ae477..735465339 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.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 9bd82fda9..fb96e2a90 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index e65c656b5..d15c2f6a0 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.5",
+ "astro": "^0.21.0-next.6",
"@snowpack/plugin-dotenv": "^2.1.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index d27b40d6d..b2fa474a4 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.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index c0e5e490f..ebb4e6997 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.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index a907826f8..10e4ace35 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.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 1dc81b269..9fa6048a7 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.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 8c094b263..7ac1ccb16 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.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 169a75324..04edc1599 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.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 904180011..09c5a4d07 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.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 48d2a5afc..d9d5d5a65 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index e69ed9c74..7518fd475 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.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 3fd589c0a..4d92d44c9 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index e792a1613..28c11f52f 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index d4fbf55b5..41cd509cf 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 7de3b0bc4..e5e6cc962 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.5",
+ "astro": "^0.21.0-next.6",
"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 36f381aaa..029ae1baa 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.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 57fa4f874..32b7da4dc 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.5"
+ "astro": "^0.21.0-next.6"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 815fe34b0..f11e26f7f 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.5",
+ "astro": "^0.21.0-next.6",
"autoprefixer": "^10.4.0",
"tailwindcss": "^2.2.19"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index d1bcca3af..089d922ad 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# astro
+## 0.21.0-next.6
+
+### Patch Changes
+
+- dbc49ed6: Fix HMR regression
+- 6b598b24: Fix middleware order
+- 0ce86dfd: Fixes Vue scoped styles when built
+
## 0.21.0-next.5
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 65dc24a64..adff1947c 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.21.0-next.5",
+ "version": "0.21.0-next.6",
"author": "Skypack",
"license": "MIT",
"type": "module",
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index 3150d0c47..e952f7f11 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 0.6.7-next.0
+
+### Patch Changes
+
+- 6c66d483: Fix issue with v7.x+ versions of npm init, which changed default flag handling
+
## 0.6.6
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 5de16ab8e..573a9b95a 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "0.6.6",
+ "version": "0.6.7-next.0",
"type": "module",
"repository": {
"type": "git",
diff --git a/www/package.json b/www/package.json
index faabbcdb4..202a7fb38 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.5"
+ "astro": "^0.21.0-next.6"
}
}