Skip to content

Commit

Permalink
Update Release 268.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Dec 9, 2024
1 parent d97141c commit 072096f
Show file tree
Hide file tree
Showing 18 changed files with 28 additions and 57 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "267.0.0",
"version": "268.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
4 changes: 0 additions & 4 deletions packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038))

## [45.1.1]

### Changed
Expand Down
4 changes: 0 additions & 4 deletions packages/ens-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038))

## [15.0.1]

### Changed
Expand Down
4 changes: 0 additions & 4 deletions packages/gas-fee-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038))

## [22.0.2]

### Changed
Expand Down
16 changes: 6 additions & 10 deletions packages/json-rpc-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- Fix peer dependency warnings ([#4974](https://github.com/MetaMask/core/pull/4974))

## [10.0.1]

### Changed
Expand Down Expand Up @@ -237,9 +233,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[7.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[7.1.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[7.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[6.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[5.4.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[5.3.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[5.2.0]: https://github.com/MetaMask/core/releases/tag/@metamask/[email protected]
[7.0.0]: https://github.com/MetaMask/core/compare/[email protected]...@metamask/[email protected]
[6.1.0]: https://github.com/MetaMask/core/compare/[email protected]@6.1.0
[6.0.0]: https://github.com/MetaMask/core/compare/[email protected]@6.0.0
[5.4.0]: https://github.com/MetaMask/core/compare/[email protected]@5.4.0
[5.3.0]: https://github.com/MetaMask/core/compare/[email protected]@5.3.0
[5.2.0]: https://github.com/MetaMask/core/releases/tag/[email protected]
2 changes: 1 addition & 1 deletion packages/keyring-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@metamask/eth-sig-util": "^8.0.0",
"@metamask/eth-simple-keyring": "^6.0.5",
"@metamask/keyring-api": "^10.1.0",
"@metamask/message-manager": "^11.0.2",
"@metamask/message-manager": "^11.0.3",
"@metamask/utils": "^10.0.0",
"async-mutex": "^0.5.0",
"ethereumjs-wallet": "^1.0.1",
Expand Down
5 changes: 4 additions & 1 deletion packages/message-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.0.3]

### Uncategorized

- fix: Revert `eth-sig-util` package ([#5027](https://github.com/MetaMask/core/pull/5027))
Expand Down Expand Up @@ -345,7 +347,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/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[11.0.3]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[11.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[11.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[11.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/message-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/message-manager",
"version": "11.0.2",
"version": "11.0.3",
"description": "Stores and manages interactions with signing requests",
"keywords": [
"MetaMask",
Expand Down
4 changes: 0 additions & 4 deletions packages/polling-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038))

## [12.0.2]

### Changed
Expand Down
6 changes: 0 additions & 6 deletions packages/profile-sync-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038))
- feat: revamp user storage encryption process ([#4981](https://github.com/MetaMask/core/pull/4981))
- fix: ensure signing out does not error ([#5013](https://github.com/MetaMask/core/pull/5013))

## [3.0.0]

### Added
Expand Down
5 changes: 4 additions & 1 deletion packages/queued-request-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.0.2]

### Uncategorized

- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038))
Expand Down Expand Up @@ -319,7 +321,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[8.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[8.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[7.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions packages/queued-request-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/queued-request-controller",
"version": "8.0.1",
"version": "8.0.2",
"description": "Includes a controller and middleware that implements a request queue",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
"@metamask/network-controller": "^22.1.1",
"@metamask/selected-network-controller": "^20.0.1",
"@metamask/selected-network-controller": "^20.0.2",
"@types/jest": "^27.4.1",
"deepmerge": "^4.2.2",
"immer": "^9.0.6",
Expand Down
5 changes: 4 additions & 1 deletion packages/selected-network-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [20.0.2]

### Uncategorized

- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038))
Expand Down Expand Up @@ -322,7 +324,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial Release ([#1643](https://github.com/MetaMask/core/pull/1643))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[20.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[20.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[20.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[19.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/selected-network-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/selected-network-controller",
"version": "20.0.1",
"version": "20.0.2",
"description": "Provides an interface to the currently selected networkClientId for a given domain",
"keywords": [
"MetaMask",
Expand Down
4 changes: 0 additions & 4 deletions packages/signature-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038))

## [23.1.0]

### Changed
Expand Down
4 changes: 0 additions & 4 deletions packages/transaction-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038))

## [42.0.0]

### Added
Expand Down
4 changes: 0 additions & 4 deletions packages/user-operation-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038))

## [21.0.0]

### Changed
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2978,7 +2978,7 @@ __metadata:
"@metamask/eth-sig-util": "npm:^8.0.0"
"@metamask/eth-simple-keyring": "npm:^6.0.5"
"@metamask/keyring-api": "npm:^10.1.0"
"@metamask/message-manager": "npm:^11.0.2"
"@metamask/message-manager": "npm:^11.0.3"
"@metamask/providers": "npm:^18.1.1"
"@metamask/scure-bip39": "npm:^2.1.1"
"@metamask/utils": "npm:^10.0.0"
Expand Down Expand Up @@ -3020,7 +3020,7 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/message-manager@npm:^11.0.2, @metamask/message-manager@workspace:packages/message-manager":
"@metamask/message-manager@npm:^11.0.3, @metamask/message-manager@workspace:packages/message-manager":
version: 0.0.0-use.local
resolution: "@metamask/message-manager@workspace:packages/message-manager"
dependencies:
Expand Down Expand Up @@ -3411,7 +3411,7 @@ __metadata:
"@metamask/json-rpc-engine": "npm:^10.0.1"
"@metamask/network-controller": "npm:^22.1.1"
"@metamask/rpc-errors": "npm:^7.0.1"
"@metamask/selected-network-controller": "npm:^20.0.1"
"@metamask/selected-network-controller": "npm:^20.0.2"
"@metamask/swappable-obj-proxy": "npm:^2.3.0"
"@metamask/utils": "npm:^10.0.0"
"@types/jest": "npm:^27.4.1"
Expand Down Expand Up @@ -3497,7 +3497,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/selected-network-controller@npm:^20.0.1, @metamask/selected-network-controller@workspace:packages/selected-network-controller":
"@metamask/selected-network-controller@npm:^20.0.2, @metamask/selected-network-controller@workspace:packages/selected-network-controller":
version: 0.0.0-use.local
resolution: "@metamask/selected-network-controller@workspace:packages/selected-network-controller"
dependencies:
Expand Down

0 comments on commit 072096f

Please sign in to comment.