Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "1136.0.0",
"version": "1137.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion packages/chomp-api-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0]

### Added

- Add `getAssociatedAddresses` method, exposed as the `ChompApiService:getAssociatedAddresses` messenger action, which fetches the active address associations of the authenticated profile via `GET /v1/auth/address` ([#9387](https://github.com/MetaMask/core/pull/9387))
Expand Down Expand Up @@ -55,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add `ChompApiService` ([#8413](https://github.com/MetaMask/core/pull/8413))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@3.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@4.0.0...HEAD
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@3.1.0...@metamask/chomp-api-service@4.0.0
[3.1.0]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@3.0.1...@metamask/chomp-api-service@3.1.0
[3.0.1]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@3.0.0...@metamask/chomp-api-service@3.0.1
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@2.0.0...@metamask/chomp-api-service@3.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/chomp-api-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/chomp-api-service",
"version": "3.1.0",
"version": "4.0.0",
"description": "Data service for the Chomp API",
"keywords": [
"Ethereum",
Expand Down
5 changes: 4 additions & 1 deletion packages/money-account-api-data-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0]

### Added

- Add optional `trace` callback to `MoneyAccountApiDataService` constructor for network request tracing ([#9451](https://github.com/MetaMask/core/pull/9451))
Expand All @@ -29,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fetch cursor-paginated cash-flow history (`fetchHistory`)
- Fetch vault exchange-rate time series (`fetchRateHistory`)

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-api-data-service@0.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-api-data-service@0.3.0...HEAD
[0.3.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-api-data-service@0.2.0...@metamask/money-account-api-data-service@0.3.0
[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-api-data-service@0.1.0...@metamask/money-account-api-data-service@0.2.0
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/money-account-api-data-service@0.1.0
2 changes: 1 addition & 1 deletion packages/money-account-api-data-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/money-account-api-data-service",
"version": "0.2.0",
"version": "0.3.0",
"description": "Data service for fetching Money account positions, interest, cash-flow history, and vault rate history from the Money Account API",
"keywords": [
"Ethereum",
Expand Down
4 changes: 4 additions & 0 deletions packages/money-account-balance-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/money-account-api-data-service` from `^0.2.0` to `^0.3.0` ([#9592](https://github.com/MetaMask/core/pull/9592))

## [2.3.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/money-account-balance-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@metamask/controller-utils": "^12.3.0",
"@metamask/messenger": "^2.0.0",
"@metamask/metamask-eth-abis": "^3.1.1",
"@metamask/money-account-api-data-service": "^0.2.0",
"@metamask/money-account-api-data-service": "^0.3.0",
"@metamask/network-controller": "^34.0.0",
"@metamask/remote-feature-flag-controller": "^4.2.2",
"@metamask/superstruct": "^3.1.0",
Expand Down
6 changes: 5 additions & 1 deletion packages/money-account-upgrade-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0]

### Added

- **BREAKING:** Add persisted state tracking fully upgraded accounts ([#9500](https://github.com/MetaMask/core/pull/9500))
Expand All @@ -24,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `upgradeAccount` now skips the step sequence entirely when the account is recorded in state as upgraded under the active config fingerprint, and records the account after a successful run. If the chain, CHOMP contract addresses, or Delegation Framework version change, the fingerprint no longer matches and the sequence re-runs ([#9500](https://github.com/MetaMask/core/pull/9500))
- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
- Bump `@metamask/authenticated-user-storage` from `^3.0.0` to `^3.0.1` ([#9458](https://github.com/MetaMask/core/pull/9458))
- Bump `@metamask/chomp-api-service` from `^3.1.0` to `^4.0.0` ([#9592](https://github.com/MetaMask/core/pull/9592))

## [2.2.1]

Expand Down Expand Up @@ -158,7 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add `MoneyAccountUpgradeController` with `upgradeAccount` method ([#8426](https://github.com/MetaMask/core/pull/8426))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.2.1...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@3.0.0...HEAD
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.2.1...@metamask/money-account-upgrade-controller@3.0.0
[2.2.1]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.2.0...@metamask/money-account-upgrade-controller@2.2.1
[2.2.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.1.0...@metamask/money-account-upgrade-controller@2.2.0
[2.1.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.0.5...@metamask/money-account-upgrade-controller@2.1.0
Expand Down
4 changes: 2 additions & 2 deletions packages/money-account-upgrade-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/money-account-upgrade-controller",
"version": "2.2.1",
"version": "3.0.0",
"description": "MetaMask Money account upgrade controller",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@metamask/authenticated-user-storage": "^3.0.1",
"@metamask/base-controller": "^9.1.0",
"@metamask/chomp-api-service": "^3.1.0",
"@metamask/chomp-api-service": "^4.0.0",
"@metamask/delegation-controller": "^3.0.2",
"@metamask/delegation-core": "^2.2.1",
"@metamask/delegation-deployments": "^1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6067,7 +6067,7 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/chomp-api-service@npm:^3.1.0, @metamask/chomp-api-service@workspace:packages/chomp-api-service":
"@metamask/chomp-api-service@npm:^4.0.0, @metamask/chomp-api-service@workspace:packages/chomp-api-service":
version: 0.0.0-use.local
resolution: "@metamask/chomp-api-service@workspace:packages/chomp-api-service"
dependencies:
Expand Down Expand Up @@ -7485,7 +7485,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/money-account-api-data-service@npm:^0.2.0, @metamask/money-account-api-data-service@workspace:packages/money-account-api-data-service":
"@metamask/money-account-api-data-service@npm:^0.3.0, @metamask/money-account-api-data-service@workspace:packages/money-account-api-data-service":
version: 0.0.0-use.local
resolution: "@metamask/money-account-api-data-service@workspace:packages/money-account-api-data-service"
dependencies:
Expand Down Expand Up @@ -7520,7 +7520,7 @@ __metadata:
"@metamask/controller-utils": "npm:^12.3.0"
"@metamask/messenger": "npm:^2.0.0"
"@metamask/metamask-eth-abis": "npm:^3.1.1"
"@metamask/money-account-api-data-service": "npm:^0.2.0"
"@metamask/money-account-api-data-service": "npm:^0.3.0"
"@metamask/network-controller": "npm:^34.0.0"
"@metamask/remote-feature-flag-controller": "npm:^4.2.2"
"@metamask/superstruct": "npm:^3.1.0"
Expand Down Expand Up @@ -7571,7 +7571,7 @@ __metadata:
"@metamask/authenticated-user-storage": "npm:^3.0.1"
"@metamask/auto-changelog": "npm:^6.1.0"
"@metamask/base-controller": "npm:^9.1.0"
"@metamask/chomp-api-service": "npm:^3.1.0"
"@metamask/chomp-api-service": "npm:^4.0.0"
"@metamask/delegation-controller": "npm:^3.0.2"
"@metamask/delegation-core": "npm:^2.2.1"
"@metamask/delegation-deployments": "npm:^1.4.0"
Expand Down