@metamask-previews/eth-qr-keyring 2.1.0-de887b2 → 2.1.0-e51c895

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Changed
11
+
12
+ - Bump `@metamask/keyring-api` from `^23.1.0` to `^23.3.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569))
13
+ - Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.2.0` ([#562](https://github.com/MetaMask/accounts/pull/562))
14
+
10
15
  ## [2.1.0]
11
16
 
12
17
  ### Added
@@ -41,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
46
 
42
47
  ### Added
43
48
 
44
- - Add `QrKeyringV2` class implementing `KeyringV2` interface ([#411](https://github.com/MetaMask/accounts/pull/411)), ([#447](https://github.com/MetaMask/accounts/pull/447)), ([#451](https://github.com/MetaMask/accounts/pull/451)), ([#453](https://github.com/MetaMask/accounts/pull/453)), ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#487](https://github.com/MetaMask/accounts/pull/487)), ([#496](https://github.com/MetaMask/accounts/pull/496)), ([#509](https://github.com/MetaMask/accounts/pull/509))
49
+ - Add `QrKeyringV2` class implementing `KeyringV2` interface ([#411](https://github.com/MetaMask/accounts/pull/411), [#447](https://github.com/MetaMask/accounts/pull/447), [#451](https://github.com/MetaMask/accounts/pull/451), [#453](https://github.com/MetaMask/accounts/pull/453), [#478](https://github.com/MetaMask/accounts/pull/478), [#482](https://github.com/MetaMask/accounts/pull/482), [#487](https://github.com/MetaMask/accounts/pull/487), [#496](https://github.com/MetaMask/accounts/pull/496), [#509](https://github.com/MetaMask/accounts/pull/509))
45
50
  - Add new dependency `@metamask/keyring-api@22.0.0`.
46
51
  - Add new dependency `@metamask/keyring-sdk@1.2.0`.
47
52
  - Add new dependency `@metamask/account-api@1.0.1`.
@@ -55,7 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
60
  - **BREAKING:** Rename and move `QrKeyringV2`, `QrKeyringV2Options`, and `QrAccountModeCreateOptions` to the new `./v2` subpath export ([#513](https://github.com/MetaMask/accounts/pull/513))
56
61
  - `QrKeyringV2` is now `QrKeyring` from `@metamask/eth-qr-keyring/v2`.
57
62
  - `QrKeyringV2Options` is now `QrKeyringOptions` from `@metamask/eth-qr-keyring/v2`.
58
- - Bump `@metamask/utils` from `^11.1.0` to `^11.11.0` ([#489](https://github.com/MetaMask/accounts/pull/489)), ([#483](https://github.com/MetaMask/accounts/pull/483))
63
+ - Bump `@metamask/utils` from `^11.1.0` to `^11.11.0` ([#489](https://github.com/MetaMask/accounts/pull/489), [#483](https://github.com/MetaMask/accounts/pull/483))
59
64
  - Bump `@metamask/account-api` from `^1.0.1` to `^1.0.2` ([#515](https://github.com/MetaMask/accounts/pull/515))
60
65
  - Bump `@metamask/keyring-api` from `^22.0.0` to `^23.0.0` ([#515](https://github.com/MetaMask/accounts/pull/515))
61
66
  - Bump `@metamask/keyring-sdk` from `^1.2.0` to `^2.0.0` ([#515](https://github.com/MetaMask/accounts/pull/515))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/eth-qr-keyring",
3
- "version": "2.1.0-de887b2",
3
+ "version": "2.1.0-e51c895",
4
4
  "description": "A simple standard interface for a series of Ethereum private keys",
5
5
  "keywords": [
6
6
  "ethereum",
@@ -75,8 +75,8 @@
75
75
  "@ethereumjs/util": "^9.1.0",
76
76
  "@keystonehq/bc-ur-registry-eth": "^0.19.1",
77
77
  "@metamask/eth-sig-util": "^8.2.0",
78
- "@metamask/keyring-api": "23.1.0",
79
- "@metamask/keyring-sdk": "2.1.1",
78
+ "@metamask/keyring-api": "23.3.0",
79
+ "@metamask/keyring-sdk": "2.2.0",
80
80
  "@metamask/keyring-utils": "3.3.1",
81
81
  "@metamask/utils": "^11.11.0",
82
82
  "async-mutex": "^0.5.0",