You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**BREAKING:** Bump `@metamask/keyring-controller` peer dependency from `^10.0.0` to `^11.0.0` ([#3695](https://github.com/MetaMask/core/pull/3695))
39
52
-**BREAKING:** Add `@metamask/snaps-controllers` as a peer dependency ([#3607](https://github.com/MetaMask/core/pull/3607))
40
53
- Bump `@metamask/base-controller` to `^4.0.1` ([#3695](https://github.com/MetaMask/core/pull/3695))
41
54
42
55
## [6.0.0]
56
+
43
57
### Changed
58
+
44
59
-**BREAKING:** Bump `@metamask/base-controller` to ^4.0.0 ([#2063](https://github.com/MetaMask/core/pull/2063))
45
60
- This is breaking because the type of the `messenger` has backward-incompatible changes. See the changelog for this package for more.
46
61
- Bump `@metamask/keyring-controller` to ^10.0.0 ([#2063](https://github.com/MetaMask/core/pull/2063))
47
62
48
63
## [5.0.0]
64
+
49
65
### Changed
66
+
50
67
-**BREAKING:** Bump dependency and peer dependency on `@metamask/keyring-controller` to ^9.0.0
51
68
- Bump `@metamask/snaps-utils` and `@metamask/snaps-controller` to 3.2.0 ([#1917](https://github.com/MetaMask/core/pull/1917), [#1944](https://github.com/MetaMask/core/pull/1944), [#1977](https://github.com/MetaMask/core/pull/1977))
52
69
- Bump @metamask/utils from 8.1.0 to 8.2.0 ([#1957](https://github.com/MetaMask/core/pull/1957))
53
70
- Bump @metamask/keyring-api from 1.0.0 to 1.1.0 ([#1951](https://github.com/MetaMask/core/pull/1951))
54
71
55
72
## [4.0.0]
73
+
56
74
### Changed
75
+
57
76
-**BREAKING** Update the `onKeyringStateChange` and `onSnapStateChange` methods, and remove the `keyringApiEnabled` from the AccountsController ([#1839](https://github.com/MetaMask/core/pull/1839))
58
77
- Add getSelectedAccount and getAccountByAddress actions to AccountsController ([#1858](https://github.com/MetaMask/core/pull/1858))
59
78
60
79
## [3.0.0]
80
+
61
81
### Changed
82
+
62
83
-**BREAKING:** Bump dependency on `@metamask/eth-snap-keyring` to ^1.0.0 ([#1735](https://github.com/MetaMask/core/pull/1735))
63
84
-**BREAKING:** Bump dependency on `@metamask/keyring-api` to ^1.0.0 ([#1735](https://github.com/MetaMask/core/pull/1735))
64
85
-**BREAKING:** Bump dependency on `@metamask/snaps-utils` to ^3.0.0 ([#1735](https://github.com/MetaMask/core/pull/1735))
65
86
- Bump dependency and peer dependency on `@metamask/keyring-controller` to ^8.0.3
66
87
67
88
## [2.0.2]
89
+
68
90
### Changed
91
+
69
92
- Bump dependency on `@metamask/utils` to ^8.1.0 ([#1639](https://github.com/MetaMask/core/pull/1639))
70
93
- Bump dependency on `@metamask/base-controller` to ^3.2.3
71
94
- Bump peer dependency on `@metamask/keyring-controller` to ^8.0.2
72
95
73
96
## [2.0.1]
97
+
74
98
### Changed
99
+
75
100
- Update TypeScript to v4.8.x ([#1718](https://github.com/MetaMask/core/pull/1718))
76
101
77
102
### Fixed
103
+
78
104
- Remove unused `selectedAccount` from state metadata ([#1734](https://github.com/MetaMask/core/pull/1734))
79
105
80
106
## [2.0.0]
107
+
81
108
### Changed
109
+
82
110
-**BREAKING:** Bump peer dependency on `@metamask/keyring-controller` to ^8.0.0
Copy file name to clipboardExpand all lines: packages/address-book-controller/CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -7,73 +8,101 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
8
9
9
10
## [3.1.7]
11
+
10
12
### Changed
13
+
11
14
- Bump `@metamask/utils` to `^8.3.0` ([#3769](https://github.com/MetaMask/core/pull/3769))
12
15
- Bump `@metamask/base-controller` to `^4.1.1` ([#3760](https://github.com/MetaMask/core/pull/3760), [#3821](https://github.com/MetaMask/core/pull/3821))
13
16
- Bump `@metamask/controller-utils` to `^8.0.2` ([#3821](https://github.com/MetaMask/core/pull/3821))
14
17
15
18
## [3.1.6]
19
+
16
20
### Changed
21
+
17
22
- Bump `@metamask/base-controller` to `^4.0.1` ([#3695](https://github.com/MetaMask/core/pull/3695))
18
23
- Bump `@metamask/controller-utils` to `^8.0.1` ([#3695](https://github.com/MetaMask/core/pull/3695), [#3678](https://github.com/MetaMask/core/pull/3678), [#3667](https://github.com/MetaMask/core/pull/3667), [#3580](https://github.com/MetaMask/core/pull/3580))
19
24
20
25
## [3.1.5]
26
+
21
27
### Changed
28
+
22
29
- Bump `@metamask/utils` to ^8.2.0 ([#1957](https://github.com/MetaMask/core/pull/1957))
23
30
- Bump `@metamask/base-controller` to ^4.0.0 ([#2063](https://github.com/MetaMask/core/pull/2063))
24
31
- This is not a breaking change because this controller still inherits from BaseController v1.
25
32
- Bump `@metamask/controller-utils` to ^6.0.0 ([#2063](https://github.com/MetaMask/core/pull/2063))
26
33
27
34
## [3.1.4]
35
+
28
36
### Changed
37
+
29
38
- Bump dependency on `@metamask/utils` to ^8.1.0 ([#1639](https://github.com/MetaMask/core/pull/1639))
30
39
- Bump dependency on `@metamask/base-controller` to ^3.2.3
31
40
- Bump dependency on `@metamask/controller-utils` to ^5.0.2
32
41
33
42
## [3.1.3]
43
+
34
44
### Changed
45
+
35
46
- Update TypeScript to v4.8.x ([#1718](https://github.com/MetaMask/core/pull/1718))
36
47
37
48
## [3.1.2]
49
+
38
50
### Changed
51
+
39
52
- Bump dependency on `@metamask/controller-utils` to ^5.0.0
40
53
41
54
## [3.1.1]
55
+
42
56
### Changed
57
+
43
58
- Bump dependency on `@metamask/base-controller` to ^3.2.1
44
59
- Bump dependency on `@metamask/controller-utils` to ^4.3.2
45
60
46
61
## [3.1.0]
62
+
47
63
### Changed
64
+
48
65
- Update `@metamask/utils` to `^6.2.0` ([#1514](https://github.com/MetaMask/core/pull/1514))
49
66
50
67
## [3.0.0]
68
+
51
69
### Changed
70
+
52
71
-**BREAKING:**: Bump to Node 16 ([#1262](https://github.com/MetaMask/core/pull/1262))
53
72
-**BREAKING:** The `addressBook` state property is now keyed by `Hex` chain ID rather than `string`, and the `chainId` property of each address book entry is also `Hex` rather than `string`.
54
73
- This requires a state migration ([#1367](https://github.com/MetaMask/core/pull/1367))
55
74
-**BREAKING:** The methods `delete` and `set` now except the chain ID as `Hex` rather than as a decimal string ([#1367](https://github.com/MetaMask/core/pull/1367))
- Relax dependencies on `@metamask/base-controller` and `@metamask/controller-utils` (use `^` instead of `~`) ([#998](https://github.com/MetaMask/core/pull/998))
72
97
73
98
## [1.0.0]
99
+
74
100
### Added
101
+
75
102
- Initial release
103
+
76
104
- As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/core/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/core/tree/v33.0.0), namely:
-**BREAKING:** Migrate to BaseControllerV2 ([#959](https://github.com/MetaMask/controllers/pull/959))
51
72
- The announcement controller now extends `BaseControllerV2` rather than `BaseController`, which includes the following changes:
52
73
- The constructor now accepts a single "args" object rather than positional parameters.
@@ -67,13 +88,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
67
88
- The `name` property is now readonly.
68
89
69
90
## [1.0.1]
91
+
70
92
### Changed
93
+
71
94
- Relax dependency on `@metamask/base-controller` (use `^` instead of `~`) ([#998](https://github.com/MetaMask/core/pull/998))
72
95
73
96
## [1.0.0]
97
+
74
98
### Added
99
+
75
100
- Initial release
101
+
76
102
- As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/core/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/core/tree/v33.0.0), namely:
103
+
77
104
- Everything in `src/announcement`
78
105
79
106
All changes listed after this point were applied to this package following the monorepo conversion.
0 commit comments