summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-07-06 15:31:12 -0400
committerGravatar GitHub <noreply@github.com> 2021-07-06 15:31:12 -0400
commite7be67568511069864b46ea735bbade23ba0197b (patch)
tree897ceb1e408849b54e793eaea21e4e199d12bd2a /packages/create-astro
parentd8ceff5facbbe7d7b358c718e73c2cfaa31cae5a (diff)
downloadastro-e7be67568511069864b46ea735bbade23ba0197b.tar.gz
astro-e7be67568511069864b46ea735bbade23ba0197b.tar.zst
astro-e7be67568511069864b46ea735bbade23ba0197b.zip
Version Packages (#609)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/create-astro')
-rw-r--r--packages/create-astro/CHANGELOG.md12
-rw-r--r--packages/create-astro/package.json2
2 files changed, 13 insertions, 1 deletions
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",