From 9cf7ca10293334308e9366120108bc8a95ac2a85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 10:49:20 -0400 Subject: [PATCH] Version Packages (#951) Co-authored-by: github-actions[bot] --- .changeset/fair-cameras-draw.md | 5 ----- .changeset/friendly-hotels-explode.md | 5 ----- .changeset/red-falcons-brush.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/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 | 7 +++++++ 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(+), 35 deletions(-) delete mode 100644 .changeset/fair-cameras-draw.md delete mode 100644 .changeset/friendly-hotels-explode.md delete mode 100644 .changeset/red-falcons-brush.md diff --git a/.changeset/fair-cameras-draw.md b/.changeset/fair-cameras-draw.md deleted file mode 100644 index 317283825..000000000 --- a/.changeset/fair-cameras-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Exclude remote srcset URLs diff --git a/.changeset/friendly-hotels-explode.md b/.changeset/friendly-hotels-explode.md deleted file mode 100644 index 85de23643..000000000 --- a/.changeset/friendly-hotels-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': minor ---- - -forced degit template extraction in case of non empty installation directory diff --git a/.changeset/red-falcons-brush.md b/.changeset/red-falcons-brush.md deleted file mode 100644 index a853e08f7..000000000 --- a/.changeset/red-falcons-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Makes Astro.request available in Astro components diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 042d64d2c..532513579 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/blog/package.json b/examples/blog/package.json index 77ed223c6..56b193e5d 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/docs/package.json b/examples/docs/package.json index a9023a9b6..1ef9c19be 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 752d0b51d..c798597c3 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.1.0", - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index d97451c7a..5377db1a7 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index ef04107b4..dfadbf0fa 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 45f85dc3e..16516c35f 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index b141575ef..03a69dd55 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5", + "astro": "^0.18.6", "@astrojs/renderer-solid": "0.1.0" }, "snowpack": { diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 720b5f766..dc5d6392d 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 19215c2fe..756d44e1a 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index d4d682f88..68be3a2bb 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json index a9dd0f7c5..367159eac 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@contentful/rich-text-html-renderer": "^14.1.2", "@contentful/rich-text-types": "^14.1.2", - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/starter/package.json b/examples/starter/package.json index da9dc7479..6992c9dcd 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index b64145c39..867690a46 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5", + "astro": "^0.18.6", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 7eec2b7fa..a1476305e 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index edf4536ec..d2b3a553a 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5" + "astro": "^0.18.6" }, "dependencies": { "nanostores": "^0.3.3" diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 189751767..3f40f0b19 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "tailwindcss": "^2.1.2", - "astro": "^0.18.5" + "astro": "^0.18.6" }, "snowpack": { "workspaceRoot": "../.." diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 58a914435..71566894b 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,12 @@ # astro +## 0.18.6 + +### Patch Changes + +- 27672096: Exclude remote srcset URLs +- 03349560: Makes Astro.request available in Astro components + ## 0.18.5 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index efa817455..16ca4cee2 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.18.5", + "version": "0.18.6", "author": "Skypack", "license": "MIT", "type": "module", diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 409e183b9..730eff143 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.6.0 + +### Minor Changes + +- cf4c97cf: forced degit template extraction in case of non empty installation directory + ## 0.5.2 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 502920856..1dea2f035 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.5.2", + "version": "0.6.0", "type": "module", "repository": { "type": "git", diff --git a/www/package.json b/www/package.json index 11c3d7ada..c550aacdc 100644 --- a/www/package.json +++ b/www/package.json @@ -7,6 +7,6 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.5" + "astro": "^0.18.6" } }