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 (beta) #125

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Version Packages (beta) #125

merged 1 commit into from
Feb 7, 2024

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 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/[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 10:42
Copy link

socket-security bot commented Feb 7, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@celo/[email protected] Transitive: environment, filesystem, network +103 17.2 MB aaron-clabs, alecps, app-tooling, ...6 more
npm/@celo/[email protected] Transitive: environment, eval, filesystem, network +92 16.6 MB aaron-clabs, alecps, app-tooling, ...6 more
npm/@celo/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +395 56.1 MB aaron-clabs, alecps, app-tooling, ...6 more
npm/@celo/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +359 47.1 MB aaron-clabs, alecps, app-tooling, ...6 more

View full report↗︎

@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
18 checks passed
@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