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": "942.0.0",
"version": "943.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]

## [2.0.0]

### Changed

- **BREAKING:** Change `AssociateAddressParams.timestamp` type from `string` to `number`. ([#8610](https://github.com/MetaMask/core/pull/8610))
Expand All @@ -17,5 +19,6 @@ 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@1.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@2.0.0...HEAD
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@1.0.0...@metamask/chomp-api-service@2.0.0
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/chomp-api-service@1.0.0
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": "1.0.0",
"version": "2.0.0",
"description": "Data service for the Chomp API",
"keywords": [
"Ethereum",
Expand Down
9 changes: 8 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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0]

### Changed

- Bump `@metamask/chomp-api-service` from `^1.0.0` to `^2.0.0` ([#8618](https://github.com/MetaMask/core/pull/8618))

### Fixed

- Send the CHOMP authentication timestamp as a number instead of a string in the associate-address step. ([#8610](https://github.com/MetaMask/core/pull/8610))
Expand All @@ -23,6 +29,7 @@ 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@1.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@1.2.0...HEAD
[1.2.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@1.1.0...@metamask/money-account-upgrade-controller@1.2.0
[1.1.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@1.0.0...@metamask/money-account-upgrade-controller@1.1.0
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/money-account-upgrade-controller@1.0.0
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": "1.1.0",
"version": "1.2.0",
"description": "MetaMask Money account upgrade controller",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@metamask/base-controller": "^9.1.0",
"@metamask/chomp-api-service": "^1.0.0",
"@metamask/chomp-api-service": "^2.0.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jwhiles FYI, the reason that the changelog check is failing is that this dependency bump is not logged in the changelog. If you run @metamaskbot update-changelog then it should add it for you. You can also run yarn changelog:validate --checkDeps --fix --currentPr 8618 locally.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mcmire I've updated and pushed. Will look out for this in future.

"@metamask/keyring-controller": "^25.2.0",
"@metamask/messenger": "^1.1.1",
"@metamask/network-controller": "^30.0.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3149,7 +3149,7 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/chomp-api-service@npm:^1.0.0, @metamask/chomp-api-service@workspace:packages/chomp-api-service":
"@metamask/chomp-api-service@npm:^2.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 @@ -4521,7 +4521,7 @@ __metadata:
dependencies:
"@metamask/auto-changelog": "npm:^6.1.0"
"@metamask/base-controller": "npm:^9.1.0"
"@metamask/chomp-api-service": "npm:^1.0.0"
"@metamask/chomp-api-service": "npm:^2.0.0"
"@metamask/keyring-controller": "npm:^25.2.0"
"@metamask/messenger": "npm:^1.1.1"
"@metamask/network-controller": "npm:^30.0.1"
Expand Down
Loading