mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Version Packages (#609)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
d8ceff5fac
commit
e7be675685
3 changed files with 13 additions and 12 deletions
|
@ -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
|
||||
```
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-astro",
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue