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-multiple | |
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-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index b9a7b1ddf..f27d03dc6 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0-next.0", - "astro": "^0.21.0-next.1" + "astro": "^0.21.0-next.2" } } |