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>
This commit is contained in:
Nate Moore
2022-08-09 11:10:25 -05:00
committed by GitHub
parent 63d43e1754
commit 9f067dca27
77 changed files with 406 additions and 192 deletions

View File

@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/vue": "^0.5.0",
"astro": "^1.0.0-rc.8"
"@astrojs/vue": "^1.0.0",
"astro": "^1.0.0"
},
"dependencies": {
"vue": "^3.2.37"