diff options
author | 2023-07-24 02:09:11 -0700 | |
---|---|---|
committer | 2023-07-24 17:09:11 +0800 | |
commit | e80896a67c08c1c7916417d2f385a185c773d97e (patch) | |
tree | 6b7d4501f6f97ebbf98356a6450ac802867b98ea /examples/basics | |
parent | 3567afac4411c1054a5e999dd692e6d079825b4a (diff) | |
download | astro-e80896a67c08c1c7916417d2f385a185c773d97e.tar.gz astro-e80896a67c08c1c7916417d2f385a185c773d97e.tar.zst astro-e80896a67c08c1c7916417d2f385a185c773d97e.zip |
[ci] release (#7763)astro@2.9.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/basics')
-rw-r--r-- | examples/basics/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 43fc7bb5f..6065c20be 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.9.1" + "astro": "^2.9.2" } } |