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-markdown-plugins | |
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-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index e12a9436e..2085838d4 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.14.1", - "astro": "^1.0.0-rc.8", + "@astrojs/markdown-remark": "^1.0.0", + "astro": "^1.0.0", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |