diff options
author | 2022-06-24 16:05:02 -0400 | |
---|---|---|
committer | 2022-06-24 16:05:02 -0400 | |
commit | 67b5aa4ca48b7dc3441cb83cbbf598affe5b640f (patch) | |
tree | c680a4ef8a88356eadeae1df2643f0379af50b89 /examples/with-markdown | |
parent | 47c81effa69fb5d7f1e576f88c27d5071f1888e3 (diff) | |
download | astro-67b5aa4ca48b7dc3441cb83cbbf598affe5b640f.tar.gz astro-67b5aa4ca48b7dc3441cb83cbbf598affe5b640f.tar.zst astro-67b5aa4ca48b7dc3441cb83cbbf598affe5b640f.zip |
[ci] release (#3701)astro@1.0.0-beta.55@astrojs/cloudflare@0.2.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown')
-rw-r--r-- | examples/with-markdown/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index e3c7c0a4c..e0b5c3b3e 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^0.2.0", "@astrojs/svelte": "^0.2.0", "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.54" + "astro": "^1.0.0-beta.55" }, "dependencies": { "preact": "^10.7.3", |