diff options
author | 2023-01-23 16:30:21 -0500 | |
---|---|---|
committer | 2023-01-23 16:30:21 -0500 | |
commit | 8c03c76923803aa19238da0149906070174b3668 (patch) | |
tree | f542be837b1d0bdf72969610e06390310d96c222 | |
parent | a75177f843ad3ab5122b29b72f6f2b3c753bdd9f (diff) | |
download | astro-8c03c76923803aa19238da0149906070174b3668.tar.gz astro-8c03c76923803aa19238da0149906070174b3668.tar.zst astro-8c03c76923803aa19238da0149906070174b3668.zip |
Exit pre mode (#5947)
-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 9203105fa..6035129f3 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -1,5 +1,5 @@ { - "mode": "pre", + "mode": "exit", "tag": "beta", "initialVersions": { "@example/basics": "0.0.1", |