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 (contracts-11-pre) #123

Merged

Conversation

github-actions[bot]
Copy link
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 prerelease/contracts-11, this PR will be updated.

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

prerelease/contracts-11 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 prerelease/contracts-11.

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

Releases

@celo/[email protected]

Major Changes

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

Minor Changes

Patch Changes

@celo/[email protected]

Major Changes

Patch Changes

@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 7, 2024 09:58
@aaronmgdr aaronmgdr merged commit 1924190 into prerelease/contracts-11 Feb 7, 2024
3 checks passed
@aaronmgdr aaronmgdr deleted the changeset-release/prerelease/contracts-11 branch February 7, 2024 10:02
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