summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-16 17:13:29 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-16 17:13:29 -0500
commit9f5e19601962bf3074e2647a764d2d73721684ea (patch)
tree97fd825d0805cae548634bbbc3f61c35fd8135b2
parent887fad5a11a5d7530ffc3785e1a6f873b8858fa2 (diff)
downloadastro@0.21.0-next.5.tar.gz
astro@0.21.0-next.5.tar.zst
astro@0.21.0-next.5.zip
Version Packages (next) (#1847)astro@0.21.0-next.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-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 ebd2d7bae..05de26cd1 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -40,6 +40,7 @@
},
"changesets": [
"beige-kings-listen",
+ "bright-glasses-jump",
"curvy-glasses-rest",
"curvy-years-kiss",
"dull-bikes-doubt",
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 21ac7faf8..4f29ae477 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.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 3fc1a103b..9bd82fda9 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index c76b1cad1..e65c656b5 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.4",
+ "astro": "^0.21.0-next.5",
"@snowpack/plugin-dotenv": "^2.1.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index e53fa6918..d27b40d6d 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.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 966b0e417..c0e5e490f 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.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 9b3154d43..a907826f8 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.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 04ddec3cf..1dc81b269 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.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 39cb6efdf..8c094b263 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.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index fd687badd..169a75324 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.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index d67694a11..904180011 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.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index f91bb89d4..48d2a5afc 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index dd143a41f..e69ed9c74 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.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index c3855cab3..3fd589c0a 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index ea3ba33fc..e792a1613 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 650ca5d5b..d4fbf55b5 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 6be64c785..7de3b0bc4 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.4",
+ "astro": "^0.21.0-next.5",
"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 c7cff5558..36f381aaa 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.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index a2ec17dc6..57fa4f874 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.4"
+ "astro": "^0.21.0-next.5"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index e59a3ebd9..815fe34b0 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.4",
+ "astro": "^0.21.0-next.5",
"autoprefixer": "^10.4.0",
"tailwindcss": "^2.2.19"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 39b35d3a0..d1bcca3af 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro
+## 0.21.0-next.5
+
+### Patch Changes
+
+- 0f9c1910: Fixes routing regression in next.4. Subpath support was inadvertedly prevent any non-index routes from working when not using a subpath.
+
## 0.21.0-next.4
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 6068690cd..65dc24a64 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.21.0-next.4",
+ "version": "0.21.0-next.5",
"author": "Skypack",
"license": "MIT",
"type": "module",
diff --git a/www/package.json b/www/package.json
index 11f10762d..faabbcdb4 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.4"
+ "astro": "^0.21.0-next.5"
}
}