@metamask-previews/multichain-transactions-controller 3.0.0-preview-7b919d75 → 4.0.0-preview-280e81c5

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 +5 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [4.0.0]
11
+
10
12
  ### Changed
11
13
 
14
+ - **BREAKING:** Bump peer dependency `@metamask/accounts-controller` from `^31.0.0` to `^32.0.0` ([#6171](https://github.com/MetaMask/core/pull/6171))
12
15
  - **BREAKING:** Bump peer dependency `@metamask/snaps-controllers` from `^12.0.0` to `^14.0.0` ([#6035](https://github.com/MetaMask/core/pull/6035))
13
16
  - Bump `@metamask/snaps-sdk` from `^7.1.0` to `^9.0.0` ([#6035](https://github.com/MetaMask/core/pull/6035))
14
17
  - Bump `@metamask/snaps-utils` from `^9.4.0` to `^11.0.0` ([#6035](https://github.com/MetaMask/core/pull/6035))
@@ -160,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
160
163
 
161
164
  - Initial release ([#5133](https://github.com/MetaMask/core/pull/5133)), ([#5177](https://github.com/MetaMask/core/pull/5177))
162
165
 
163
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@3.0.0...HEAD
166
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@4.0.0...HEAD
167
+ [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@3.0.0...@metamask/multichain-transactions-controller@4.0.0
164
168
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@2.0.0...@metamask/multichain-transactions-controller@3.0.0
165
169
  [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@1.0.0...@metamask/multichain-transactions-controller@2.0.0
166
170
  [1.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.11.0...@metamask/multichain-transactions-controller@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-transactions-controller",
3
- "version": "3.0.0-preview-7b919d75",
3
+ "version": "4.0.0-preview-280e81c5",
4
4
  "description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -60,7 +60,7 @@
60
60
  "uuid": "^8.3.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@metamask/accounts-controller": "^31.0.0",
63
+ "@metamask/accounts-controller": "^32.0.0",
64
64
  "@metamask/auto-changelog": "^3.4.4",
65
65
  "@metamask/keyring-controller": "^22.1.0",
66
66
  "@metamask/snaps-controllers": "^14.0.1",
@@ -73,7 +73,7 @@
73
73
  "typescript": "~5.2.2"
74
74
  },
75
75
  "peerDependencies": {
76
- "@metamask/accounts-controller": "^31.0.0",
76
+ "@metamask/accounts-controller": "^32.0.0",
77
77
  "@metamask/snaps-controllers": "^14.0.0"
78
78
  },
79
79
  "engines": {