@metamask-previews/multichain-transactions-controller 0.8.0-preview-7f6d1f4 → 0.9.0-preview-9d7b1fa6

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 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.9.0]
11
+
12
+ ### Added
13
+
14
+ - Send new `MultichainTransactionsController:transaction{Confirmed,Submitted}` events during transaction updates ([#5587](https://github.com/MetaMask/core/pull/5587))
15
+
10
16
  ## [0.8.0]
11
17
 
12
18
  ### Changed
@@ -102,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102
108
 
103
109
  - Initial release ([#5133](https://github.com/MetaMask/core/pull/5133)), ([#5177](https://github.com/MetaMask/core/pull/5177))
104
110
 
105
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.8.0...HEAD
111
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.9.0...HEAD
112
+ [0.9.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.8.0...@metamask/multichain-transactions-controller@0.9.0
106
113
  [0.8.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.7.2...@metamask/multichain-transactions-controller@0.8.0
107
114
  [0.7.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.7.1...@metamask/multichain-transactions-controller@0.7.2
108
115
  [0.7.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.7.0...@metamask/multichain-transactions-controller@0.7.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-transactions-controller",
3
- "version": "0.8.0-preview-7f6d1f4",
3
+ "version": "0.9.0-preview-9d7b1fa6",
4
4
  "description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -62,7 +62,7 @@
62
62
  "devDependencies": {
63
63
  "@metamask/accounts-controller": "^27.0.0",
64
64
  "@metamask/auto-changelog": "^3.4.4",
65
- "@metamask/keyring-controller": "^21.0.1",
65
+ "@metamask/keyring-controller": "^21.0.2",
66
66
  "@metamask/snaps-controllers": "^9.19.0",
67
67
  "@types/jest": "^27.4.1",
68
68
  "deepmerge": "^4.2.2",