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": "856.0.0",
"version": "857.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
9 changes: 8 additions & 1 deletion packages/account-tree-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]

## [5.0.1]

### Changed

- Bump `@metamask/profile-sync-controller` from `^27.1.0` to `^28.0.0` ([#8162](https://github.com/MetaMask/core/pull/8162))

## [5.0.0]

### Added
Expand Down Expand Up @@ -462,7 +468,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@5.0.1...HEAD
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@5.0.0...@metamask/account-tree-controller@5.0.1
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.1.1...@metamask/account-tree-controller@5.0.0
[4.1.1]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.1.0...@metamask/account-tree-controller@4.1.1
[4.1.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.0.0...@metamask/account-tree-controller@4.1.0
Expand Down
4 changes: 2 additions & 2 deletions packages/account-tree-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/account-tree-controller",
"version": "5.0.0",
"version": "5.0.1",
"description": "Controller to group account together based on some pre-defined rules",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@metamask/keyring-controller": "^25.1.0",
"@metamask/messenger": "^0.3.0",
"@metamask/multichain-account-service": "^7.1.0",
"@metamask/profile-sync-controller": "^27.1.0",
"@metamask/profile-sync-controller": "^28.0.0",
"@metamask/snaps-controllers": "^17.2.0",
"@metamask/snaps-sdk": "^10.3.0",
"@metamask/snaps-utils": "^11.7.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/assets-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]

### Changed

- Bump `@metamask/account-tree-controller` from `^5.0.0` to `^5.0.1` ([#8162](https://github.com/MetaMask/core/pull/8162))
- Bump `@metamask/assets-controllers` from `^100.2.0` to `^100.2.1` ([#8162](https://github.com/MetaMask/core/pull/8162))
- Bump `@metamask/core-backend` from `^6.1.0` to `^6.1.1` ([#8162](https://github.com/MetaMask/core/pull/8162))

## [2.3.0]

### Added
Expand Down
6 changes: 3 additions & 3 deletions packages/assets-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"@ethereumjs/util": "^9.1.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@metamask/account-tree-controller": "^5.0.0",
"@metamask/assets-controllers": "^100.2.0",
"@metamask/account-tree-controller": "^5.0.1",
"@metamask/assets-controllers": "^100.2.1",
"@metamask/base-controller": "^9.0.0",
"@metamask/client-controller": "^1.0.0",
"@metamask/controller-utils": "^11.19.0",
"@metamask/core-backend": "^6.1.0",
"@metamask/core-backend": "^6.1.1",
"@metamask/keyring-api": "^21.5.0",
"@metamask/keyring-controller": "^25.1.0",
"@metamask/keyring-internal-api": "^10.0.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [100.2.1]

### Changed

- Bump `@metamask/profile-sync-controller` from `^27.1.0` to `^28.0.0` ([#8162](https://github.com/MetaMask/core/pull/8162))
- Bump `@metamask/account-tree-controller` from `^5.0.0` to `^5.0.1` ([#8162](https://github.com/MetaMask/core/pull/8162))
- Bump `@metamask/core-backend` from `^6.1.0` to `^6.1.1` ([#8162](https://github.com/MetaMask/core/pull/8162))

## [100.2.0]

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

- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.2.1...HEAD
[100.2.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.2.0...@metamask/assets-controllers@100.2.1
[100.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.1.0...@metamask/assets-controllers@100.2.0
[100.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.0.3...@metamask/assets-controllers@100.1.0
[100.0.3]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.0.2...@metamask/assets-controllers@100.0.3
Expand Down
8 changes: 4 additions & 4 deletions packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/assets-controllers",
"version": "100.2.0",
"version": "100.2.1",
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -54,13 +54,13 @@
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@metamask/abi-utils": "^2.0.3",
"@metamask/account-tree-controller": "^5.0.0",
"@metamask/account-tree-controller": "^5.0.1",
"@metamask/accounts-controller": "^37.0.0",
"@metamask/approval-controller": "^8.0.0",
"@metamask/base-controller": "^9.0.0",
"@metamask/contract-metadata": "^2.4.0",
"@metamask/controller-utils": "^11.19.0",
"@metamask/core-backend": "^6.1.0",
"@metamask/core-backend": "^6.1.1",
"@metamask/eth-query": "^4.0.0",
"@metamask/keyring-api": "^21.5.0",
"@metamask/keyring-controller": "^25.1.0",
Expand All @@ -73,7 +73,7 @@
"@metamask/phishing-controller": "^16.3.0",
"@metamask/polling-controller": "^16.0.3",
"@metamask/preferences-controller": "^23.0.0",
"@metamask/profile-sync-controller": "^27.1.0",
"@metamask/profile-sync-controller": "^28.0.0",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/snaps-controllers": "^17.2.0",
"@metamask/snaps-sdk": "^10.3.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/bridge-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [69.0.1]

### Changed

- Bump `@metamask/profile-sync-controller` from `^27.1.0` to `^28.0.0` ([#8162](https://github.com/MetaMask/core/pull/8162))
- Bump `@metamask/assets-controllers` from `^100.2.0` to `^100.2.1` ([#8162](https://github.com/MetaMask/core/pull/8162))

## [69.0.0]

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

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

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.0.1...HEAD
[69.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.0.0...@metamask/bridge-controller@69.0.1
[69.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@68.0.0...@metamask/bridge-controller@69.0.0
[68.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.4.0...@metamask/bridge-controller@68.0.0
[67.4.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.3.0...@metamask/bridge-controller@67.4.0
Expand Down
6 changes: 3 additions & 3 deletions packages/bridge-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/bridge-controller",
"version": "69.0.0",
"version": "69.0.1",
"description": "Manages bridge-related quote fetching functionality for MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@ethersproject/providers": "^5.7.0",
"@metamask/accounts-controller": "^37.0.0",
"@metamask/assets-controller": "^2.3.0",
"@metamask/assets-controllers": "^100.2.0",
"@metamask/assets-controllers": "^100.2.1",
"@metamask/base-controller": "^9.0.0",
"@metamask/controller-utils": "^11.19.0",
"@metamask/gas-fee-controller": "^26.0.3",
Expand All @@ -64,7 +64,7 @@
"@metamask/multichain-network-controller": "^3.0.5",
"@metamask/network-controller": "^30.0.0",
"@metamask/polling-controller": "^16.0.3",
"@metamask/profile-sync-controller": "^27.1.0",
"@metamask/profile-sync-controller": "^28.0.0",
"@metamask/remote-feature-flag-controller": "^4.1.0",
"@metamask/snaps-controllers": "^17.2.0",
"@metamask/transaction-controller": "^62.21.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/bridge-status-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [68.0.2]

### Changed

- Bump `@metamask/profile-sync-controller` from `^27.1.0` to `^28.0.0` ([#8162](https://github.com/MetaMask/core/pull/8162))
- Bump `@metamask/bridge-controller` from `^69.0.0` to `^69.0.1` ([#8162](https://github.com/MetaMask/core/pull/8162))

## [68.0.1]

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

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

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@68.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@68.0.2...HEAD
[68.0.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@68.0.1...@metamask/bridge-status-controller@68.0.2
[68.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@68.0.0...@metamask/bridge-status-controller@68.0.1
[68.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@67.0.1...@metamask/bridge-status-controller@68.0.0
[67.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@67.0.0...@metamask/bridge-status-controller@67.0.1
Expand Down
6 changes: 3 additions & 3 deletions packages/bridge-status-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/bridge-status-controller",
"version": "68.0.1",
"version": "68.0.2",
"description": "Manages bridge-related status fetching functionality for MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -49,13 +49,13 @@
"dependencies": {
"@metamask/accounts-controller": "^37.0.0",
"@metamask/base-controller": "^9.0.0",
"@metamask/bridge-controller": "^69.0.0",
"@metamask/bridge-controller": "^69.0.1",
"@metamask/controller-utils": "^11.19.0",
"@metamask/gas-fee-controller": "^26.0.3",
"@metamask/keyring-controller": "^25.1.0",
"@metamask/network-controller": "^30.0.0",
"@metamask/polling-controller": "^16.0.3",
"@metamask/profile-sync-controller": "^27.1.0",
"@metamask/profile-sync-controller": "^28.0.0",
"@metamask/snaps-controllers": "^17.2.0",
"@metamask/superstruct": "^3.1.0",
"@metamask/transaction-controller": "^62.21.0",
Expand Down
7 changes: 5 additions & 2 deletions packages/claims-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.3]

### Changed

- Bump `@metamask/profile-sync-controller` from `^27.0.0` to `^27.1.0` ([#7849](https://github.com/MetaMask/core/pull/7849))
- Bump `@metamask/profile-sync-controller` from `^27.0.0` to `^28.0.0` ([#7849](https://github.com/MetaMask/core/pull/7849), [#8162](https://github.com/MetaMask/core/pull/8162))
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))

## [0.4.2]
Expand Down Expand Up @@ -80,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `generateMessageForClaimSignature`: generate message to sign for the claim signature.
- `verifyClaimSignature`: verify claim signature produced by user.

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.4.2...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.4.3...HEAD
[0.4.3]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.4.2...@metamask/claims-controller@0.4.3
[0.4.2]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.4.1...@metamask/claims-controller@0.4.2
[0.4.1]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.4.0...@metamask/claims-controller@0.4.1
[0.4.0]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.3.1...@metamask/claims-controller@0.4.0
Expand Down
4 changes: 2 additions & 2 deletions packages/claims-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/claims-controller",
"version": "0.4.2",
"version": "0.4.3",
"description": "Controller handling shield subscription claims logic",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
"@metamask/keyring-controller": "^25.1.0",
"@metamask/profile-sync-controller": "^27.1.0",
"@metamask/profile-sync-controller": "^28.0.0",
"@ts-bridge/cli": "^0.6.4",
"@types/jest": "^29.5.14",
"deepmerge": "^4.2.2",
Expand Down
9 changes: 8 additions & 1 deletion packages/config-registry-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1]

### Changed

- Bump `@metamask/profile-sync-controller` from `^27.1.0` to `^28.0.0` ([#8162](https://github.com/MetaMask/core/pull/8162))

## [0.1.0]

### Added

- Initial release ([#7668](https://github.com/MetaMask/core/pull/7668), [#7809](https://github.com/MetaMask/core/pull/7809))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@0.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@0.1.1...HEAD
[0.1.1]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@0.1.0...@metamask/config-registry-controller@0.1.1
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/config-registry-controller@0.1.0
4 changes: 2 additions & 2 deletions packages/config-registry-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/config-registry-controller",
"version": "0.1.0",
"version": "0.1.1",
"description": "Manages configuration registry for MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@metamask/keyring-controller": "^25.1.0",
"@metamask/messenger": "^0.3.0",
"@metamask/polling-controller": "^16.0.3",
"@metamask/profile-sync-controller": "^27.1.0",
"@metamask/profile-sync-controller": "^28.0.0",
"@metamask/remote-feature-flag-controller": "^4.1.0",
"@metamask/superstruct": "^3.1.0",
"@metamask/utils": "^11.9.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/core-backend/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]

## [6.1.1]

### Changed

- Bump `@metamask/profile-sync-controller` from `^27.1.0` to `^28.0.0` ([#8162](https://github.com/MetaMask/core/pull/8162))

## [6.1.0]

### Added
Expand Down Expand Up @@ -232,7 +238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **Type definitions** - Comprehensive TypeScript types for transactions, balances, WebSocket messages, and service configurations
- **Logging infrastructure** - Structured logging with module-specific loggers for debugging and monitoring

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.1.1...HEAD
[6.1.1]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.1.0...@metamask/core-backend@6.1.1
[6.1.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.0.0...@metamask/core-backend@6.1.0
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@5.1.1...@metamask/core-backend@6.0.0
[5.1.1]: https://github.com/MetaMask/core/compare/@metamask/core-backend@5.1.0...@metamask/core-backend@5.1.1
Expand Down
4 changes: 2 additions & 2 deletions packages/core-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-backend",
"version": "6.1.0",
"version": "6.1.1",
"description": "Core backend services for MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@metamask/controller-utils": "^11.19.0",
"@metamask/keyring-controller": "^25.1.0",
"@metamask/messenger": "^0.3.0",
"@metamask/profile-sync-controller": "^27.1.0",
"@metamask/profile-sync-controller": "^28.0.0",
"@metamask/utils": "^11.9.0",
"@tanstack/query-core": "^5.62.16",
"uuid": "^8.3.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/earn-controller/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/account-tree-controller` from `^5.0.0` to `^5.0.1` ([#8162](https://github.com/MetaMask/core/pull/8162))

## [11.1.2]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/earn-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@metamask/account-tree-controller": "^5.0.0",
"@metamask/account-tree-controller": "^5.0.1",
"@metamask/base-controller": "^9.0.0",
"@metamask/controller-utils": "^11.19.0",
"@metamask/keyring-api": "^21.5.0",
Expand Down
6 changes: 5 additions & 1 deletion packages/notification-services-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [22.1.0]

### Changed

- Debounce `KeyringController:stateChange` handler to reduce redundant notification subscription calls during rapid account syncing ([#7980](https://github.com/MetaMask/core/pull/7980))
- Filter out Product Account announcements notifications older than 3 months ([#7884](https://github.com/MetaMask/core/pull/7884))
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
- Bump `@metamask/profile-sync-controller` from `^27.1.0` to `^28.0.0` ([#8162](https://github.com/MetaMask/core/pull/8162))

## [22.0.0]

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

- Initial release

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@22.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@22.1.0...HEAD
[22.1.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@22.0.0...@metamask/notification-services-controller@22.1.0
[22.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@21.0.0...@metamask/notification-services-controller@22.0.0
[21.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@20.0.0...@metamask/notification-services-controller@21.0.0
[20.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@19.0.0...@metamask/notification-services-controller@20.0.0
Expand Down
Loading
Loading