diff options
author | 2022-02-16 08:49:12 -0600 | |
---|---|---|
committer | 2022-02-16 08:49:12 -0600 | |
commit | ebe7f4d0ae53f8f5d1165f1e052b17a449666683 (patch) | |
tree | cdc1302cb193c1c6fba77d8da67620620cef8110 /examples/framework-svelte | |
parent | 085468e949f1d6e9e19bd7039574b586a78e7601 (diff) | |
download | astro-ebe7f4d0ae53f8f5d1165f1e052b17a449666683.tar.gz astro-ebe7f4d0ae53f8f5d1165f1e052b17a449666683.tar.zst astro-ebe7f4d0ae53f8f5d1165f1e052b17a449666683.zip |
[ci] release (next) (#2580)astro@0.23.0-next.7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r-- | examples/framework-svelte/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index e731ec3b1..f76759878 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.6" + "astro": "^0.23.0-next.7" } } |