diff options
author | 2023-08-11 08:14:20 -0700 | |
---|---|---|
committer | 2023-08-11 11:14:20 -0400 | |
commit | 40efae65501fc79c281e34b5af912bf837b7105b (patch) | |
tree | 8a6b834647f9e6b2b36aceaaf47397cba8ac51e7 /examples/framework-svelte | |
parent | 866ed4098edffb052239cdb26e076cf8db61b1d9 (diff) | |
download | astro-40efae65501fc79c281e34b5af912bf837b7105b.tar.gz astro-40efae65501fc79c281e34b5af912bf837b7105b.tar.zst astro-40efae65501fc79c281e34b5af912bf837b7105b.zip |
[ci] release (beta) (#7952)astro@3.0.0-beta.1@astrojs/vercel@4.0.0-beta.1@astrojs/telemetry@3.0.0-beta.1@astrojs/solid-js@3.0.0-beta.1@astrojs/react@3.0.0-beta.1@astrojs/preact@3.0.0-beta.1@astrojs/netlify@3.0.0-beta.1@astrojs/cloudflare@7.0.0-beta.1
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 b7a31c466..3ac0d0dc4 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^4.0.0-beta.0", - "astro": "^3.0.0-beta.0", + "astro": "^3.0.0-beta.1", "svelte": "^3.59.1" } } |