Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MetaMask/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.1.0
Choose a base ref
...
head repository: MetaMask/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.0.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on May 24, 2021

  1. Bump @metamask/auto-changelog from 2.0.1 to 2.1.0 (#475)

    Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 2.0.1 to 2.1.0.
    - [Release notes](https://github.com/MetaMask/auto-changelog/releases)
    - [Changelog](https://github.com/MetaMask/auto-changelog/blob/main/CHANGELOG.md)
    - [Commits](MetaMask/auto-changelog@v2.0.1...v2.1.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 24, 2021
    Configuration menu
    Copy the full SHA
    121d965 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. fix state conversion rate issue (#465)

    * fix state conversion rate issue
    
    * applying feedback
    
    * revert tests
    
    * adding test coverage
    
    * adding comments, tweaking function signatures
    
    * adjust empty string condition
    adonesky1 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    96e33f7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. v10.0.0 (#477)

    This release includes a single bug fix. It's breaking because the fix
    included a change in the type of the `conversionRate` state.
    Gudahtt committed May 26, 2021
    Configuration menu
    Copy the full SHA
    2468134 View commit details
    Browse the repository at this point in the history
Loading