Skip to content

Commit 4e46cff

Browse files
authored
Release/66.0.0 (#7)
* Release 66.0.0 * Fix changelogs
1 parent f360233 commit 4e46cff

11 files changed

Lines changed: 77 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "65.0.0",
3+
"version": "66.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/controller-utils/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.0.0]
10+
### Uncategorized
11+
- Revert "Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6))
12+
- Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6))
13+
- Revert "Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5))
14+
- Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5))
15+
- Revert "Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4))
16+
- Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4))
17+
- Revert "Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3))
18+
- Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3))
19+
- feat: add linea networks support ([#1423](https://github.com/MetaMask/core/pull/1423))
20+
921
## [4.1.0]
1022
### Added
1123
- Add approval types for result pages ([#1442](https://github.com/MetaMask/core/pull/1442))
@@ -120,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120132

121133
All changes listed after this point were applied to this package following the monorepo conversion.
122134

123-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.1.0...HEAD
135+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@5.0.0...HEAD
136+
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.1.0...@metamask/controller-utils@5.0.0
124137
[4.1.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.0.1...@metamask/controller-utils@4.1.0
125138
[4.0.1]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.0.0...@metamask/controller-utils@4.0.1
126139
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@3.4.0...@metamask/controller-utils@4.0.0

packages/controller-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/controller-utils",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Data and convenience functions shared by multiple packages",
55
"keywords": [
66
"MetaMask",

packages/keyring-controller/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [7.0.0]
10+
### Uncategorized
11+
- Revert "Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6))
12+
- Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6))
13+
- Revert "Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5))
14+
- Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5))
15+
- Revert "Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4))
16+
- Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4))
17+
- Revert "Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3))
18+
- Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3))
19+
- deps: bump eth-sig-util to latest ([#1483](https://github.com/MetaMask/core/pull/1483))
20+
921
## [6.0.0]
1022
### Added
1123
- Add messenger events `KeyringController:lock` and `KeyringController:unlock`, emitted when the inner EthKeyringController is locked/unlocked ([#1378](https://github.com/MetaMask/core/pull/1378))
@@ -119,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
119131

120132
All changes listed after this point were applied to this package following the monorepo conversion.
121133

122-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@6.0.0...HEAD
134+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@7.0.0...HEAD
135+
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@6.0.0...@metamask/keyring-controller@7.0.0
123136
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@5.1.0...@metamask/keyring-controller@6.0.0
124137
[5.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@5.0.0...@metamask/keyring-controller@5.1.0
125138
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@4.0.0...@metamask/keyring-controller@5.0.0

packages/keyring-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-controller",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "Stores identities seen in the wallet and manages interactions such as signing",
55
"keywords": [
66
"MetaMask",

packages/message-manager/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [8.0.0]
10+
### Uncategorized
11+
- Revert "Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6))
12+
- Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6))
13+
- Revert "Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5))
14+
- Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5))
15+
- Revert "Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4))
16+
- Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4))
17+
- Revert "Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3))
18+
- Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3))
19+
- deps: bump eth-sig-util to latest ([#1483](https://github.com/MetaMask/core/pull/1483))
20+
921
## [7.0.2]
1022
### Fixed
1123
- Avoid race condition when creating typed messages ([#1467](https://github.com/MetaMask/core/pull/1467))
@@ -88,7 +100,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88100

89101
All changes listed after this point were applied to this package following the monorepo conversion.
90102

91-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/message-manager@7.0.2...HEAD
103+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/message-manager@8.0.0...HEAD
104+
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/message-manager@7.0.2...@metamask/message-manager@8.0.0
92105
[7.0.2]: https://github.com/MetaMask/core/compare/@metamask/message-manager@7.0.1...@metamask/message-manager@7.0.2
93106
[7.0.1]: https://github.com/MetaMask/core/compare/@metamask/message-manager@7.0.0...@metamask/message-manager@7.0.1
94107
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/message-manager@6.0.0...@metamask/message-manager@7.0.0

packages/message-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/message-manager",
3-
"version": "7.0.2",
3+
"version": "8.0.0",
44
"description": "Stores and manages interactions with signing requests",
55
"keywords": [
66
"MetaMask",

packages/network-controller/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [11.0.0]
10+
### Uncategorized
11+
- Revert "Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6))
12+
- Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6))
13+
- Revert "Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5))
14+
- Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5))
15+
- Revert "Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4))
16+
- Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4))
17+
- Revert "Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3))
18+
- Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3))
19+
- feat: add linea networks support ([#1423](https://github.com/MetaMask/core/pull/1423))
20+
921
## [10.3.0]
1022
### Added
1123
- Add `getNetworkClientsById` method ([#1439](https://github.com/MetaMask/core/pull/1439))
@@ -200,7 +212,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
200212

201213
All changes listed after this point were applied to this package following the monorepo conversion.
202214

203-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@10.3.0...HEAD
215+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@11.0.0...HEAD
216+
[11.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@10.3.0...@metamask/network-controller@11.0.0
204217
[10.3.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@10.2.0...@metamask/network-controller@10.3.0
205218
[10.2.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@10.1.0...@metamask/network-controller@10.2.0
206219
[10.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@10.0.0...@metamask/network-controller@10.1.0

packages/network-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/network-controller",
3-
"version": "10.3.0",
3+
"version": "11.0.0",
44
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
55
"keywords": [
66
"MetaMask",

packages/transaction-controller/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [8.0.0]
10+
### Uncategorized
11+
- Revert "Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6))
12+
- Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6))
13+
- Revert "Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5))
14+
- Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5))
15+
- Revert "Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4))
16+
- Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4))
17+
- Revert "Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3))
18+
- Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3))
19+
- feat: add linea networks support ([#1423](https://github.com/MetaMask/core/pull/1423))
20+
- Refactor TransactionController unit tests ([#1444](https://github.com/MetaMask/core/pull/1444))
21+
922
## [7.0.0]
1023
### Changed
1124
- **BREAKING**: Change the approveTransaction and cancelTransaction methods to private ([#1435](https://github.com/MetaMask/core/pull/1435))
@@ -84,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8497

8598
All changes listed after this point were applied to this package following the monorepo conversion.
8699

87-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@7.0.0...HEAD
100+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@8.0.0...HEAD
101+
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@7.0.0...@metamask/transaction-controller@8.0.0
88102
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@6.1.0...@metamask/transaction-controller@7.0.0
89103
[6.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@6.0.0...@metamask/transaction-controller@6.1.0
90104
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@5.0.0...@metamask/transaction-controller@6.0.0

0 commit comments

Comments
 (0)