diff options
author | 2021-11-09 12:59:13 -0600 | |
---|---|---|
committer | 2021-11-09 12:59:13 -0600 | |
commit | 9763b255dd03557be3d87c3d4a023bacfe7307b6 (patch) | |
tree | c99b0062b118f4791a712e460026b6319ec5889d /examples/framework-react | |
parent | 69092fec06b5c63fbce825bca2001e263cf7c968 (diff) | |
download | astro-9763b255dd03557be3d87c3d4a023bacfe7307b6.tar.gz astro-9763b255dd03557be3d87c3d4a023bacfe7307b6.tar.zst astro-9763b255dd03557be3d87c3d4a023bacfe7307b6.zip |
Version Packages (next) (#1745)astro@0.21.0-next.2
* Version Packages (next)
* chore: update changelog
* chore: update CHANGELOG
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@skypack.dev>
Diffstat (limited to 'examples/framework-react')
-rw-r--r-- | examples/framework-react/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 055e88180..5cf569c03 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.1" + "astro": "^0.21.0-next.2" } } |