@metamask-previews/multichain-transactions-controller 0.4.0-preview-1cc9329c → 0.5.0-preview-95a6811

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 +14 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -7,10 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.5.0]
11
+
10
12
  ### Changed
11
13
 
12
- - Bump `@metamask/keyring-internal-api` from `^4.0.1` to `^4.0.2` ([#5356](https://github.com/MetaMask/core/pull/5356))
13
- - Bump `@metamask/keyring-snap-client` from `^3.0.3` to `^4.0.0` ([#5356](https://github.com/MetaMask/core/pull/5356))
14
+ - Sort transactions (newest first) ([#5339](https://github.com/MetaMask/core/pull/5339))
15
+ - Bump `@metamask/keyring-controller"` from `^19.1.0` to `^19.2.0` ([#5357](https://github.com/MetaMask/core/pull/5357))
16
+ - Bump `@metamask/keyring-api"` from `^17.0.0` to `^17.2.0` ([#5366](https://github.com/MetaMask/core/pull/5366))
17
+ - Bump `@metamask/keyring-internal-api` from `^4.0.1` to `^4.0.3` ([#5356](https://github.com/MetaMask/core/pull/5356)), ([#5366](https://github.com/MetaMask/core/pull/5366))
18
+ - Bump `@metamask/keyring-snap-client` from `^3.0.3` to `^4.0.1` ([#5356](https://github.com/MetaMask/core/pull/5356)), ([#5366](https://github.com/MetaMask/core/pull/5366))
19
+ - Bump `@metamask/utils` from `^11.1.0` to `^11.2.0` ([#5301](https://github.com/MetaMask/core/pull/5301))
20
+
21
+ ### Fixed
22
+
23
+ - De-duplicate transactions using their ID ([#5339](https://github.com/MetaMask/core/pull/5339))
14
24
 
15
25
  ## [0.4.0]
16
26
 
@@ -57,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
57
67
 
58
68
  - Initial release ([#5133](https://github.com/MetaMask/core/pull/5133)), ([#5177](https://github.com/MetaMask/core/pull/5177))
59
69
 
60
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.4.0...HEAD
70
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.5.0...HEAD
71
+ [0.5.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.4.0...@metamask/multichain-transactions-controller@0.5.0
61
72
  [0.4.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.3.0...@metamask/multichain-transactions-controller@0.4.0
62
73
  [0.3.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.2.0...@metamask/multichain-transactions-controller@0.3.0
63
74
  [0.2.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.1.0...@metamask/multichain-transactions-controller@0.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-transactions-controller",
3
- "version": "0.4.0-preview-1cc9329c",
3
+ "version": "0.5.0-preview-95a6811",
4
4
  "description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,9 +48,9 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@metamask/base-controller": "^8.0.0",
51
- "@metamask/keyring-api": "^17.0.0",
52
- "@metamask/keyring-internal-api": "^4.0.2",
53
- "@metamask/keyring-snap-client": "^4.0.0",
51
+ "@metamask/keyring-api": "^17.2.0",
52
+ "@metamask/keyring-internal-api": "^4.0.3",
53
+ "@metamask/keyring-snap-client": "^4.0.1",
54
54
  "@metamask/polling-controller": "^12.0.3",
55
55
  "@metamask/snaps-controllers": "^9.19.0",
56
56
  "@metamask/snaps-sdk": "^6.17.1",
@@ -61,9 +61,9 @@
61
61
  "uuid": "^8.3.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@metamask/accounts-controller": "^24.0.0",
64
+ "@metamask/accounts-controller": "^24.0.1",
65
65
  "@metamask/auto-changelog": "^3.4.4",
66
- "@metamask/keyring-controller": "^19.2.0",
66
+ "@metamask/keyring-controller": "^19.2.1",
67
67
  "@types/jest": "^27.4.1",
68
68
  "deepmerge": "^4.2.2",
69
69
  "jest": "^27.5.1",