From 4baf0a79e01cafb78f19221ed5a56963410bdf5d Mon Sep 17 00:00:00 2001 From: Aaron DeRuvo Date: Tue, 27 Feb 2024 15:08:41 +0200 Subject: [PATCH] turn on beta mode (#159) Co-authored-by: Aaron --- .changeset/pre.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .changeset/pre.json diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..927eae115 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,29 @@ +{ + "mode": "pre", + "tag": "beta", + "initialVersions": { + "@celo/celocli": "4.0.0", + "@celo/base": "6.0.0", + "@celo/connect": "5.1.2", + "@celo/contractkit": "7.0.0", + "@celo/cryptographic-utils": "5.0.7", + "@celo/explorer": "5.0.8", + "@celo/governance": "5.0.9", + "@celo/keystores": "5.0.7", + "@celo/network-utils": "5.0.5", + "@celo/phone-utils": "6.0.1", + "@celo/transactions-uri": "5.0.7", + "@celo/utils": "6.0.0", + "@celo/wallet-base": "5.1.2", + "@celo/wallet-hsm": "5.1.2", + "@celo/wallet-hsm-aws": "5.1.2", + "@celo/wallet-hsm-azure": "5.1.2", + "@celo/wallet-hsm-gcp": "5.1.2", + "@celo/wallet-ledger": "5.1.2", + "@celo/wallet-local": "5.1.2", + "@celo/wallet-remote": "5.1.2", + "@celo/wallet-rpc": "5.1.2", + "@celo/typescript": "0.0.1" + }, + "changesets": [] +}