diff options
author | 2021-10-22 16:04:12 -0400 | |
---|---|---|
committer | 2021-10-22 16:04:12 -0400 | |
commit | 46d8c64a92f3d4455b2372a992611d7581261a6c (patch) | |
tree | 4ef002a59ace5865e8c8ef7837157adfbc2d657d | |
parent | 28f00566cac7688bd4b958656e1374c4e41be201 (diff) | |
download | astro-46d8c64a92f3d4455b2372a992611d7581261a6c.tar.gz astro-46d8c64a92f3d4455b2372a992611d7581261a6c.tar.zst astro-46d8c64a92f3d4455b2372a992611d7581261a6c.zip |
Version Packages (#1637)create-astro@0.6.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/slow-panthers-punch.md | 5 | ||||
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/.changeset/slow-panthers-punch.md b/.changeset/slow-panthers-punch.md deleted file mode 100644 index 1bc0cd1bc..000000000 --- a/.changeset/slow-panthers-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Updates create-astro to use the latest branch diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 171406d26..bdfb708b3 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.6.4 + +### Patch Changes + +- 28f00566: Updates create-astro to use the latest branch + ## 0.6.3 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 47140fdcd..575d14400 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.6.3", + "version": "0.6.4", "type": "module", "repository": { "type": "git", |