Skip to content

Commit 412b507

Browse files
Release/305.0.0 (#5367)
## Explanation <!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? * Are there any changes whose purpose might not obvious to those unfamiliar with the domain? * If your primary goal was to update one package but you found you had to update another one along the way, why did you do so? * If you had to upgrade a dependency, why did you do so? --> This PR performs the initial releases for the `bridge-controller` and `bridge-status-controller` for consumption in Mobile. Both were ported from Extension with some minor changes to get them to work without Extension-specific code. Test coverage has also been improved over the Extension versions. ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Changelog <!-- If you're making any consumer-facing changes, list those changes here as if you were updating a changelog, using the template below as a guide. (CATEGORY is one of BREAKING, ADDED, CHANGED, DEPRECATED, REMOVED, or FIXED. For security-related issues, follow the Security Advisory process.) Please take care to name the exact pieces of the API you've added or changed (e.g. types, interfaces, functions, or methods). If there are any breaking changes, make sure to offer a solution for consumers to follow once they upgrade to the changes. Finally, if you're only making changes to development scripts or tests, you may replace the template below with "None". --> ### `@metamask/bridge-controller` - ADDED: Initial release ### `@metamask/bridge-status-controller` - ADDED: Initial release ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've highlighted breaking changes using the "BREAKING" category above as appropriate - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent 2999181 commit 412b507

File tree

6 files changed

+18
-17
lines changed

6 files changed

+18
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "304.0.0",
3+
"version": "305.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/bridge-controller/CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Added
11-
12-
- Initial release
10+
## [1.0.0]
1311

14-
### Changed
12+
### Added
1513

16-
- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^23.0.0` to `^24.0.0` ([#5318](https://github.com/MetaMask/core/pull/5318))
17-
- **BREAKING:** Bump `@metamask/transaction-controller` peer dependency from `^45.0.0` to `^46.0.0` ([#5318](https://github.com/MetaMask/core/pull/5318))
14+
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
1815

19-
[Unreleased]: https://github.com/MetaMask/core/
16+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@1.0.0...HEAD
17+
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/bridge-controller@1.0.0

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/bridge-controller",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Manages bridge-related quote fetching functionality for MetaMask",
55
"keywords": [
66
"MetaMask",

packages/bridge-status-controller/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0]
11+
1012
### Added
1113

12-
- Initial release
14+
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
1315

14-
[Unreleased]: https://github.com/MetaMask/core/
16+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@1.0.0...HEAD
17+
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/bridge-status-controller@1.0.0

packages/bridge-status-controller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/bridge-status-controller",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Manages bridge-related status fetching functionality for MetaMask",
55
"keywords": [
66
"MetaMask",
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@metamask/base-controller": "^8.0.0",
51-
"@metamask/bridge-controller": "^0.0.0",
51+
"@metamask/bridge-controller": "^1.0.0",
5252
"@metamask/controller-utils": "^11.5.0",
5353
"@metamask/polling-controller": "^12.0.3",
5454
"@metamask/utils": "^11.2.0"
@@ -71,7 +71,7 @@
7171
},
7272
"peerDependencies": {
7373
"@metamask/accounts-controller": "^24.0.0",
74-
"@metamask/bridge-controller": "^0.0.0",
74+
"@metamask/bridge-controller": "^1.0.0",
7575
"@metamask/network-controller": "^22.0.0",
7676
"@metamask/transaction-controller": "^46.0.0"
7777
},

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2582,7 +2582,7 @@ __metadata:
25822582
languageName: unknown
25832583
linkType: soft
25842584

2585-
"@metamask/bridge-controller@npm:^0.0.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
2585+
"@metamask/bridge-controller@npm:^1.0.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
25862586
version: 0.0.0-use.local
25872587
resolution: "@metamask/bridge-controller@workspace:packages/bridge-controller"
25882588
dependencies:
@@ -2621,7 +2621,7 @@ __metadata:
26212621
"@metamask/accounts-controller": "npm:^24.0.0"
26222622
"@metamask/auto-changelog": "npm:^3.4.4"
26232623
"@metamask/base-controller": "npm:^8.0.0"
2624-
"@metamask/bridge-controller": "npm:^0.0.0"
2624+
"@metamask/bridge-controller": "npm:^1.0.0"
26252625
"@metamask/controller-utils": "npm:^11.5.0"
26262626
"@metamask/network-controller": "npm:^22.2.1"
26272627
"@metamask/polling-controller": "npm:^12.0.3"
@@ -2639,7 +2639,7 @@ __metadata:
26392639
typescript: "npm:~5.2.2"
26402640
peerDependencies:
26412641
"@metamask/accounts-controller": ^24.0.0
2642-
"@metamask/bridge-controller": ^0.0.0
2642+
"@metamask/bridge-controller": ^1.0.0
26432643
"@metamask/network-controller": ^22.0.0
26442644
"@metamask/transaction-controller": ^46.0.0
26452645
languageName: unknown

0 commit comments

Comments
 (0)