From 3aa75c741b7d29e5da829bb61ed87b9aa6e3bd27 Mon Sep 17 00:00:00 2001 From: Arthur Gousset <46296830+arthurgousset@users.noreply.github.com> Date: Thu, 16 May 2024 16:57:54 +0100 Subject: [PATCH] Enter Beta Mode (#242) --- .changeset/pre.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .changeset/pre.json diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..1e47c5b08 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,30 @@ +{ + "mode": "pre", + "tag": "beta", + "initialVersions": { + "@celo/celocli": "5.0.0", + "@celo/dev-utils": "0.0.3", + "@celo/base": "6.0.1", + "@celo/connect": "5.3.0", + "@celo/contractkit": "8.0.0", + "@celo/cryptographic-utils": "5.0.8", + "@celo/explorer": "5.0.10", + "@celo/governance": "5.1.1", + "@celo/keystores": "5.0.9", + "@celo/network-utils": "5.0.6", + "@celo/phone-utils": "6.0.2", + "@celo/transactions-uri": "5.0.9", + "@celo/utils": "6.0.1", + "@celo/wallet-base": "5.2.0", + "@celo/wallet-hsm": "5.2.0", + "@celo/wallet-hsm-aws": "5.2.0", + "@celo/wallet-hsm-azure": "5.2.0", + "@celo/wallet-hsm-gcp": "5.2.0", + "@celo/wallet-ledger": "5.2.0", + "@celo/wallet-local": "5.2.0", + "@celo/wallet-remote": "5.2.0", + "@celo/wallet-rpc": "5.2.0", + "@celo/typescript": "0.0.1" + }, + "changesets": [] +}