diff options
author | 2022-08-09 11:10:25 -0500 | |
---|---|---|
committer | 2022-08-09 11:10:25 -0500 | |
commit | 9f067dca27ba539c274ad282b744bafff684da81 (patch) | |
tree | cbaaf1218dec58835330cbc268ebbf5baff2ea08 /examples/with-mdx | |
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/with-mdx')
-rw-r--r-- | examples/with-mdx/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 36efe4fd4..558b8f2bd 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/mdx": "^0.8.0", - "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.8", + "@astrojs/mdx": "^0.8.1", + "@astrojs/preact": "^1.0.0", + "astro": "^1.0.0", "preact": "^10.6.5" } } |