summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-12-06 17:10:43 -0600
committerGravatar GitHub <noreply@github.com> 2021-12-06 17:10:43 -0600
commita7e2070abca385056cb53c520a01bd5fffab0af9 (patch)
tree68a3f5b9691b7a5fd05e2ad592d95b7132baa5c4
parentda7b41f5b8eb6d3a3e3a765be447e03ef5691979 (diff)
downloadastro-a7e2070abca385056cb53c520a01bd5fffab0af9.tar.gz
astro-a7e2070abca385056cb53c520a01bd5fffab0af9.tar.zst
astro-a7e2070abca385056cb53c520a01bd5fffab0af9.zip
chore: release (#2136)create-astro@0.6.9astro@0.21.11
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/angry-pillows-accept.md5
-rw-r--r--.changeset/popular-roses-ring.md5
-rw-r--r--.changeset/weak-planets-think.md5
-rw-r--r--.changeset/wet-insects-dance.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.md12
-rw-r--r--packages/astro/package.json2
-rw-r--r--www/package.json2
27 files changed, 34 insertions, 42 deletions
diff --git a/.changeset/angry-pillows-accept.md b/.changeset/angry-pillows-accept.md
deleted file mode 100644
index 8cd933d1e..000000000
--- a/.changeset/angry-pillows-accept.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Exclude 404 pages from sitemap generation
diff --git a/.changeset/popular-roses-ring.md b/.changeset/popular-roses-ring.md
deleted file mode 100644
index b7401f61b..000000000
--- a/.changeset/popular-roses-ring.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Bugfix: fix missing styles in build
diff --git a/.changeset/weak-planets-think.md b/.changeset/weak-planets-think.md
deleted file mode 100644
index ea776b2bd..000000000
--- a/.changeset/weak-planets-think.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-add lit renderer reflection tests
diff --git a/.changeset/wet-insects-dance.md b/.changeset/wet-insects-dance.md
deleted file mode 100644
index af8ed3d4e..000000000
--- a/.changeset/wet-insects-dance.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Patch `fetch` support to prioritize authored code. Existing `fetch` imports and declarations are respected.
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 8e8e53df1..e8d2bf2a7 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.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 8b7b630a4..4b652c6ad 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 86c846d0d..5ffec5e7e 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.10",
+ "astro": "^0.21.11",
"@snowpack/plugin-dotenv": "^2.1.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index d4fd8f71f..c42a41179 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.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 5c6657a38..894c86598 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.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index e1c6de160..fc333c811 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 02f2483ee..1408c830e 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index fc2ffcab7..286da4f0d 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.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 30027d6ce..7482047e9 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index d79eb8696..e3b196a47 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 5e7b6ef9e..45aff28d7 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index 8dfacf621..3ceca8bd2 100644
--- a/examples/portfolio-svelte/package.json
+++ b/examples/portfolio-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 1188abf1b..88601b030 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index bdd9f1fcf..089b7b704 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 221664220..a84d2dd0f 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 3a9af185b..7ce5df009 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.10",
+ "astro": "^0.21.11",
"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 6e7bf9e85..fdfae6f3d 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 94755f34b..80ee386f8 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.10"
+ "astro": "^0.21.11"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 90df7940f..0e12e24a5 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.10",
+ "astro": "^0.21.11",
"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 feca773a3..a7e3faf31 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.10",
+ "astro": "^0.21.11",
"vite-plugin-pwa": "^0.11.5"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 317b03e8d..2b8ffd5bb 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,17 @@
# astro
+## 0.21.11
+
+### Patch Changes
+
+- [#2137](https://github.com/withastro/astro/pull/2137) [`cc1dae55`](https://github.com/withastro/astro/commit/cc1dae55c8bbf0a7d862e227f7daed138c485be4) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Exclude 404 pages from sitemap generation
+
+* [#2112](https://github.com/withastro/astro/pull/2112) [`da7b41f5`](https://github.com/withastro/astro/commit/da7b41f5b8eb6d3a3e3a765be447e03ef5691979) Thanks [@drwpow](https://github.com/drwpow)! - Bugfix: fix missing styles in build
+
+- [#2116](https://github.com/withastro/astro/pull/2116) [`d9d3906a`](https://github.com/withastro/astro/commit/d9d3906a3c215436a1e3d2ab64e63d23a772e059) Thanks [@e111077](https://github.com/e111077)! - add lit renderer reflection tests
+
+* [#2135](https://github.com/withastro/astro/pull/2135) [`77c3fda3`](https://github.com/withastro/astro/commit/77c3fda379b5858a74fa54d278058efaf33fdac5) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Patch `fetch` support to prioritize authored code. Existing `fetch` imports and declarations are respected.
+
## 0.21.10
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 65fd4f58a..713e58a83 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.21.10",
+ "version": "0.21.11",
"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 56545fdfb..af0bf9837 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.10"
+ "astro": "^0.21.11"
}
}