diff options
author | 2023-11-28 06:53:42 -0800 | |
---|---|---|
committer | 2023-11-28 09:53:42 -0500 | |
commit | 4ded9cd1bc037f109251545e15cb8704b693b406 (patch) | |
tree | ec180e23b4d061aeb767a1cf6e15357850661246 /examples/hackernews | |
parent | 000e8f4654cae9982e21e0a858366c4844139db6 (diff) | |
download | astro-4ded9cd1bc037f109251545e15cb8704b693b406.tar.gz astro-4ded9cd1bc037f109251545e15cb8704b693b406.tar.zst astro-4ded9cd1bc037f109251545e15cb8704b693b406.zip |
[ci] release (beta) (#9211)astro@4.0.0-beta.1@astrojs/upgrade@0.1.0-beta.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/hackernews')
-rw-r--r-- | examples/hackernews/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 903a178e3..5c1ad557f 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^7.0.0-beta.0", - "astro": "^4.0.0-beta.0" + "astro": "^4.0.0-beta.1" } } |