From a923268da2f5ada2f0c02b5bf339daf4a41afa0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 15:58:14 -0400 Subject: [PATCH] Version Packages (#1271) Co-authored-by: github-actions[bot] --- .changeset/perfect-kids-occur.md | 5 ----- .changeset/silver-otters-eat.md | 5 ----- examples/blog-multiple-authors/package.json | 2 +- examples/blog/package.json | 2 +- examples/docs/package.json | 2 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 2 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 2 +- examples/framework-vue/package.json | 2 +- examples/minimal/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/snowpack/package.json | 2 +- examples/starter/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown/package.json | 2 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- packages/astro/CHANGELOG.md | 6 ++++++ packages/astro/package.json | 2 +- packages/create-astro/CHANGELOG.md | 6 ++++++ packages/create-astro/package.json | 2 +- www/package.json | 2 +- 25 files changed, 33 insertions(+), 31 deletions(-) delete mode 100644 .changeset/perfect-kids-occur.md delete mode 100644 .changeset/silver-otters-eat.md diff --git a/.changeset/perfect-kids-occur.md b/.changeset/perfect-kids-occur.md deleted file mode 100644 index 7617cdcd4d..0000000000 --- a/.changeset/perfect-kids-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Adds interfaces for built-in components diff --git a/.changeset/silver-otters-eat.md b/.changeset/silver-otters-eat.md deleted file mode 100644 index 523ab477ff..0000000000 --- a/.changeset/silver-otters-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Added a check to see if the renderers array is empty and only show the message about using the templates default renderers if it isn't diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index b3bf33c90d..8992942172 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.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/blog/package.json b/examples/blog/package.json index cf929ac2e6..e9ab019037 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/docs/package.json b/examples/docs/package.json index 756588f4a6..fbe9a654c0 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.3", + "astro": "^0.20.4", "@snowpack/plugin-dotenv": "^2.1.0" }, "snowpack": { diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index a704ba35cf..6af44efa6b 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.1.0", - "astro": "^0.20.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 47d39ab824..1f5702cdb5 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.3", + "astro": "^0.20.4", "@astrojs/renderer-solid": "^0.1.0" }, "snowpack": { diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index faa3afdf41..0fc86c5e26 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index b9820dbd71..e5a04e40ed 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 4c77c560e6..b4c45c7cb1 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.3", + "astro": "^0.20.4", "@astrojs/renderer-solid": "0.1.0" }, "snowpack": { diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 6ad897e498..603284e4bf 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index add830e93b..a95bf238b1 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/minimal/package.json b/examples/minimal/package.json index e560117a70..07aae9a93e 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 36e48c7043..1920350eb1 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json index e33f633bdb..25e05b64df 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@contentful/rich-text-html-renderer": "^14.1.2", "@contentful/rich-text-types": "^14.1.2", - "astro": "^0.20.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/starter/package.json b/examples/starter/package.json index b058aaebb6..52f4d889a2 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index f3f3cb4c05..5145f9922f 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.3", + "astro": "^0.20.4", "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 1c1bf5f0e3..daa03363f1 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index ab496a2073..e79b570dc5 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.3" + "astro": "^0.20.4" }, "dependencies": { "nanostores": "^0.3.3" diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 5b46460000..d0d681b72b 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.3" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index c74f613daa..1a3f4a2777 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # astro +## 0.20.4 + +### Patch Changes + +- 231964f0: Adds interfaces for built-in components + ## 0.20.3 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index e9ac469115..531f8fdbc1 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.20.3", + "version": "0.20.4", "author": "Skypack", "license": "MIT", "type": "module", diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 60a97ca9ed..d8e173a2d5 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.6.2 + +### Patch Changes + +- 11a6f884: Added a check to see if the renderers array is empty and only show the message about using the templates default renderers if it isn't + ## 0.6.1 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 978e9c3a35..6b36729226 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.6.1", + "version": "0.6.2", "type": "module", "repository": { "type": "git", diff --git a/www/package.json b/www/package.json index 6f68f97cf3..318c34f14a 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.3" + "astro": "^0.20.4" } }