diff options
author | 2022-02-28 16:15:09 -0600 | |
---|---|---|
committer | 2022-02-28 16:15:09 -0600 | |
commit | 9cc6f2694691b66c6e79c9e9e7abb3926a40eadb (patch) | |
tree | 5cf0c0c7b1536e77b1555eda9d2bba6e3241f397 /examples/framework-multiple | |
parent | 329146f3c1e5e82bf83b788ace6660f39fb927d8 (diff) | |
download | astro-9cc6f2694691b66c6e79c9e9e7abb3926a40eadb.tar.gz astro-9cc6f2694691b66c6e79c9e9e7abb3926a40eadb.tar.zst astro-9cc6f2694691b66c6e79c9e9e7abb3926a40eadb.zip |
[ci] release (#2683)astro@0.23.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 7a0290074..23deb45ae 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.4.0", - "astro": "^0.23.2" + "astro": "^0.23.3" } } |