diff --git a/package.json b/package.json index 751a142fca1..fb8db9327d0 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/packages/authenticated-user-storage/CHANGELOG.md b/packages/authenticated-user-storage/CHANGELOG.md index 068b8b7de53..64c40f11b31 100644 --- a/packages/authenticated-user-storage/CHANGELOG.md +++ b/packages/authenticated-user-storage/CHANGELOG.md @@ -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)) @@ -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 diff --git a/packages/authenticated-user-storage/package.json b/packages/authenticated-user-storage/package.json index ec5e6a58555..4f23c166502 100644 --- a/packages/authenticated-user-storage/package.json +++ b/packages/authenticated-user-storage/package.json @@ -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", diff --git a/packages/money-account-upgrade-controller/CHANGELOG.md b/packages/money-account-upgrade-controller/CHANGELOG.md index 6a6ff41b471..eecd67b75d2 100644 --- a/packages/money-account-upgrade-controller/CHANGELOG.md +++ b/packages/money-account-upgrade-controller/CHANGELOG.md @@ -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] diff --git a/packages/money-account-upgrade-controller/package.json b/packages/money-account-upgrade-controller/package.json index c1d55f110f3..73679f36d24 100644 --- a/packages/money-account-upgrade-controller/package.json +++ b/packages/money-account-upgrade-controller/package.json @@ -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", diff --git a/packages/notification-services-controller/CHANGELOG.md b/packages/notification-services-controller/CHANGELOG.md index 91924e3c7cd..03dc75b5a88 100644 --- a/packages/notification-services-controller/CHANGELOG.md +++ b/packages/notification-services-controller/CHANGELOG.md @@ -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)) diff --git a/packages/notification-services-controller/package.json b/packages/notification-services-controller/package.json index 8a83b2a3f55..d52dd5038ef 100644 --- a/packages/notification-services-controller/package.json +++ b/packages/notification-services-controller/package.json @@ -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", diff --git a/packages/perps-controller/package.json b/packages/perps-controller/package.json index 95a42a50502..52b601128fd 100644 --- a/packages/perps-controller/package.json +++ b/packages/perps-controller/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 460d7047b8d..a3f271ba72d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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" @@ -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" @@ -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"