summaryrefslogtreecommitdiff
path: root/examples/docs
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-08-09 11:10:25 -0500
committerGravatar GitHub <noreply@github.com> 2022-08-09 11:10:25 -0500
commit9f067dca27ba539c274ad282b744bafff684da81 (patch)
treecbaaf1218dec58835330cbc268ebbf5baff2ea08 /examples/docs
parent63d43e175453b946e2460f46af581384b77cee23 (diff)
downloadastro-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/docs')
-rw-r--r--examples/docs/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json
index f73684921..7439a843b 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -19,8 +19,8 @@
"react-dom": "^18.1.0"
},
"devDependencies": {
- "@astrojs/preact": "^0.5.2",
- "@astrojs/react": "^0.4.3",
- "astro": "^1.0.0-rc.8"
+ "@astrojs/preact": "^1.0.0",
+ "@astrojs/react": "^1.0.0",
+ "astro": "^1.0.0"
}
}