Skip to content

Commit

Permalink
Update @metamask/address-book-controller changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Sep 3, 2024
1 parent d062373 commit da4ff03
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/address-book-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [6.0.0]

### Added

- Add `AddressBookController` messenger types: `AddressBookControllerMessenger`, `AddressBookControllerGetStateAction`, `AddressBookControllerActions`, `AddressBookControllerStateChangeEvent`, `AddressBookControllerEvents` ([#4392](https://github.com/MetaMask/core/pull/4392))
- Add `getDefaultAddressBookControllerState` getter for the default state of `AddressBookController` ([#4392](https://github.com/MetaMask/core/pull/4392))

### Changed

- **BREAKING:** `AddressBookController` inherits from `BaseController`, not `BaseControllerV1` ([#4392](https://github.com/MetaMask/core/pull/4392))
- **BREAKING:** Add `messenger` as required constructor option to `AddressBookController` ([#4392](https://github.com/MetaMask/core/pull/4392))
- **BREAKING:** Rename `AddressBookState` type to `AddressBookControllerState` ([#4392](https://github.com/MetaMask/core/pull/4392))
- Bump `@metamask/base-controller` from `^6.0.0` to `^7.0.0` ([#4517](https://github.com/MetaMask/core/pull/4517), [#4544](https://github.com/MetaMask/core/pull/4544), [#4625](https://github.com/MetaMask/core/pull/4625), [#4643](https://github.com/MetaMask/core/pull/4643))
- Bump `@metamask/controller-utils` from `^11.0.0` to `^11.2.0` ([#4517](https://github.com/MetaMask/core/pull/4517), [#4544](https://github.com/MetaMask/core/pull/4544), [#4639](https://github.com/MetaMask/core/pull/4639), [#4651](https://github.com/MetaMask/core/pull/4651))
- Bump `@metamask/utils` from `^8.3.0` to `^9.1.0` ([#4516](https://github.com/MetaMask/core/pull/4516), [#4529](https://github.com/MetaMask/core/pull/4529))
- Bump `typescript` from `~4.9.5` to `~5.2.2` and set `module{,Resolution}` options to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645), [#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584))

### Removed

- **BREAKING:** Remove `config` from required constructor options of `AddressBookController` ([#4392](https://github.com/MetaMask/core/pull/4392))
- **BREAKING:** Remove `AddressBookConfig` type ([#4392](https://github.com/MetaMask/core/pull/4392))


## [5.0.0]

### Changed
Expand Down

0 comments on commit da4ff03

Please sign in to comment.