diff options
author | 2023-01-23 13:11:39 -0800 | |
---|---|---|
committer | 2023-01-23 16:11:39 -0500 | |
commit | a75177f843ad3ab5122b29b72f6f2b3c753bdd9f (patch) | |
tree | 604e6999deab191d45c81e5cac82886cbd0f22b5 /examples/hackernews | |
parent | c61ec4202a025868713f7e5050e72b8882c44d43 (diff) | |
download | astro-a75177f843ad3ab5122b29b72f6f2b3c753bdd9f.tar.gz astro-a75177f843ad3ab5122b29b72f6f2b3c753bdd9f.tar.zst astro-a75177f843ad3ab5122b29b72f6f2b3c753bdd9f.zip |
[ci] release (beta) (#5911)create-astro@2.0.0-beta.1astro@2.0.0-beta.4@astrojs/webapi@2.0.0-beta.1@astrojs/tailwind@3.0.0-beta.2@astrojs/svelte@2.0.0-beta.3@astrojs/partytown@1.0.3-beta.1@astrojs/netlify@2.0.0-beta.4@astrojs/image@0.12.2-beta.1
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 17d49c71c..7a9ae9c66 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -13,6 +13,6 @@ }, "dependencies": { "@astrojs/node": "^5.0.0-beta.1", - "astro": "^2.0.0-beta.3" + "astro": "^2.0.0-beta.4" } } |