@metamask/multichain-transactions-controller 4.0.0 → 5.0.0

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 +21 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [5.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Bump peer dependency `@metamask/accounts-controller` from `^32.0.0` to `^33.0.0` ([#6345](https://github.com/MetaMask/core/pull/6345))
15
+ - Bump `@metamask/base-controller` from `^8.0.1` to `^8.1.0` ([#6284](https://github.com/MetaMask/core/pull/6284))
16
+ - Bump accounts related packages ([#6309](https://github.com/MetaMask/core/pull/6309))
17
+ - Bump `@metamask/keyring-api` from `^20.0.0` to `^20.1.0`
18
+ - Bump `@metamask/keyring-internal-api` from `^8.0.0` to `^8.1.0`
19
+
20
+ ## [4.0.1]
21
+
22
+ ### Changed
23
+
24
+ - Bump `@metamask/keyring-api` from `^19.0.0` to `^20.0.0` ([#6248](https://github.com/MetaMask/core/pull/6248))
25
+ - Bump `@metamask/keyring-internal-api` from `^7.0.0` to `^8.0.0` ([#6248](https://github.com/MetaMask/core/pull/6248))
26
+ - Bump `@metamask/keyring-snap-client` from `^6.0.0` to `^7.0.0` ([#6248](https://github.com/MetaMask/core/pull/6248))
27
+
10
28
  ## [4.0.0]
11
29
 
12
30
  ### Changed
@@ -163,7 +181,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163
181
 
164
182
  - Initial release ([#5133](https://github.com/MetaMask/core/pull/5133)), ([#5177](https://github.com/MetaMask/core/pull/5177))
165
183
 
166
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@4.0.0...HEAD
184
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@5.0.0...HEAD
185
+ [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@4.0.1...@metamask/multichain-transactions-controller@5.0.0
186
+ [4.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@4.0.0...@metamask/multichain-transactions-controller@4.0.1
167
187
  [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@3.0.0...@metamask/multichain-transactions-controller@4.0.0
168
188
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@2.0.0...@metamask/multichain-transactions-controller@3.0.0
169
189
  [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@1.0.0...@metamask/multichain-transactions-controller@2.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/multichain-transactions-controller",
3
- "version": "4.0.0",
3
+ "version": "5.0.0",
4
4
  "description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -47,10 +47,10 @@
47
47
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
48
48
  },
49
49
  "dependencies": {
50
- "@metamask/base-controller": "^8.0.1",
51
- "@metamask/keyring-api": "^19.0.0",
52
- "@metamask/keyring-internal-api": "^7.0.0",
53
- "@metamask/keyring-snap-client": "^6.0.0",
50
+ "@metamask/base-controller": "^8.1.0",
51
+ "@metamask/keyring-api": "^20.1.0",
52
+ "@metamask/keyring-internal-api": "^8.1.0",
53
+ "@metamask/keyring-snap-client": "^7.0.0",
54
54
  "@metamask/polling-controller": "^14.0.0",
55
55
  "@metamask/snaps-sdk": "^9.0.0",
56
56
  "@metamask/snaps-utils": "^11.0.0",
@@ -60,9 +60,9 @@
60
60
  "uuid": "^8.3.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@metamask/accounts-controller": "^32.0.0",
63
+ "@metamask/accounts-controller": "^33.0.0",
64
64
  "@metamask/auto-changelog": "^3.4.4",
65
- "@metamask/keyring-controller": "^22.1.0",
65
+ "@metamask/keyring-controller": "^23.0.0",
66
66
  "@metamask/snaps-controllers": "^14.0.1",
67
67
  "@types/jest": "^27.4.1",
68
68
  "deepmerge": "^4.2.2",
@@ -73,7 +73,7 @@
73
73
  "typescript": "~5.2.2"
74
74
  },
75
75
  "peerDependencies": {
76
- "@metamask/accounts-controller": "^32.0.0",
76
+ "@metamask/accounts-controller": "^33.0.0",
77
77
  "@metamask/snaps-controllers": "^14.0.0"
78
78
  },
79
79
  "engines": {