aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-17 16:25:02 -0800
committerGravatar GitHub <noreply@github.com> 2021-11-17 16:25:02 -0800
commiteb4d5f1d8fa055d542ab25bfffe2205ff14aefc8 (patch)
treea212159ceb99e6147a90ea297497572d88d15abd
parentc2668afed090201b782af9bfd89e57f572fd3061 (diff)
downloadastro-eb4d5f1d8fa055d542ab25bfffe2205ff14aefc8.tar.gz
astro-eb4d5f1d8fa055d542ab25bfffe2205ff14aefc8.tar.zst
astro-eb4d5f1d8fa055d542ab25bfffe2205ff14aefc8.zip
Version Packages (next) (#1873)create-astro@0.6.7-next.1astro@0.21.0-next.7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-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 735465339..355036564 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.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index fb96e2a90..b77a02868 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index d15c2f6a0..65e8085c0 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.6",
+ "astro": "^0.21.0-next.7",
"@snowpack/plugin-dotenv": "^2.1.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index b2fa474a4..74ad50748 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.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index ebb4e6997..aec9c00c3 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.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 10e4ace35..d5c13bc3c 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.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 9fa6048a7..c32020a4b 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.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 7ac1ccb16..c0e2e36fe 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.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 04edc1599..676d5fb6c 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.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 09c5a4d07..707f6eef4 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.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index d9d5d5a65..0c04ca2e1 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index 7518fd475..1f86297bd 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.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 4d92d44c9..cfdbec705 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 28c11f52f..4dbda0114 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 41cd509cf..603f64ccc 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index e5e6cc962..65949e563 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.6",
+ "astro": "^0.21.0-next.7",
"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 029ae1baa..c91e8ce6e 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.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 32b7da4dc..d258d50cc 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.6"
+ "astro": "^0.21.0-next.7"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index f11e26f7f..1b779c923 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.6",
+ "astro": "^0.21.0-next.7",
"autoprefixer": "^10.4.0",
"tailwindcss": "^2.2.19"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 089d922ad..6992785b8 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# astro
+## 0.21.0-next.7
+
+### Patch Changes
+
+- dbc49ed6: Fix HMR regression
+- 6b598b24: Fix middleware order
+- 0ce86dfd: Fixes Vue scoped styles when built
+
## 0.21.0-next.6
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index adff1947c..87b8a1303 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.21.0-next.6",
+ "version": "0.21.0-next.7",
"author": "Skypack",
"license": "MIT",
"type": "module",
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index e952f7f11..f51b01b48 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 0.6.7-next.1
+
+### Patch Changes
+
+- 6c66d483: Fix issue with v7.x+ versions of npm init, which changed default flag handling
+
## 0.6.7-next.0
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 573a9b95a..33aed0c92 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "0.6.7-next.0",
+ "version": "0.6.7-next.1",
"type": "module",
"repository": {
"type": "git",
diff --git a/www/package.json b/www/package.json
index 202a7fb38..bb0fe0a7e 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.6"
+ "astro": "^0.21.0-next.7"
}
}