astro/packages/create-astro/CHANGELOG.md
Drew Powers a0055bd985
Create astro fixes (#267)
* Remove create-astro from workspace

* Improve contrast ratio

* Swap blank template for blog template

* Remove counter components from blog template

* Use `latest` astro version
2021-05-28 10:06:22 -06:00

35 lines
613 B
Markdown

# create-astro
## 0.2.0
### Minor Changes
- ✨ New template: Blog
### Patch Changes
- Bugfix: Template selection spacing
- Bugfix: Getting Started template font display in Firefox
- Bugfix: CLI contrast improvement
- All templates: more readable Astro config
## 0.1.2
### Patch Changes
- Rename the `--run` option to `--skip-install` for clarity.
- Bugfix: `npm init astro` on npm v7
## 0.1.1
### Patch Changes
- Update template dependencies
## 0.1.0
### Minor Changes
- ed63132: Added **interactive mode** with a fesh new UI.
Included a new **blank** starter to get up and running even faster.