From e7be67568511069864b46ea735bbade23ba0197b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 15:31:12 -0400 Subject: [PATCH] Version Packages (#609) Co-authored-by: github-actions[bot] --- .changeset/tame-cheetahs-yawn.md | 11 ----------- packages/create-astro/CHANGELOG.md | 12 ++++++++++++ packages/create-astro/package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/tame-cheetahs-yawn.md diff --git a/.changeset/tame-cheetahs-yawn.md b/.changeset/tame-cheetahs-yawn.md deleted file mode 100644 index f490a29cc1..0000000000 --- a/.changeset/tame-cheetahs-yawn.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'create-astro': patch ---- - -Allows using an external repo as a template - -You can do this with the `--template` flag: - -```bash -npm init astro my-shopify --template cassidoo/shopify-react-astro -``` \ No newline at end of file diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index c082541404..cd373af509 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,17 @@ # create-astro +## 0.3.5 + +### Patch Changes + +- d8ceff5: Allows using an external repo as a template + + You can do this with the `--template` flag: + + ```bash + npm init astro my-shopify --template cassidoo/shopify-react-astro + ``` + ## 0.3.4 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 8e6238df8c..9b50f4039d 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.3.4", + "version": "0.3.5", "type": "module", "repository": { "type": "git",