@metamask-previews/address-book-controller 6.0.3-preview-510657d5 → 6.1.0-preview-d2bf8ff
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [6.1.0]
|
11
|
+
|
10
12
|
### Added
|
11
13
|
|
12
14
|
- Add contact event system ([#5779](https://github.com/MetaMask/core/pull/5779))
|
13
15
|
- Add `AddressBookControllerContactUpdatedEvent` and `AddressBookControllerContactDeletedEvent` types for contact events
|
14
16
|
- Add `list` method on `AddressBookController` to get all address book entries as an array
|
15
17
|
- Register message handlers for `list`, `set`, and `delete` actions
|
16
|
-
- Add `lastUpdatedAt` property to `AddressBookEntry` to track when contacts were last modified
|
18
|
+
- Add optional `lastUpdatedAt` property to `AddressBookEntry` to track when contacts were last modified
|
17
19
|
|
18
20
|
### Changed
|
19
21
|
|
@@ -220,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
220
222
|
|
221
223
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
222
224
|
|
223
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@6.0
|
225
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@6.1.0...HEAD
|
226
|
+
[6.1.0]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@6.0.3...@metamask/address-book-controller@6.1.0
|
224
227
|
[6.0.3]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@6.0.2...@metamask/address-book-controller@6.0.3
|
225
228
|
[6.0.2]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@6.0.1...@metamask/address-book-controller@6.0.2
|
226
229
|
[6.0.1]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@6.0.0...@metamask/address-book-controller@6.0.1
|
package/package.json
CHANGED