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": "1111.0.0",
"version": "1112.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion packages/authenticated-user-storage/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.1]

### Changed

- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
Expand Down Expand Up @@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- **BREAKING**: Rename `SocialAIPreference.traderProfileIds` to `mutedTraderProfileIds` in types and notification-preferences validation to match the API payload. ([#8536](https://github.com/MetaMask/core/pull/8536))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@3.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@3.0.1...HEAD
[3.0.1]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@3.0.0...@metamask/authenticated-user-storage@3.0.1
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@2.1.0...@metamask/authenticated-user-storage@3.0.0
[2.1.0]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@2.0.0...@metamask/authenticated-user-storage@2.1.0
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@1.0.1...@metamask/authenticated-user-storage@2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/authenticated-user-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/authenticated-user-storage",
"version": "3.0.0",
"version": "3.0.1",
"description": "SDK for authenticated (non-encrypted) user storage endpoints",
"keywords": [
"Ethereum",
Expand Down
1 change: 1 addition & 0 deletions packages/money-account-upgrade-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- 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))

## [2.2.1]

Expand Down
2 changes: 1 addition & 1 deletion packages/money-account-upgrade-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
},
"dependencies": {
"@metamask/authenticated-user-storage": "^3.0.0",
"@metamask/authenticated-user-storage": "^3.0.1",
"@metamask/base-controller": "^9.1.0",
"@metamask/chomp-api-service": "^3.1.0",
"@metamask/delegation-controller": "^3.0.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/notification-services-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/authenticated-user-storage` from `^3.0.0` to `^3.0.1` ([#9458](https://github.com/MetaMask/core/pull/9458))

### Fixed

- Update `isOnChainRawNotification` to detect on-chain notifications using the v4 `notification_type` discriminator instead of legacy payload field checks, fixing web push notification handling after the v4 API migration ([#9407](https://github.com/MetaMask/core/pull/9407))
Expand Down
2 changes: 1 addition & 1 deletion packages/notification-services-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^16.5.2",
"@metamask/authenticated-user-storage": "^3.0.0",
"@metamask/authenticated-user-storage": "^3.0.1",
"@metamask/base-controller": "^9.1.0",
"@metamask/controller-utils": "^12.3.0",
"@metamask/keyring-controller": "^27.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/perps-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
"devDependencies": {
"@metamask/account-tree-controller": "^7.5.4",
"@metamask/authenticated-user-storage": "^3.0.0",
"@metamask/authenticated-user-storage": "^3.0.1",
"@metamask/auto-changelog": "^6.1.0",
"@metamask/geolocation-controller": "^0.1.3",
"@metamask/keyring-controller": "^27.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5818,7 +5818,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/authenticated-user-storage@npm:^3.0.0, @metamask/authenticated-user-storage@workspace:packages/authenticated-user-storage":
"@metamask/authenticated-user-storage@npm:^3.0.1, @metamask/authenticated-user-storage@workspace:packages/authenticated-user-storage":
version: 0.0.0-use.local
resolution: "@metamask/authenticated-user-storage@workspace:packages/authenticated-user-storage"
dependencies:
Expand Down Expand Up @@ -7541,7 +7541,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@metamask/money-account-upgrade-controller@workspace:packages/money-account-upgrade-controller"
dependencies:
"@metamask/authenticated-user-storage": "npm:^3.0.0"
"@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"
Expand Down Expand Up @@ -7852,7 +7852,7 @@ __metadata:
"@contentful/rich-text-html-renderer": "npm:^16.5.2"
"@lavamoat/allow-scripts": "npm:^3.0.4"
"@lavamoat/preinstall-always-fail": "npm:^2.1.0"
"@metamask/authenticated-user-storage": "npm:^3.0.0"
"@metamask/authenticated-user-storage": "npm:^3.0.1"
"@metamask/auto-changelog": "npm:^6.1.0"
"@metamask/base-controller": "npm:^9.1.0"
"@metamask/controller-utils": "npm:^12.3.0"
Expand Down Expand Up @@ -8005,7 +8005,7 @@ __metadata:
dependencies:
"@metamask/abi-utils": "npm:^2.0.3"
"@metamask/account-tree-controller": "npm:^7.5.4"
"@metamask/authenticated-user-storage": "npm:^3.0.0"
"@metamask/authenticated-user-storage": "npm:^3.0.1"
"@metamask/auto-changelog": "npm:^6.1.0"
"@metamask/base-controller": "npm:^9.1.0"
"@metamask/controller-utils": "npm:^12.3.0"
Expand Down