summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-24 14:10:30 -0700
committerGravatar GitHub <noreply@github.com> 2021-11-24 14:10:30 -0700
commitdd17a5b8d057344a27eb82edd5a9cab251ff8512 (patch)
tree6a428786f12164588c7c66b4bfececac65537e1f
parent76559faa30944d21a4e8f6fbc941920e2ce8dd32 (diff)
downloadastro-dd17a5b8d057344a27eb82edd5a9cab251ff8512.tar.gz
astro-dd17a5b8d057344a27eb82edd5a9cab251ff8512.tar.zst
astro-dd17a5b8d057344a27eb82edd5a9cab251ff8512.zip
Version Packages (#2009)astro@0.21.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/selfish-ads-invent.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.md6
-rw-r--r--packages/astro/package.json2
-rw-r--r--www/package.json2
24 files changed, 28 insertions, 27 deletions
diff --git a/.changeset/selfish-ads-invent.md b/.changeset/selfish-ads-invent.md
deleted file mode 100644
index 41c71dc40..000000000
--- a/.changeset/selfish-ads-invent.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Chore: update compiler
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 6ba27e787..b8ae19fa0 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.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 8d7dec22a..22279b6ac 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index b528aa336..c31b87c0f 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.3",
+ "astro": "^0.21.4",
"@snowpack/plugin-dotenv": "^2.1.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 7eb4b3260..495471dd9 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.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 2f1513aba..3d65dd6af 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.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 7383f742e..73031fbf7 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 5da77f346..132e9d1fd 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 0c15191af..50b7a4914 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.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 2a662f8ef..6eec95cb7 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 4afe691a1..295fd4879 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 910ff8fbe..866d82b56 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index 1f6da5ea8..203f6a68a 100644
--- a/examples/portfolio-svelte/package.json
+++ b/examples/portfolio-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 3574f4c1e..55b4a321f 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 4109c043e..767d86d5c 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index a6c1e1bfa..f7521722c 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 83c26b2e1..3da23c6c7 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.3",
+ "astro": "^0.21.4",
"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 44e7256a6..9e5001a0f 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 3157de2a1..e4e6b8199 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.3"
+ "astro": "^0.21.4"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 6e6bb2e03..9af770dca 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.3",
+ "astro": "^0.21.4",
"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 27969de96..079b581ba 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.3",
+ "astro": "^0.21.4",
"vite-plugin-pwa": "^0.11.5"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index d8883a797..1b928a8ee 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro
+## 0.21.4
+
+### Patch Changes
+
+- 76559faa: Chore: update compiler
+
## 0.21.3
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 7c6a993d2..78c8559d2 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.21.3",
+ "version": "0.21.4",
"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 1c608c502..bc3fb2eb6 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.3"
+ "astro": "^0.21.4"
}
}