From 345900dd11c5394bb5db23ec6acdfe8ca665672d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 17:03:09 -0500 Subject: [PATCH] Version Packages (#1642) Co-authored-by: github-actions[bot] --- .changeset/short-islands-sparkle.md | 5 ----- packages/create-astro/CHANGELOG.md | 6 ++++++ packages/create-astro/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/short-islands-sparkle.md diff --git a/.changeset/short-islands-sparkle.md b/.changeset/short-islands-sparkle.md deleted file mode 100644 index 92d558574..000000000 --- a/.changeset/short-islands-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Changes create-astro to pull examples from the latest branch diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 0781e0cec..3150d0c47 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.6.6 + +### Patch Changes + +- d5fdeefe: Changes create-astro to pull examples from the latest branch + ## 0.6.5 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 8800deaf3..5de16ab8e 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.6.5", + "version": "0.6.6", "type": "module", "repository": { "type": "git",