summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-12-03 16:29:11 -0600
committerGravatar GitHub <noreply@github.com> 2021-12-03 16:29:11 -0600
commitfe11bdb5f76e855f1e0016b972492ae759747355 (patch)
treee9112b0c897ef48423fad5e1981bebb20b374fd6
parent8346a1f2b9e38d68788e0c6dc62f872a46ebe8a7 (diff)
downloadastro-fe11bdb5f76e855f1e0016b972492ae759747355.tar.gz
astro-fe11bdb5f76e855f1e0016b972492ae759747355.tar.zst
astro-fe11bdb5f76e855f1e0016b972492ae759747355.zip
chore: release (#2118)astro@0.21.10
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/chilled-coins-wash.md5
-rw-r--r--.changeset/thick-yaks-smile.md7
-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
25 files changed, 32 insertions, 34 deletions
diff --git a/.changeset/chilled-coins-wash.md b/.changeset/chilled-coins-wash.md
deleted file mode 100644
index df26f52d1..000000000
--- a/.changeset/chilled-coins-wash.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes aliases on windows.
diff --git a/.changeset/thick-yaks-smile.md b/.changeset/thick-yaks-smile.md
deleted file mode 100644
index 69a632714..000000000
--- a/.changeset/thick-yaks-smile.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': patch
----
-
-Fixes regression introduced in `@astrojs/compiler` related to active formatting elements
-
-See [CHANGELOG](https://github.com/withastro/compiler/blob/main/lib/compiler/CHANGELOG.md#057).
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index e27d29659..8e8e53df1 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.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 5da61a8fa..8b7b630a4 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index bda18cee4..86c846d0d 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.9",
+ "astro": "^0.21.10",
"@snowpack/plugin-dotenv": "^2.1.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 395a3ddb6..d4fd8f71f 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.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index ad3122076..5c6657a38 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.1",
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 75dd5be7d..e1c6de160 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 4ac09bf1a..02f2483ee 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 4457e8dbf..fc2ffcab7 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.1",
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 323cc1362..30027d6ce 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 64b6b0ade..d79eb8696 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 8c628a13f..5e7b6ef9e 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index 511be2467..8dfacf621 100644
--- a/examples/portfolio-svelte/package.json
+++ b/examples/portfolio-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 232f96d86..1188abf1b 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index beae19084..bdd9f1fcf 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index a58d06336..221664220 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 2a717f0ae..3a9af185b 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.9",
+ "astro": "^0.21.10",
"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 ff7c11dd7..6e7bf9e85 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 85df23f60..94755f34b 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -16,6 +16,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.1",
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 2981f7102..90df7940f 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9",
+ "astro": "^0.21.10",
"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 a508742b8..feca773a3 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.9",
+ "astro": "^0.21.10",
"vite-plugin-pwa": "^0.11.5"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 7f6e9b32a..317b03e8d 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,15 @@
# astro
+## 0.21.10
+
+### Patch Changes
+
+- [#2109](https://github.com/withastro/astro/pull/2109) [`3e4cfea4`](https://github.com/withastro/astro/commit/3e4cfea4e29ab958d69e4502c1f634a007393a7b) Thanks [@Mikkel-T](https://github.com/Mikkel-T)! - Fixes aliases on windows.
+
+* [#2117](https://github.com/withastro/astro/pull/2117) [`8346a1f2`](https://github.com/withastro/astro/commit/8346a1f2b9e38d68788e0c6dc62f872a46ebe8a7) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fixes regression introduced in `@astrojs/compiler` related to active formatting elements
+
+ See [CHANGELOG](https://github.com/withastro/compiler/blob/main/lib/compiler/CHANGELOG.md#057).
+
## 0.21.9
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 665189255..5e3aee8d6 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.21.9",
+ "version": "0.21.10",
"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 699315e59..56545fdfb 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}