diff options
author | 2022-08-09 11:10:25 -0500 | |
---|---|---|
committer | 2022-08-09 11:10:25 -0500 | |
commit | 9f067dca27ba539c274ad282b744bafff684da81 (patch) | |
tree | cbaaf1218dec58835330cbc268ebbf5baff2ea08 /examples/framework-svelte | |
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 'examples/framework-svelte')
-rw-r--r-- | examples/framework-svelte/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 69593b183..439de97c0 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/svelte": "^0.5.1", - "astro": "^1.0.0-rc.8" + "@astrojs/svelte": "^1.0.0", + "astro": "^1.0.0" }, "dependencies": { "svelte": "^3.48.0" |