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 numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "1195.0.0",
"version": "1196.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion packages/subscription-controller/CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.0.0]

### Added

- Add multi-product and delegation-based crypto subscription types and pricing fields. ([#9866](https://github.com/MetaMask/core/pull/9866))
Expand DownExpand Up@@ -438,7 +440,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `@metamask/controller-utils` from `^11.12.0` to `^11.14.0` ([#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629))
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@7.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.0.0...HEAD
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@7.0.0...@metamask/subscription-controller@8.0.0
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.2.2...@metamask/subscription-controller@7.0.0
[6.2.2]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.2.1...@metamask/subscription-controller@6.2.2
[6.2.1]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.2.0...@metamask/subscription-controller@6.2.1
Expand Down
2 changes: 1 addition & 1 deletion packages/subscription-controller/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/subscription-controller",
"version": "7.0.0",
"version": "8.0.0",
"description": "Handle user subscription",
"keywords": [
"Ethereum",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-cli/CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `--password` / `MM_WALLET_PASSWORD` is now optional on `mm daemon start`; on subsequent runs, omitting it starts the daemon with a locked keyring, and the persisted vault is auto-unlocked when a password is supplied ([#8821](https://github.com/MetaMask/core/pull/8821))
- The daemon RPC server now validates `params` against each handler's superstruct before dispatch, returning a `-32602 invalidParams` error on mismatch instead of passing raw params to the handler ([#8846](https://github.com/MetaMask/core/pull/8846))
- Report daemon socket connection errors consistently across `mm daemon call` and `mm daemon list` ([#9339](https://github.com/MetaMask/core/pull/9339))
- Bump `@metamask/wallet` from `^3.0.0` to `^10.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218), [#9263](https://github.com/MetaMask/core/pull/9263), [#9349](https://github.com/MetaMask/core/pull/9349), [#9396](https://github.com/MetaMask/core/pull/9396), [#9470](https://github.com/MetaMask/core/pull/9470), [#9609](https://github.com/MetaMask/core/pull/9609), [#9629](https://github.com/MetaMask/core/pull/9629), [#9735](https://github.com/MetaMask/core/pull/9735), [#9809](https://github.com/MetaMask/core/pull/9809))
- Bump `@metamask/wallet` from `^3.0.0` to `^11.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218), [#9263](https://github.com/MetaMask/core/pull/9263), [#9349](https://github.com/MetaMask/core/pull/9349), [#9396](https://github.com/MetaMask/core/pull/9396), [#9470](https://github.com/MetaMask/core/pull/9470), [#9609](https://github.com/MetaMask/core/pull/9609), [#9629](https://github.com/MetaMask/core/pull/9629), [#9735](https://github.com/MetaMask/core/pull/9735), [#9809](https://github.com/MetaMask/core/pull/9809), [#9903](https://github.com/MetaMask/core/pull/9903))
- Wrap daemon password and SRP in opaque `Password` and `Srp` types that redact on logging; validated and unwrapped only at trust boundaries ([#8863](https://github.com/MetaMask/core/pull/8863))
- Bump `@metamask/analytics-controller` from `^1.2.1` to `^2.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
- Bump `@metamask/remote-feature-flag-controller` from `^4.2.2` to `^5.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-cli/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -58,7 +58,7 @@
"@metamask/storage-service": "^1.0.2",
"@metamask/superstruct": "^3.4.1",
"@metamask/utils": "^11.11.0",
"@metamask/wallet": "^10.0.0",
"@metamask/wallet": "^11.0.0",
"@oclif/core": "^4.10.5",
"better-sqlite3": "^12.9.0",
"immer": "^9.0.6"
Expand Down
9 changes: 8 additions & 1 deletion packages/wallet/CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.0.0]

### Changed

- **BREAKING:** Bump `@metamask/subscription-controller` from `^7.0.0` to `^8.0.0` ([#9903](https://github.com/MetaMask/core/pull/9903))
- Exported `DefaultActions` and root-messenger `SubscriptionController:*` actions pick up the 8.0.0 renames: `SubscriptionController:startShieldSubscriptionWithCard` is now `SubscriptionController:startSubscriptionWithCard`, and `SubscriptionController:submitShieldSubscriptionCryptoApproval` is now `SubscriptionController:submitSubscriptionCryptoApproval`.
- `submitSubscriptionCryptoApproval` and `cacheLastSelectedPaymentMethod` now take a single request object instead of positional arguments.
- Exported `DefaultState['SubscriptionController']` changes: `lastSelectedPaymentMethod` is `Partial`, `PricingPaymentMethod` and `TokenPaymentInfo` are discriminated unions, and `TokenPaymentInfo.conversionRate` is optional. Narrow with `type === 'crypto'` / `isVaultShare === true` before reading crypto- or vault-only fields.
- Bump `@metamask/transaction-controller` from `^69.5.1` to `^69.5.2` ([#9823](https://github.com/MetaMask/core/pull/9823))

## [10.0.0]
Expand DownExpand Up@@ -172,7 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@10.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@11.0.0...HEAD
[11.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@10.0.0...@metamask/wallet@11.0.0
[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@9.0.0...@metamask/wallet@10.0.0
[9.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@8.1.0...@metamask/wallet@9.0.0
[8.1.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@8.0.0...@metamask/wallet@8.1.0
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/wallet",
"version": "10.0.0",
"version": "11.0.0",
"description": "Provides a shared framework for building MetaMask wallets",
"keywords": [
"Ethereum",
Expand DownExpand Up@@ -73,7 +73,7 @@
"@metamask/seedless-onboarding-controller": "^10.1.1",
"@metamask/shield-controller": "^6.0.0",
"@metamask/storage-service": "^1.0.2",
"@metamask/subscription-controller": "^7.0.0",
"@metamask/subscription-controller": "^8.0.0",
"@metamask/transaction-controller": "^69.5.2",
"@metamask/utils": "^11.11.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -9268,7 +9268,7 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/subscription-controller@npm:^7.0.0, @metamask/subscription-controller@workspace:packages/subscription-controller":
"@metamask/subscription-controller@npm:^8.0.0, @metamask/subscription-controller@workspace:packages/subscription-controller":
version: 0.0.0-use.local
resolution: "@metamask/subscription-controller@workspace:packages/subscription-controller"
dependencies:
Expand DownExpand Up@@ -9514,7 +9514,7 @@ __metadata:
"@metamask/storage-service": "npm:^1.0.2"
"@metamask/superstruct": "npm:^3.4.1"
"@metamask/utils": "npm:^11.11.0"
"@metamask/wallet": "npm:^10.0.0"
"@metamask/wallet": "npm:^11.0.0"
"@oclif/core": "npm:^4.10.5"
"@ts-bridge/cli": "npm:^0.6.4"
"@types/better-sqlite3": "npm:^7.6.13"
Expand DownExpand Up@@ -9566,7 +9566,7 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/wallet@npm:^10.0.0, @metamask/wallet@workspace:packages/wallet":
"@metamask/wallet@npm:^11.0.0, @metamask/wallet@workspace:packages/wallet":
version: 0.0.0-use.local
resolution: "@metamask/wallet@workspace:packages/wallet"
dependencies:
Expand All@@ -9589,7 +9589,7 @@ __metadata:
"@metamask/seedless-onboarding-controller": "npm:^10.1.1"
"@metamask/shield-controller": "npm:^6.0.0"
"@metamask/storage-service": "npm:^1.0.2"
"@metamask/subscription-controller": "npm:^7.0.0"
"@metamask/subscription-controller": "npm:^8.0.0"
"@metamask/transaction-controller": "npm:^69.5.2"
"@metamask/utils": "npm:^11.11.0"
"@ts-bridge/cli": "npm:^0.6.4"
Expand Down