diff options
author | 2022-02-02 12:11:57 -0500 | |
---|---|---|
committer | 2022-02-02 12:11:57 -0500 | |
commit | e49f581bc23d3c115f61d4ad9830ebb8f792921f (patch) | |
tree | ac0d3914b2bab8b13eb9d48a6d1f755b7d0bca51 /examples/framework-alpine | |
parent | eecc996d7e578f8fe1bf1f77a943684cfee943e3 (diff) | |
download | astro-e49f581bc23d3c115f61d4ad9830ebb8f792921f.tar.gz astro-e49f581bc23d3c115f61d4ad9830ebb8f792921f.tar.zst astro-e49f581bc23d3c115f61d4ad9830ebb8f792921f.zip |
[ci] release (next) (#2523)astro@0.23.0-next.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-alpine')
-rw-r--r-- | examples/framework-alpine/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 7d91154a5..1706e6708 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.0" + "astro": "^0.23.0-next.1" } } |