diff options
author | 2022-08-09 11:10:25 -0500 | |
---|---|---|
committer | 2022-08-09 11:10:25 -0500 | |
commit | 9f067dca27ba539c274ad282b744bafff684da81 (patch) | |
tree | cbaaf1218dec58835330cbc268ebbf5baff2ea08 /packages/create-astro | |
parent | 63d43e175453b946e2460f46af581384b77cee23 (diff) | |
download | astro-9f067dca27ba539c274ad282b744bafff684da81.tar.gz astro-9f067dca27ba539c274ad282b744bafff684da81.tar.zst astro-9f067dca27ba539c274ad282b744bafff684da81.zip |
Astro 1.0.0 (#4214)
* chore: remove changesets patch
* chore: add changesets
* chore: version packages
* chore: normalize formatting
* chore: update lockfile
* chore: fix codeblocks
* Update packages/astro/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/astro/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/astro/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* chore: fixup code samples
* chore: move v0.25 message out of note
Co-authored-by: Nate Moore <nate@astro.build>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Diffstat (limited to 'packages/create-astro')
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index c12d8328b..7205cd471 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,13 @@ # create-astro +## 1.0.0 + +### Major Changes + +- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/). + + **No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`! + ## 0.15.1 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 410823d9e..aee43f726 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.15.1", + "version": "1.0.0", "type": "module", "author": "withastro", "license": "MIT", |