@metamask-previews/multichain-transactions-controller 0.1.0-preview-2a6578b3 → 0.2.0-preview-83e41399

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 +8 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.0]
11
+
10
12
  ### Changed
11
13
 
14
+ - **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^22.0.0` to `^23.0.0` ([#5292](https://github.com/MetaMask/core/pull/5292))
12
15
  - **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^9.10.0` to `^9.19.0` ([#5265](https://github.com/MetaMask/core/pull/5265))
13
- - Bump `@metamask/snaps-sdk` from `^6.16.0` to `^6.17.1` ([#5265](https://github.com/MetaMask/core/pull/5265))
16
+ - Bump `@metamask/snaps-sdk` from `^6.7.0` to `^6.17.1` ([#5220](https://github.com/MetaMask/core/pull/5220)), ([#5265](https://github.com/MetaMask/core/pull/5265))
14
17
  - Bump `@metamask/snaps-utils` from `^8.9.0` to `^8.10.0` ([#5265](https://github.com/MetaMask/core/pull/5265))
15
18
  - Bump `@metamask/snaps-controllers` from `^9.10.0` to `^9.19.0` ([#5265](https://github.com/MetaMask/core/pull/5265))
16
19
  - Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280))
20
+ - Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#5223](https://github.com/MetaMask/core/pull/5223))
21
+ - Removed polling mechanism and now relies on the new `AccountsController:accountTransactionsUpdated` event ([#5221](https://github.com/MetaMask/core/pull/5221))
17
22
 
18
23
  ## [0.1.0]
19
24
 
@@ -30,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
35
 
31
36
  - Initial release ([#5133](https://github.com/MetaMask/core/pull/5133)), ([#5177](https://github.com/MetaMask/core/pull/5177))
32
37
 
33
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.1.0...HEAD
38
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.2.0...HEAD
39
+ [0.2.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.1.0...@metamask/multichain-transactions-controller@0.2.0
34
40
  [0.1.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.0.1...@metamask/multichain-transactions-controller@0.1.0
35
41
  [0.0.1]: https://github.com/MetaMask/core/releases/tag/@metamask/multichain-transactions-controller@0.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-transactions-controller",
3
- "version": "0.1.0-preview-2a6578b3",
3
+ "version": "0.2.0-preview-83e41399",
4
4
  "description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -61,9 +61,9 @@
61
61
  "uuid": "^8.3.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@metamask/accounts-controller": "^22.0.0",
64
+ "@metamask/accounts-controller": "^23.0.0",
65
65
  "@metamask/auto-changelog": "^3.4.4",
66
- "@metamask/keyring-controller": "^19.0.5",
66
+ "@metamask/keyring-controller": "^19.0.6",
67
67
  "@types/jest": "^27.4.1",
68
68
  "deepmerge": "^4.2.2",
69
69
  "jest": "^27.5.1",
@@ -73,7 +73,7 @@
73
73
  "typescript": "~5.2.2"
74
74
  },
75
75
  "peerDependencies": {
76
- "@metamask/accounts-controller": "^22.0.0",
76
+ "@metamask/accounts-controller": "^23.0.0",
77
77
  "@metamask/snaps-controllers": "^9.19.0"
78
78
  },
79
79
  "engines": {