summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/tame-cheetahs-yawn.md11
-rw-r--r--packages/create-astro/CHANGELOG.md12
-rw-r--r--packages/create-astro/package.json2
3 files changed, 13 insertions, 12 deletions
diff --git a/.changeset/tame-cheetahs-yawn.md b/.changeset/tame-cheetahs-yawn.md
deleted file mode 100644
index f490a29cc..000000000
--- 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 c08254140..cd373af50 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 8e6238df8..9b50f4039 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",