diff options
author | 2022-09-09 11:58:03 -0700 | |
---|---|---|
committer | 2022-09-09 14:58:03 -0400 | |
commit | 2737cabd10bb7859e45f653a3106a624b128e075 (patch) | |
tree | be539418f19342dec9755e1a1a23d8071e2d9fcf /examples/framework-svelte | |
parent | 07736f74c0ca0f8eee522271f163297676190d56 (diff) | |
download | astro-2737cabd10bb7859e45f653a3106a624b128e075.tar.gz astro-2737cabd10bb7859e45f653a3106a624b128e075.tar.zst astro-2737cabd10bb7859e45f653a3106a624b128e075.zip |
[ci] release (#4698)astro@1.2.0
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 e8c9df5d3..dbacbcb83 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,6 +12,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.1.8" + "astro": "^1.2.0" } } |