diff options
author | 2021-12-03 16:29:11 -0600 | |
---|---|---|
committer | 2021-12-03 16:29:11 -0600 | |
commit | fe11bdb5f76e855f1e0016b972492ae759747355 (patch) | |
tree | e9112b0c897ef48423fad5e1981bebb20b374fd6 /examples/framework-solid | |
parent | 8346a1f2b9e38d68788e0c6dc62f872a46ebe8a7 (diff) | |
download | astro-fe11bdb5f76e855f1e0016b972492ae759747355.tar.gz astro-fe11bdb5f76e855f1e0016b972492ae759747355.tar.zst astro-fe11bdb5f76e855f1e0016b972492ae759747355.zip |
chore: release (#2118)astro@0.21.10
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-solid')
-rw-r--r-- | examples/framework-solid/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 4457e8dbf..fc2ffcab7 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.1", - "astro": "^0.21.9" + "astro": "^0.21.10" } } |