Version Packages (#331)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a7594cfcdf
commit
955be013b2
4 changed files with 8 additions and 11 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'create-astro': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Redesigned create-astro internals
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'create-astro': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
New UI
|
|
7
packages/create-astro/CHANGELOG.md
Normal file
7
packages/create-astro/CHANGELOG.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# create-astro
|
||||||
|
|
||||||
|
## 0.3.0
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 6bca7c8: Redesigned create-astro internals
|
||||||
|
- 6bca7c8: New UI
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "create-astro",
|
"name": "create-astro",
|
||||||
"version": "0.2.2",
|
"version": "0.3.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./create-astro.js"
|
".": "./create-astro.js"
|
||||||
|
|
Loading…
Add table
Reference in a new issue