@metamask/bridge-status-controller 47.0.0 → 47.1.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.
- package/CHANGELOG.md +8 -1
- package/package.json +3 -3
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
|
+
## [47.1.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `60.4.0` to `60.5.0` ([#6733](https://github.com/MetaMask/core/pull/6733))
|
|
15
|
+
|
|
10
16
|
## [47.0.0]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -612,7 +618,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
612
618
|
|
|
613
619
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
614
620
|
|
|
615
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@47.
|
|
621
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@47.1.0...HEAD
|
|
622
|
+
[47.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@47.0.0...@metamask/bridge-status-controller@47.1.0
|
|
616
623
|
[47.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@46.0.0...@metamask/bridge-status-controller@47.0.0
|
|
617
624
|
[46.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@45.0.0...@metamask/bridge-status-controller@46.0.0
|
|
618
625
|
[45.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@44.1.0...@metamask/bridge-status-controller@45.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/bridge-status-controller",
|
|
3
|
-
"version": "47.
|
|
3
|
+
"version": "47.1.0",
|
|
4
4
|
"description": "Manages bridge-related status fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@metamask/accounts-controller": "^33.1.0",
|
|
60
60
|
"@metamask/auto-changelog": "^3.4.4",
|
|
61
|
-
"@metamask/bridge-controller": "^47.
|
|
61
|
+
"@metamask/bridge-controller": "^47.1.0",
|
|
62
62
|
"@metamask/gas-fee-controller": "^24.0.0",
|
|
63
63
|
"@metamask/network-controller": "^24.2.0",
|
|
64
64
|
"@metamask/snaps-controllers": "^14.0.1",
|
|
65
|
-
"@metamask/transaction-controller": "^60.
|
|
65
|
+
"@metamask/transaction-controller": "^60.5.0",
|
|
66
66
|
"@types/jest": "^27.4.1",
|
|
67
67
|
"deepmerge": "^4.2.2",
|
|
68
68
|
"jest": "^27.5.1",
|