Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #137

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Version Packages #137

merged 3 commits into from
Feb 13, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 13, 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.

Releases

@celo/[email protected]

Major Changes

Minor Changes

Patch Changes

@celo/[email protected]

Major Changes

Patch Changes

  • #57 8fb6c76 Thanks @aaronmgdr! - Re-removes MetaTransaction wallets, as previously removed in 6.0.0 (9ab9d00).

    Remove support for deprecated MetaTransactionWallet and MetaTransactionWalletDeployer. If absolutely needed the contracts can be accessed directly or an alternative such as account abstraction should be used.

  • #56 7dfbcd6 Thanks @aaronmgdr! - Re-removes grandamento

    While 6.0.0 (9ab9d00) previously removed grandamento it was added back temporarily because @celo/celocli required the wrappers to be available in order to execute the proposal to remove it from governance. It is now gone for good. RIP.

    Due to previous removal this is not considered a breaking change.

  • Updated dependencies [6b2e34c]:

@celo/[email protected]

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/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

Patch Changes

@celo/[email protected]

@github-actions github-actions bot requested a review from a team as a code owner February 13, 2024 12:34
@aaronmgdr aaronmgdr enabled auto-merge (squash) February 13, 2024 12:43
@aaronmgdr aaronmgdr closed this Feb 13, 2024
auto-merge was automatically disabled February 13, 2024 12:47

Pull request was closed

@aaronmgdr aaronmgdr reopened this Feb 13, 2024
@aaronmgdr aaronmgdr enabled auto-merge (squash) February 13, 2024 12:47
@aaronmgdr aaronmgdr merged commit bbeb5ae into master Feb 13, 2024
28 checks passed
@aaronmgdr aaronmgdr deleted the changeset-release/master branch February 13, 2024 15:28
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