summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-30 22:33:45 -0700
committerGravatar GitHub <noreply@github.com> 2021-11-30 22:33:45 -0700
commit754ac42478fda5a4692a3d253e5803797138750d (patch)
tree7eaa538d9c648bd208df0c362ba43e3926db18c1
parent96ba37ef0266b2e920475fa232416fdbb88dc19e (diff)
downloadastro-754ac42478fda5a4692a3d253e5803797138750d.tar.gz
astro-754ac42478fda5a4692a3d253e5803797138750d.tar.zst
astro-754ac42478fda5a4692a3d253e5803797138750d.zip
[ci] release (#2059)astro@0.21.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/early-pandas-teach.md5
-rw-r--r--.changeset/honest-knives-bake.md5
-rw-r--r--.changeset/ten-clocks-remember.md5
-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--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--packages/astro/CHANGELOG.md10
-rw-r--r--packages/astro/package.json2
-rw-r--r--www/package.json2
26 files changed, 32 insertions, 37 deletions
diff --git a/.changeset/early-pandas-teach.md b/.changeset/early-pandas-teach.md
deleted file mode 100644
index abc23ded3..000000000
--- a/.changeset/early-pandas-teach.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix `astro preview` port retry logic
diff --git a/.changeset/honest-knives-bake.md b/.changeset/honest-knives-bake.md
deleted file mode 100644
index 62292b928..000000000
--- a/.changeset/honest-knives-bake.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Bugfix: Sass compile errors cause compiler panic
diff --git a/.changeset/ten-clocks-remember.md b/.changeset/ten-clocks-remember.md
deleted file mode 100644
index e23ab565d..000000000
--- a/.changeset/ten-clocks-remember.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Bugfix: Windows error in dev for hydrated components
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 06c9f7c95..e7ef3db11 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.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 70523c69d..11677d15d 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 904d3c5c9..85a1c23c3 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.5",
+ "astro": "^0.21.6",
"@snowpack/plugin-dotenv": "^2.1.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index ab8b539d7..f4ef5734d 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.2.1",
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 648fdbd25..aa7b246b9 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0",
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 4e523207f..7e5bbf023 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 47939f79f..28593e770 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 7141db177..71272a003 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0",
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 108007421..b4b3effe3 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 056b3fb55..28ffa0555 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index a6c042e24..fe3f5e20c 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index cba8353c9..c0b7787e8 100644
--- a/examples/portfolio-svelte/package.json
+++ b/examples/portfolio-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index c09ed4564..10c0db9eb 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index d368664d8..c81cf0b7d 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 43e275916..4793cc29c 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 1d5472899..47c89023c 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.5",
+ "astro": "^0.21.6",
"rehype-add-classes": "^1.0.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0",
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index dcf689e95..c8122b520 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index e7b931385..e8eab0ed3 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -16,6 +16,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0",
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 056b88620..07bee7066 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5",
+ "astro": "^0.21.6",
"autoprefixer": "^10.4.0",
"tailwindcss": "^2.2.19"
}
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index df5d3b859..800b47428 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5",
+ "astro": "^0.21.6",
"vite-plugin-pwa": "^0.11.5"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 9557c10c0..1f54ce092 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,15 @@
# astro
+## 0.21.6
+
+### Patch Changes
+
+- [#2050](https://github.com/withastro/astro/pull/2050) [`4e06767c`](https://github.com/withastro/astro/commit/4e06767c0148539f6fe868c4fc0335755908c110) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix `astro preview` port retry logic
+
+* [#2049](https://github.com/withastro/astro/pull/2049) [`c491d1f4`](https://github.com/withastro/astro/commit/c491d1f423cc8ed7ba25d7d0dea6336ad9659a55) Thanks [@drwpow](https://github.com/drwpow)! - Bugfix: Sass compile errors cause compiler panic
+
+- [#2066](https://github.com/withastro/astro/pull/2066) [`f5efbe14`](https://github.com/withastro/astro/commit/f5efbe141cf3b0956252a42ffc35a95211ee7513) Thanks [@drwpow](https://github.com/drwpow)! - Bugfix: Windows error in dev for hydrated components
+
## 0.21.5
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 37333a591..4df5f79f6 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.21.5",
+ "version": "0.21.6",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"author": "withastro",
"license": "MIT",
diff --git a/www/package.json b/www/package.json
index c120a6b26..30ef8d900 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.5"
+ "astro": "^0.21.6"
}
}