diff options
author | 2023-08-30 09:20:49 +0100 | |
---|---|---|
committer | 2023-08-30 09:20:49 +0100 | |
commit | c2d92dc293bc5d3e2d9840fcf05cc6fa90b01327 (patch) | |
tree | 2f06b5081ba1c77ef6fd9d3de10ade05bdabd916 | |
parent | 264bbba4e0fb514c5c7c5f9a8289a17619a46fab (diff) | |
download | astro-c2d92dc293bc5d3e2d9840fcf05cc6fa90b01327.tar.gz astro-c2d92dc293bc5d3e2d9840fcf05cc6fa90b01327.tar.zst astro-c2d92dc293bc5d3e2d9840fcf05cc6fa90b01327.zip |
chore: exit from `next` mode (#8278)
-rw-r--r-- | .changeset/pre.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.changeset/pre.json b/.changeset/pre.json index 65f614f2a..c08c9984e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -1,5 +1,5 @@ { - "mode": "pre", + "mode": "exit", "tag": "rc", "initialVersions": { "astro": "2.9.6", |