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",