-
-
Notifications
You must be signed in to change notification settings - Fork 280
Release 966.0.0 #8733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 966.0.0 #8733
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
|
|
||||||||||||||||
| ## [Unreleased] | ||||||||||||||||
|
|
||||||||||||||||
| ## [38.1.0] | ||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks like this needs to be a patch release |
||||||||||||||||
|
|
||||||||||||||||
| ### Changed | ||||||||||||||||
|
|
||||||||||||||||
| - Use `KeyringV1Adapter` for `SnapKeyring` v2 accounts ([#8703](https://github.com/MetaMask/core/pull/8703)) | ||||||||||||||||
| - `SnapKeyring` v2 instances will be adapted/wrapped by a v1 keyring adapter, making it compatible with the current `KeyringController` keyrings management. | ||||||||||||||||
| - Bump `@metamask/keyring-utils` from `^3.1.0` to `^3.2.1` ([#8703](https://github.com/MetaMask/core/pull/8703)) | ||||||||||||||||
| - Bump `@metamask/keyring-controller` from `^25.4.0` to `^25.5.0` ([#8722](https://github.com/MetaMask/core/pull/8722)) | ||||||||||||||||
| - Bump `@metamask/network-controller` from `^30.1.0` to `^31.0.0` ([#8733](https://github.com/MetaMask/core/pull/8733)) | ||||||||||||||||
|
|
||||||||||||||||
| ## [38.0.0] | ||||||||||||||||
|
|
||||||||||||||||
|
|
@@ -83,8 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
| - Add `accountIdByAddress` mapping to state ([#7893](https://github.com/MetaMask/core/pull/7893)) | ||||||||||||||||
| - This state was added to improve lookup times for an account by address from O(n) to O(1). | ||||||||||||||||
| - `getAccountByAddress` also leverages this new map, thus, should be slightly faster too. | ||||||||||||||||
| - Add logging capabilities ([#8118](https://github.com/MetaMask/core/pull/8118/)) | ||||||||||||||||
| - Expose missing public `AccountsController` methods through its messenger ([#7976](https://github.com/MetaMask/core/pull/7976/)) | ||||||||||||||||
| - Add logging capabilities ([#8118](https://github.com/MetaMask/core/pull/8118)) | ||||||||||||||||
| - Expose missing public `AccountsController` methods through its messenger ([#7976](https://github.com/MetaMask/core/pull/7976)) | ||||||||||||||||
| - The following actions are now available: | ||||||||||||||||
| - `AccountController:loadBackupAction` | ||||||||||||||||
| - Corresponding action types (e.g. `AccountControllerLoadBackupAction`) are available as well. | ||||||||||||||||
|
|
@@ -229,7 +232,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
|
|
||||||||||||||||
| ### Added | ||||||||||||||||
|
|
||||||||||||||||
| - Use new typed `KeyringAccount.options` for BIP-44 compatible accounts ([#6122](https://github.com/MetaMask/core/pull/6122)), ([#6147](https://github.com/MetaMask/core/pull/6147)) | ||||||||||||||||
| - Use new typed `KeyringAccount.options` for BIP-44 compatible accounts, ([#6122](https://github.com/MetaMask/core/pull/6122), [#6147](https://github.com/MetaMask/core/pull/6147)) | ||||||||||||||||
|
|
||||||||||||||||
| ### Changed | ||||||||||||||||
|
|
||||||||||||||||
|
|
@@ -300,7 +303,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
|
|
||||||||||||||||
| ### Fixed | ||||||||||||||||
|
|
||||||||||||||||
| - `@metamask/network-controller` peer dependency is no longer also a direct dependency ([#5464](https://github.com/MetaMask/core/pull/5464))) | ||||||||||||||||
| - `@metamask/network-controller` peer dependency is no longer also a direct dependency) ([#5464](https://github.com/MetaMask/core/pull/5464)) | ||||||||||||||||
|
|
||||||||||||||||
| ## [26.1.0] | ||||||||||||||||
|
|
||||||||||||||||
|
|
@@ -338,7 +341,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
|
|
||||||||||||||||
| - Bump `@metamask/keyring-controller"` from `^19.1.0` to `^19.2.0` ([#5357](https://github.com/MetaMask/core/pull/5357)) | ||||||||||||||||
| - Bump `@metamask/keyring-api"` from `^17.0.0` to `^17.2.0` ([#5366](https://github.com/MetaMask/core/pull/5366)) | ||||||||||||||||
| - Bump `@metamask/keyring-internal-api` from `^4.0.1` to `^4.0.3` ([#5356](https://github.com/MetaMask/core/pull/5356)), ([#5366](https://github.com/MetaMask/core/pull/5366)) | ||||||||||||||||
| - Bump `@metamask/keyring-internal-api` from `^4.0.1` to `^4.0.3`, ([#5356](https://github.com/MetaMask/core/pull/5356), [#5366](https://github.com/MetaMask/core/pull/5366)) | ||||||||||||||||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||
| - Bump `@metamask/eth-snap-keyring` from `^10.0.0` to `^11.1.0` ([#5366](https://github.com/MetaMask/core/pull/5366)) | ||||||||||||||||
| - Bump `@metamask/utils` from `^11.1.0` to `^11.2.0` ([#5301](https://github.com/MetaMask/core/pull/5301)) | ||||||||||||||||
|
|
||||||||||||||||
|
|
@@ -351,7 +354,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
|
|
||||||||||||||||
| ### Changed | ||||||||||||||||
|
|
||||||||||||||||
| - **BREAKING:** Add `@metamask/network-controller@^22.0.0` peer dependency ([#5215](https://github.com/MetaMask/core/pull/5215)), ([#5327](https://github.com/MetaMask/core/pull/5327)) | ||||||||||||||||
| - **BREAKING:** Add `@metamask/network-controller@^22.0.0` peer dependency, ([#5215](https://github.com/MetaMask/core/pull/5215), [#5327](https://github.com/MetaMask/core/pull/5327)) | ||||||||||||||||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||
|
|
||||||||||||||||
| ## [23.1.0] | ||||||||||||||||
|
|
||||||||||||||||
|
|
@@ -372,7 +375,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
| - **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^9.7.0` to `^9.19.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) | ||||||||||||||||
| - Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280)) | ||||||||||||||||
| - Bump `@metamask/eth-snap-keyring` from `^9.1.1` to `^10.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280)) | ||||||||||||||||
| - Bump `@metamask/snaps-sdk` from `^6.7.0` to `^6.17.1` ([#5220](https://github.com/MetaMask/core/pull/5220)), ([#5265](https://github.com/MetaMask/core/pull/5265)) | ||||||||||||||||
| - Bump `@metamask/snaps-sdk` from `^6.7.0` to `^6.17.1`, ([#5220](https://github.com/MetaMask/core/pull/5220), [#5265](https://github.com/MetaMask/core/pull/5265)) | ||||||||||||||||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||
| - Bump `@metamask/snaps-utils` from `^8.9.0` to `^8.10.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) | ||||||||||||||||
| - Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#5223](https://github.com/MetaMask/core/pull/5223)) | ||||||||||||||||
|
|
||||||||||||||||
|
|
@@ -391,9 +394,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
| ### Changed | ||||||||||||||||
|
|
||||||||||||||||
| - **BREAKING:** Now requires `SnapKeyring:account{AssetList,Balances,Transactions}Updated` events to be registered on the messenger ([#5190](https://github.com/MetaMask/core/pull/5190)) | ||||||||||||||||
| - Bump `@metamask/keyring-api` from `^14.0.0` to `^16.1.0` ([#5190](https://github.com/MetaMask/core/pull/5190)), ([#5208](https://github.com/MetaMask/core/pull/5208)) | ||||||||||||||||
| - Bump `@metamask/keyring-internal-api` from `^2.0.1` to `^4.0.1` ([#5190](https://github.com/MetaMask/core/pull/5190)), ([#5208](https://github.com/MetaMask/core/pull/5208)) | ||||||||||||||||
| - Bump `@metamask/eth-snap-keyring` from `^8.1.1` to `^9.1.1` ([#5190](https://github.com/MetaMask/core/pull/5190)), ([#5208](https://github.com/MetaMask/core/pull/5208)) | ||||||||||||||||
| - Bump `@metamask/keyring-api` from `^14.0.0` to `^16.1.0`, ([#5190](https://github.com/MetaMask/core/pull/5190), [#5208](https://github.com/MetaMask/core/pull/5208)) | ||||||||||||||||
| - Bump `@metamask/keyring-internal-api` from `^2.0.1` to `^4.0.1`, ([#5190](https://github.com/MetaMask/core/pull/5190), [#5208](https://github.com/MetaMask/core/pull/5208)) | ||||||||||||||||
| - Bump `@metamask/eth-snap-keyring` from `^8.1.1` to `^9.1.1`, ([#5190](https://github.com/MetaMask/core/pull/5190), [#5208](https://github.com/MetaMask/core/pull/5208)) | ||||||||||||||||
|
Comment on lines
+397
to
+399
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||
|
|
||||||||||||||||
| ## [21.0.2] | ||||||||||||||||
|
|
||||||||||||||||
|
|
@@ -413,9 +416,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
|
|
||||||||||||||||
| ### Changed | ||||||||||||||||
|
|
||||||||||||||||
| - **BREAKING:** Add `scopes` field to `KeyringAccount` ([#5066](https://github.com/MetaMask/core/pull/5066)), ([#5136](https://github.com/MetaMask/core/pull/5136)) | ||||||||||||||||
| - **BREAKING:** Add `scopes` field to `KeyringAccount`, ([#5066](https://github.com/MetaMask/core/pull/5066), [#5136](https://github.com/MetaMask/core/pull/5136)) | ||||||||||||||||
| - This field is now required and will be used to identify the supported chains (using CAIP-2 chain IDs) for every accounts. | ||||||||||||||||
| - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.1` ([#5079](https://github.com/MetaMask/core/pull/5079)), ([#5135](https://github.com/MetaMask/core/pull/5135)) | ||||||||||||||||
| - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.1`, ([#5079](https://github.com/MetaMask/core/pull/5079), [#5135](https://github.com/MetaMask/core/pull/5135)) | ||||||||||||||||
|
Comment on lines
+419
to
+421
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||
| - Bump `@metamask/utils` to `^11.0.1` ([#5080](https://github.com/MetaMask/core/pull/5080)) | ||||||||||||||||
| - Bump `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) | ||||||||||||||||
|
|
||||||||||||||||
|
|
@@ -447,7 +450,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
|
|
||||||||||||||||
| ### Changed | ||||||||||||||||
|
|
||||||||||||||||
| - **BREAKING:** Bump peer dependency `@metamask/keyring-controller` from `^18.0.0` to `^19.0.0` ([#4915](https://github.com/MetaMask/core/pull/4956)) | ||||||||||||||||
| - **BREAKING:** Bump peer dependency `@metamask/keyring-controller` from `^18.0.0` to `^19.0.0` ([#4915](https://github.com/MetaMask/core/pull/4915)) | ||||||||||||||||
| - **BREAKING:** Bump `@metamask/keyring-api` from `^8.1.3` to `^10.1.0` ([#4948](https://github.com/MetaMask/core/pull/4948)) | ||||||||||||||||
| - If you are depending on `@metamask/providers` directly, you will need to upgrade to `18.1.0`. | ||||||||||||||||
| - Bump `@metamask/eth-snap-keyring` from `^4.3.6` to `^5.0.1` ([#4948](https://github.com/MetaMask/core/pull/4948)) | ||||||||||||||||
|
|
@@ -472,7 +475,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
|
|
||||||||||||||||
| ### Changed | ||||||||||||||||
|
|
||||||||||||||||
| - Bump accounts related packages ([#4713](https://github.com/MetaMask/core/pull/4713)), ([#4728](https://github.com/MetaMask/core/pull/4728)) | ||||||||||||||||
| - Bump accounts related packages, ([#4713](https://github.com/MetaMask/core/pull/4713), [#4728](https://github.com/MetaMask/core/pull/4728)) | ||||||||||||||||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||
| - Those packages are now built slightly differently and are part of the [accounts monorepo](https://github.com/MetaMask/accounts). | ||||||||||||||||
| - Bump `@metamask/keyring-api` from `^8.1.0` to `^8.1.4` | ||||||||||||||||
| - Bump `@metamask/eth-snap-keyring` from `^4.3.3` to `^4.3.6` | ||||||||||||||||
|
|
@@ -496,7 +499,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
| ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as | ||||||||||||||||
| ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). | ||||||||||||||||
| All of the ATTW checks now pass. | ||||||||||||||||
| - Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). | ||||||||||||||||
| - Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) | ||||||||||||||||
| - Previously, the build tool we used to generate JavaScript files extracted | ||||||||||||||||
| common code to "chunk" files. While this was intended to make this package | ||||||||||||||||
| more tree-shakeable, it also made debugging more difficult for our | ||||||||||||||||
|
|
@@ -506,7 +509,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
|
|
||||||||||||||||
| ### Added | ||||||||||||||||
|
|
||||||||||||||||
| - Add event `AccountsController:accountRenamed` and export corresponding event type `AccountsControllerAccountRenamedEvent` ([#4664](https://github.com/MetaMask/core/pull/4664)), ([#4660](https://github.com/MetaMask/core/pull/4660)) | ||||||||||||||||
| - Add event `AccountsController:accountRenamed` and export corresponding event type `AccountsControllerAccountRenamedEvent`, ([#4664](https://github.com/MetaMask/core/pull/4664), [#4660](https://github.com/MetaMask/core/pull/4660)) | ||||||||||||||||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||
| - Add new `nameLastUpdatedAt` timestamp to account's metadata ([#4589](https://github.com/MetaMask/core/pull/4589)) | ||||||||||||||||
|
|
||||||||||||||||
| ### Changed | ||||||||||||||||
|
|
@@ -790,7 +793,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||
|
|
||||||||||||||||
| - Initial release ([#1637](https://github.com/MetaMask/core/pull/1637)) | ||||||||||||||||
|
|
||||||||||||||||
| [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.0.0...HEAD | ||||||||||||||||
| [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.1.0...HEAD | ||||||||||||||||
| [38.1.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.0.0...@metamask/accounts-controller@38.1.0 | ||||||||||||||||
| [38.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@37.2.0...@metamask/accounts-controller@38.0.0 | ||||||||||||||||
| [37.2.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@37.1.1...@metamask/accounts-controller@37.2.0 | ||||||||||||||||
| [37.1.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@37.1.0...@metamask/accounts-controller@37.1.1 | ||||||||||||||||
|
|
||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -7,9 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ## [Unreleased] | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ## [7.2.0] | ||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks like this needs to be a patch release |
||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ### Uncategorized | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| - chore: Enable Oxfmt for generating method action types files ([#8498](https://github.com/MetaMask/core/pull/8498)) | ||||||||||||||||||||||||
| - chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) | ||||||||||||||||||||||||
| - Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) | ||||||||||||||||||||||||
| - Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) | ||||||||||||||||||||||||
| - chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) | ||||||||||||||||||||||||
| - chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) | ||||||||||||||||||||||||
| - feat: extract generate-action-types CLI into @metamask/messenger-cli ([#8378](https://github.com/MetaMask/core/pull/8378)) | ||||||||||||||||||||||||
| - feat(messenger): add `generate-action-types` CLI tool as subpath export ([#8264](https://github.com/MetaMask/core/pull/8264)) | ||||||||||||||||||||||||
|
Comment on lines
+11
to
+21
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ### Changed | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| - Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344)) | ||||||||||||||||||||||||
| - Bump `@metamask/controller-utils` from `^11.19.0` to `^12.0.0` ([#8344](https://github.com/MetaMask/core/pull/8344), [#8733](https://github.com/MetaMask/core/pull/8733)) | ||||||||||||||||||||||||
| - Bump `@metamask/messenger` from `^1.0.0` to `^1.2.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632)) | ||||||||||||||||||||||||
| - Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457)) | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
|
|
@@ -98,10 +111,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ### Changed | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| - Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079)), ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5305](https://github.com/MetaMask/core/pull/5305)) | ||||||||||||||||||||||||
| - Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5272](https://github.com/MetaMask/core/pull/5272)) | ||||||||||||||||||||||||
| - Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0`,, ([#5079](https://github.com/MetaMask/core/pull/5079), [#5135](https://github.com/MetaMask/core/pull/5135), [#5305](https://github.com/MetaMask/core/pull/5305)) | ||||||||||||||||||||||||
| - Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0`, ([#5135](https://github.com/MetaMask/core/pull/5135), [#5272](https://github.com/MetaMask/core/pull/5272)) | ||||||||||||||||||||||||
|
Comment on lines
+114
to
+115
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||
| - Bump `@metamask/rpc-errors` from `^7.0.1` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) | ||||||||||||||||||||||||
| - Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080)), ([#5223](https://github.com/MetaMask/core/pull/5223)) | ||||||||||||||||||||||||
| - Bump `@metamask/utils` from `^10.0.0` to `^11.1.0`, ([#5080](https://github.com/MetaMask/core/pull/5080), [#5223](https://github.com/MetaMask/core/pull/5223)) | ||||||||||||||||||||||||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ## [6.0.2] | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
|
|
@@ -123,7 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||||||||||
| ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as | ||||||||||||||||||||||||
| ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). | ||||||||||||||||||||||||
| All of the ATTW checks now pass. | ||||||||||||||||||||||||
| - Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). | ||||||||||||||||||||||||
| - Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) | ||||||||||||||||||||||||
| - Previously, the build tool we used to generate JavaScript files extracted | ||||||||||||||||||||||||
| common code to "chunk" files. While this was intended to make this package | ||||||||||||||||||||||||
| more tree-shakeable, it also made debugging more difficult for our | ||||||||||||||||||||||||
|
|
@@ -288,7 +301,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| All changes listed after this point were applied to this package following the monorepo conversion. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.1.1...HEAD | ||||||||||||||||||||||||
| [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.2.0...HEAD | ||||||||||||||||||||||||
| [7.2.0]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.1.1...@metamask/address-book-controller@7.2.0 | ||||||||||||||||||||||||
| [7.1.1]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.1.0...@metamask/address-book-controller@7.1.1 | ||||||||||||||||||||||||
| [7.1.0]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.0.1...@metamask/address-book-controller@7.1.0 | ||||||||||||||||||||||||
| [7.0.1]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.0.0...@metamask/address-book-controller@7.0.1 | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
| ### Changed | ||
|
|
||
| - Bump `@metamask/messenger` from `^1.1.0` to `^1.2.0` ([#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632)) | ||
| - Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344)) | ||
| - Bump `@metamask/controller-utils` from `^11.19.0` to `^12.0.0` ([#8344](https://github.com/MetaMask/core/pull/8344), [#8733](https://github.com/MetaMask/core/pull/8733)) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. because of this major bump we would need to add this controller to the release too |
||
| - Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457)) | ||
|
|
||
| [Unreleased]: https://github.com/MetaMask/core/ | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because of this major bump we would need to add this controller to the release too