diff options
author | 2023-08-29 07:58:09 -0700 | |
---|---|---|
committer | 2023-08-29 10:58:09 -0400 | |
commit | 6f47c6c919724a071d0d1896a7cde6adbe7c079e (patch) | |
tree | 14a26edf3c71031611effb7ca5ad2391e1df509b /examples/hackernews | |
parent | 51e67e0ab0e6af4f35bda4db8bf0f609c2d8e7c4 (diff) | |
download | astro-6f47c6c919724a071d0d1896a7cde6adbe7c079e.tar.gz astro-6f47c6c919724a071d0d1896a7cde6adbe7c079e.tar.zst astro-6f47c6c919724a071d0d1896a7cde6adbe7c079e.zip |
[ci] release (rc) (#8256)astro@3.0.0-rc.9@astrojs/vue@3.0.0-rc.2@astrojs/telemetry@3.0.0-rc.4@astrojs/svelte@4.0.0-rc.3@astrojs/solid-js@3.0.0-rc.4@astrojs/react@3.0.0-rc.6@astrojs/preact@3.0.0-rc.3
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 ff243bc21..4cbd7a572 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^6.0.0-rc.1", - "astro": "^3.0.0-rc.8" + "astro": "^3.0.0-rc.9" } } |