Skip to content

Version Packages (beta)#125

Merged
aaronmgdr merged 1 commit intomasterfrom
changeset-release/master
Feb 7, 2024
Merged

Version Packages (beta)#125
aaronmgdr merged 1 commit intomasterfrom
changeset-release/master

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Feb 7, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

master is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on master.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@celo/celocli@4.0.0-beta.1

Major Changes

  • #106 0a3a570 Thanks @aaronmgdr! - Remove the deprecated exchange:gold command. exchange:celo is a drop in replacement

Minor Changes

Patch Changes

  • Updated dependencies [45d156d, b34439a, 6b2e34c]:
    • @celo/wallet-hsm-azure@5.1.2-beta.0
    • @celo/contractkit@7.0.0-beta.2
    • @celo/utils@6.0.0-beta.0
    • @celo/explorer@5.0.8-beta.1
    • @celo/governance@5.0.9-beta.1
    • @celo/connect@5.1.2-beta.0
    • @celo/cryptographic-utils@5.0.7-beta.0
    • @celo/phone-utils@6.0.1-beta.0
    • @celo/wallet-ledger@5.1.2-beta.0
    • @celo/wallet-local@5.1.2-beta.0

@celo/contractkit@7.0.0-beta.2

Major Changes

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0-beta.0
    • @celo/connect@5.1.2-beta.0
    • @celo/wallet-local@5.1.2-beta.0

@celo/utils@6.0.0-beta.0

Major Changes

  • #105 6b2e34c Thanks @aaronmgdr! - Remove export compareBN

    This would have been used to sort BN.js numbers. Generic comparator functions are not really the scope of this library. Removing it allows the bn.js dependency to be removed too. If you were using this function it can be re-implemented as

    export function compareBN(a: BN, b: BN) {
      if (a.eq(b)) {
        return 0
      } else if (a.lt(b)) {
        return -1
      } else {
        return 1
      }
    }

@celo/connect@5.1.2-beta.0

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0-beta.0

@celo/cryptographic-utils@5.0.7-beta.0

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0-beta.0

@celo/explorer@5.0.8-beta.1

Patch Changes

  • Updated dependencies [b34439a, 6b2e34c]:
    • @celo/contractkit@7.0.0-beta.2
    • @celo/utils@6.0.0-beta.0
    • @celo/connect@5.1.2-beta.0

@celo/governance@5.0.9-beta.1

Patch Changes

  • Updated dependencies [b34439a, 6b2e34c]:
    • @celo/contractkit@7.0.0-beta.2
    • @celo/utils@6.0.0-beta.0
    • @celo/explorer@5.0.8-beta.1
    • @celo/connect@5.1.2-beta.0

@celo/keystores@5.0.7-beta.0

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0-beta.0
    • @celo/wallet-local@5.1.2-beta.0

@celo/phone-utils@6.0.1-beta.0

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0-beta.0

@celo/transactions-uri@5.0.7-beta.0

Patch Changes

  • Updated dependencies []:
    • @celo/connect@5.1.2-beta.0

@celo/wallet-base@5.1.2-beta.0

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0-beta.0
    • @celo/connect@5.1.2-beta.0

@celo/wallet-hsm-aws@5.1.2-beta.0

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0-beta.0
    • @celo/connect@5.1.2-beta.0
    • @celo/wallet-base@5.1.2-beta.0
    • @celo/wallet-remote@5.1.2-beta.0
    • @celo/wallet-hsm@5.1.2-beta.0

@celo/wallet-hsm-azure@5.1.2-beta.0

Patch Changes

@celo/wallet-hsm-gcp@5.1.2-beta.0

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0-beta.0
    • @celo/connect@5.1.2-beta.0
    • @celo/wallet-base@5.1.2-beta.0
    • @celo/wallet-remote@5.1.2-beta.0
    • @celo/wallet-hsm@5.1.2-beta.0

@celo/wallet-ledger@5.1.2-beta.0

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0-beta.0
    • @celo/connect@5.1.2-beta.0
    • @celo/wallet-base@5.1.2-beta.0
    • @celo/wallet-remote@5.1.2-beta.0

@celo/wallet-local@5.1.2-beta.0

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0-beta.0
    • @celo/connect@5.1.2-beta.0
    • @celo/wallet-base@5.1.2-beta.0

@celo/wallet-remote@5.1.2-beta.0

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0-beta.0
    • @celo/connect@5.1.2-beta.0
    • @celo/wallet-base@5.1.2-beta.0

@celo/wallet-rpc@5.1.2-beta.0

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0-beta.0
    • @celo/connect@5.1.2-beta.0
    • @celo/wallet-base@5.1.2-beta.0
    • @celo/wallet-remote@5.1.2-beta.0

@celo/wallet-hsm@5.1.2-beta.0

@github-actions github-actions Bot requested a review from a team as a code owner February 7, 2024 10:42
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Feb 7, 2024

@aaronmgdr aaronmgdr closed this Feb 7, 2024
@aaronmgdr aaronmgdr reopened this Feb 7, 2024
@aaronmgdr aaronmgdr enabled auto-merge (squash) February 7, 2024 12:07
@aaronmgdr aaronmgdr merged commit 14af256 into master Feb 7, 2024
@aaronmgdr aaronmgdr deleted the changeset-release/master branch February 7, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant