summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/proud-chicken-sin.md13
-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/package.json2
-rw-r--r--examples/starter/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.md14
-rw-r--r--packages/astro/package.json2
-rw-r--r--www/package.json2
21 files changed, 33 insertions, 32 deletions
diff --git a/.changeset/proud-chicken-sin.md b/.changeset/proud-chicken-sin.md
deleted file mode 100644
index 1dfe4322c..000000000
--- a/.changeset/proud-chicken-sin.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-'astro': patch
----
-
-Adds the `astro check` command
-
-This adds a new command, `astro check` which runs diagnostics on a project. The same diagnostics run within the Astro VSCode plugin! Just run:
-
-```shell
-astro check
-```
-
-Which works a lot like `tsc` and will give you error messages, if any were found. We recommend adding this to your CI setup to prevent errors from being merged. \ No newline at end of file
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 71343ce91..a89e55c31 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 526df9376..450d9bcb8 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 8096226ee..f07f95756 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.20.9",
+ "astro": "^0.20.10",
"@snowpack/plugin-dotenv": "^2.1.0"
},
"snowpack": {
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 7b97a5275..a66c0858a 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.2",
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 0f9633b07..a6dd99838 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9",
+ "astro": "^0.20.10",
"@astrojs/renderer-solid": "^0.1.1"
},
"snowpack": {
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index c8fc02522..224411f16 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index b9dc29807..8e7496f70 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 230c8f49d..cfff445ac 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9",
+ "astro": "^0.20.10",
"@astrojs/renderer-solid": "0.1.1"
},
"snowpack": {
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 933805bff..9abe30c3e 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 2f3d9743a..4be5e4834 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index ec0bbd0cd..cc2f47c43 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 9e149d731..4d9986884 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 70a3f9dd3..5ba2ea1e4 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 107eab029..3de72390f 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.20.9",
+ "astro": "^0.20.10",
"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 9b39b6cd6..8f2e45b43 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index e11114c25..34cbb92c1 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
},
"dependencies": {
"nanostores": "^0.3.3"
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 8752c14c1..6dd26d450 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index e5aa5d357..2f8835ff1 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,19 @@
# astro
+## 0.20.10
+
+### Patch Changes
+
+- dbd2f507: Adds the `astro check` command
+
+ This adds a new command, `astro check` which runs diagnostics on a project. The same diagnostics run within the Astro VSCode plugin! Just run:
+
+ ```shell
+ astro check
+ ```
+
+ Which works a lot like `tsc` and will give you error messages, if any were found. We recommend adding this to your CI setup to prevent errors from being merged.
+
## 0.20.9
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 8aba975f6..590c0a97e 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.20.9",
+ "version": "0.20.10",
"author": "Skypack",
"license": "MIT",
"type": "module",
diff --git a/www/package.json b/www/package.json
index 6784ad4ed..05ad689c6 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.9"
+ "astro": "^0.20.10"
}
}