2021-06-08 10:23:33 -05:00
|
|
|
# create-astro
|
|
|
|
|
2021-07-08 13:40:42 -05:00
|
|
|
## 0.5.0
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
- 36e104b: Use new client: prefix for component exmaples
|
|
|
|
|
2021-07-07 16:36:13 -05:00
|
|
|
## 0.4.0
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
- 5d5d67c: Update `create-astro` to handle framework-specific logic based on user preference
|
|
|
|
|
2021-07-06 14:31:12 -05:00
|
|
|
## 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
|
|
|
|
```
|
|
|
|
|
2021-06-22 14:01:33 -05:00
|
|
|
## 0.3.4
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- b0e41ea: fix small output bugs
|
|
|
|
|
2021-06-16 13:12:05 -05:00
|
|
|
## 0.3.3
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- f9f2da4: Add repository key to package.json for create-astro
|
|
|
|
|
2021-06-14 07:43:03 -05:00
|
|
|
## 0.3.2
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- ab2972b: Update package.json engines for esm support
|
|
|
|
|
2021-06-08 11:58:50 -05:00
|
|
|
## 0.3.1
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- d6a7349: fix issue with empty prompt
|
|
|
|
|
2021-06-08 10:23:33 -05:00
|
|
|
## 0.3.0
|
2021-06-08 10:24:57 -05:00
|
|
|
|
2021-06-08 10:23:33 -05:00
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
- 6bca7c8: Redesigned create-astro internals
|
|
|
|
- 6bca7c8: New UI
|