Skip to content

Commit b78bef2

Browse files
committed
fix: re-bump keyring-sdk
1 parent 3af08af commit b78bef2

18 files changed

Lines changed: 34 additions & 34 deletions

File tree

packages/keyring-eth-hd/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14-
- Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.2.1` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#562](https://github.com/MetaMask/accounts/pull/562), [#1023](https://github.com/MetaMask/accounts/pull/1023))
15-
- Bump `@metamask/keyring-utils` from `^3.2.0` to `^4.0.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#1023](https://github.com/MetaMask/accounts/pull/1023))
16-
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.6.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587), [#1023](https://github.com/MetaMask/accounts/pull/1023))
14+
- Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.3.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#562](https://github.com/MetaMask/accounts/pull/562), [#598](https://github.com/MetaMask/accounts/pull/598))
15+
- Bump `@metamask/keyring-utils` from `^3.2.0` to `^4.0.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#598](https://github.com/MetaMask/accounts/pull/598))
16+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.6.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587), [#598](https://github.com/MetaMask/accounts/pull/598))
1717

1818
## [14.1.1]
1919

packages/keyring-eth-hd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@metamask/eth-sig-util": "^8.2.0",
7272
"@metamask/key-tree": "^10.0.2",
7373
"@metamask/keyring-api": "^23.6.0",
74-
"@metamask/keyring-sdk": "^2.2.1",
74+
"@metamask/keyring-sdk": "^2.3.0",
7575
"@metamask/keyring-utils": "^4.0.0",
7676
"@metamask/scure-bip39": "^2.1.1",
7777
"@metamask/superstruct": "^3.3.0",

packages/keyring-eth-ledger-bridge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Changed
1313

1414
- Bump `@metamask/keyring-api` from `^23.5.0` to `^23.6.0` ([#1023](https://github.com/MetaMask/accounts/pull/1023))
15-
- Bump `@metamask/keyring-sdk` from `^2.2.0` to `^2.2.1` ([#1023](https://github.com/MetaMask/accounts/pull/1023))
15+
- Bump `@metamask/keyring-sdk` from `^2.2.0` to `^2.3.0` ([#1023](https://github.com/MetaMask/accounts/pull/1023))
1616

1717
## [12.3.0]
1818

packages/keyring-eth-ledger-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@metamask/eth-sig-util": "^8.2.0",
8080
"@metamask/hw-wallet-sdk": "^0.10.0",
8181
"@metamask/keyring-api": "^23.6.0",
82-
"@metamask/keyring-sdk": "^2.2.1",
82+
"@metamask/keyring-sdk": "^2.3.0",
8383
"hdkey": "^2.1.0",
8484
"rxjs": "^7.8.2"
8585
},

packages/keyring-eth-money/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14-
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.6.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587), [#1023](https://github.com/MetaMask/accounts/pull/1023))
15-
- Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.2.1` ([#562](https://github.com/MetaMask/accounts/pull/562), [#1023](https://github.com/MetaMask/accounts/pull/1023))
14+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.6.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587), [#598](https://github.com/MetaMask/accounts/pull/598))
15+
- Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.3.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#598](https://github.com/MetaMask/accounts/pull/598))
1616
- Bump `@metamask/eth-hd-keyring` from `^14.1.1` to `^14.1.2` ([#1023](https://github.com/MetaMask/accounts/pull/1023))
1717
- Bump `@metamask/keyring-utils` from `^3.3.1` to `^4.0.0` ([#1023](https://github.com/MetaMask/accounts/pull/1023))
1818

packages/keyring-eth-money/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"dependencies": {
6969
"@metamask/eth-hd-keyring": "^14.1.2",
7070
"@metamask/keyring-api": "^23.6.0",
71-
"@metamask/keyring-sdk": "^2.2.1",
71+
"@metamask/keyring-sdk": "^2.3.0",
7272
"@metamask/keyring-utils": "^4.0.0",
7373
"@metamask/superstruct": "^3.3.0",
7474
"async-mutex": "^0.5.0"

packages/keyring-eth-qr/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14-
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.6.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587), [#1023](https://github.com/MetaMask/accounts/pull/1023))
15-
- Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.2.1` ([#562](https://github.com/MetaMask/accounts/pull/562), [#1023](https://github.com/MetaMask/accounts/pull/1023))
14+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.6.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587), [#598](https://github.com/MetaMask/accounts/pull/598))
15+
- Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.3.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#598](https://github.com/MetaMask/accounts/pull/598))
1616
- Bump `@metamask/keyring-utils` from `^3.3.1` to `^4.0.0` ([#1023](https://github.com/MetaMask/accounts/pull/1023))
1717

1818
## [2.1.0]

packages/keyring-eth-qr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@keystonehq/bc-ur-registry-eth": "^0.19.1",
7777
"@metamask/eth-sig-util": "^8.2.0",
7878
"@metamask/keyring-api": "^23.6.0",
79-
"@metamask/keyring-sdk": "^2.2.1",
79+
"@metamask/keyring-sdk": "^2.3.0",
8080
"@metamask/keyring-utils": "^4.0.0",
8181
"@metamask/utils": "^11.11.0",
8282
"async-mutex": "^0.5.0",

packages/keyring-eth-simple/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14-
- Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.2.1` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#562](https://github.com/MetaMask/accounts/pull/562), [#1023](https://github.com/MetaMask/accounts/pull/1023))
15-
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.6.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587), [#1023](https://github.com/MetaMask/accounts/pull/1023))
14+
- Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.3.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#562](https://github.com/MetaMask/accounts/pull/562), [#598](https://github.com/MetaMask/accounts/pull/598))
15+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.6.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587), [#598](https://github.com/MetaMask/accounts/pull/598))
1616

1717
## [12.0.2]
1818

packages/keyring-eth-simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@ethereumjs/util": "^9.1.0",
7171
"@metamask/eth-sig-util": "^8.2.0",
7272
"@metamask/keyring-api": "^23.6.0",
73-
"@metamask/keyring-sdk": "^2.2.1",
73+
"@metamask/keyring-sdk": "^2.3.0",
7474
"@metamask/utils": "^11.11.0",
7575
"ethereum-cryptography": "^2.2.1",
7676
"randombytes": "^2.1.0"

0 commit comments

Comments
 (0)