Skip to content

Releases: MetaMask/snap-simple-keyring

2.1.1

06 May 20:38
6793b2d

Choose a tag to compare

@metamask/snap-simple-keyring-site

Changed

  • Bump bundled snap version reference from @metamask/snap-simple-keyring-snap@2.0.1 to @metamask/snap-simple-keyring-snap@2.1.0 (#178)
    • The site embeds the snap's package.json version at build time, so this republish is required for consumers to install the new snap version through the dapp.

2.1.0

06 May 13:37
dc09b4b

Choose a tag to compare

@metamask/snap-simple-keyring-snap

Added

  • Implement keyring_setSelectedAccounts and keyring_resolveAccountAddress (#176)
    • Required for compatibility with @metamask/eth-snap-keyring@^22, which invokes these methods when MetaMask switches the active account or needs to resolve the signer for a request.
  • Allow the metamask origin to call keyring_createAccount, keyring_resolveAccountAddress, and keyring_setSelectedAccounts (#176)

2.0.1

04 May 14:30
1288dc7

Choose a tag to compare

@metamask/snap-simple-keyring-site

Changed

  • Bump @metamask/keyring-api from ^8.1.3 to ^23.1.0 (#169, #173)
  • Bump @metamask/keyring-snap-client from ^8.0.0 to ^9.0.2 (#173)
  • Bump @metamask/providers from ^13.0.0 to ^19.0.0 (#173)
  • Use new font Geist (#172)

@metamask/snap-simple-keyring-snap

Changed

  • Bump @metamask/keyring-api from ^8.1.3 to ^23.1.0 (#169, #173)
  • Add @metamask/keyring-snap-sdk@^7.0.0 (#169)
    • Some code that the snap was relying on was moved from @metamask/keyring-api to @metamask/keyring-snap-sdk.
  • Bump @metamask/keyring-snap-sdk from ^7.0.0 to ^9.0.1 (#173)
  • Bump @metamask/snaps-sdk from 6.19.0 to ^11.1.0 (#169, #173)
    • platformVersion in snap.manifest.json is updated from 7.1.0 to 11.1.0 to match.
  • Bump @metamask/utils from ^8.1.0 to ^11.11.0 (#173)

2.0.0

02 Oct 14:33
40966a4

Choose a tag to compare

@metamask/snap-simple-keyring-site

Changed

  • Make @metamask/snap-simple-keyring-site publishable (#163, #166)
  • Use new CentraNo1 font (#160)
  • Bump crypto-browserify@^3.12.1 + snaps-* (#159)

@metamask/snap-simple-keyring-snap

Changed

  • Bump crypto-browserify@^3.12.1 + snaps-* (#159)

1.1.6

26 Sep 14:09
1e57a57

Choose a tag to compare

@metamask/snap-simple-keyring-site

Changed

  • Bump @metamask/keyring-api from ^1.0.0-rc.1 to ^8.1.3 (#155)
    • This version is now built slightly differently and is part of the accounts monorepo.

@metamask/snap-simple-keyring-snap

Changed

  • Bump @metamask/keyring-api from ^8.1.0 to ^8.1.3 (#155)
    • This version is now built slightly differently and is part of the accounts monorepo.

1.1.5

06 Sep 16:52
42b1258

Choose a tag to compare

@metamask/snap-simple-keyring-snap

Added

  • Add "metamask.github.io" to allowedOrigins list in the endowment:keyring (#153)

1.1.4

04 Sep 21:17
35b10f6

Choose a tag to compare

@metamask/snap-simple-keyring-snap

Added

  • Allow the origin metamask.github.io to call snap methods (#151).

Fixed

  • Moved build-preinstalled-snap.js script inside snap package and fixed bundle paths for pre installed snaps (#150)

1.1.3

03 Sep 23:15
949a184

Choose a tag to compare

@metamask/snap-simple-keyring-snap

Added

  • Include preinstalled-snap.json in release (#148).
  • Script to generate preinstalled-snap.json (#146).

1.1.2

12 Aug 19:28
6af8420

Choose a tag to compare

@metamask/snap-simple-keyring-site

Changed

  • Hardcode light mode (#138)

@metamask/snap-simple-keyring-snap

Added

  • Add account name suggestion to "notify:accountCreated" event (#144)

1.1.1

19 Dec 00:02
444da8a

Choose a tag to compare

@metamask/snap-simple-keyring-site

Changed

  • Add ID for E2E test (#130)

@metamask/snap-simple-keyring-snap

Changed

  • Remove unused snap_dialog permission (#127)