Skip to content

Commit af75721

Browse files
committed
Update package.jsons
1 parent 797389d commit af75721

File tree

36 files changed

+46
-58
lines changed

36 files changed

+46
-58
lines changed

examples/example-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
4848
},
4949
"dependencies": {
50-
"@metamask/base-controller": "^7.0.3",
50+
"@metamask/base-controller": "^7.0.2",
5151
"@metamask/utils": "^10.0.0"
5252
},
5353
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@metamask/eslint-config-typescript": "^12.1.0",
6060
"@metamask/eth-block-tracker": "^11.0.2",
6161
"@metamask/eth-json-rpc-provider": "^4.1.7",
62-
"@metamask/json-rpc-engine": "^10.0.2",
62+
"@metamask/json-rpc-engine": "^10.0.1",
6363
"@metamask/utils": "^10.0.0",
6464
"@ts-bridge/cli": "^0.6.1",
6565
"@types/jest": "^27.4.1",

packages/accounts-controller/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [20.0.1]
1111

12-
### Changed
13-
14-
- Bump `@metamask/base-controller` from `^7.0.2` to `^7.0.3` ([#5012](https://github.com/MetaMask/core/pull/5012))
15-
1612
### Fixed
1713

1814
- Make implicit peer dependencies explicit ([#4974](https://github.com/MetaMask/core/pull/4974))

packages/accounts-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@ethereumjs/util": "^8.1.0",
51-
"@metamask/base-controller": "^7.0.3",
51+
"@metamask/base-controller": "^7.0.2",
5252
"@metamask/eth-snap-keyring": "^5.0.1",
5353
"@metamask/keyring-api": "^10.1.0",
5454
"@metamask/snaps-sdk": "^6.7.0",

packages/address-book-controller/CHANGELOG.md

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

1414
- Bump `@metamask/controller-utils` from `^11.3.0` to `^11.4.4` ([#4834](https://github.com/MetaMask/core/pull/4834), [#4862](https://github.com/MetaMask/core/pull/4862), [#4870](https://github.com/MetaMask/core/pull/4870), [#4915](https://github.com/MetaMask/core/pull/4915), [#5012](https://github.com/MetaMask/core/pull/5012))
1515
- Bump `@metamask/utils` from `^9.1.0` to `^10.0.0` ([#4831](https://github.com/MetaMask/core/pull/4831))
16-
- Bump `@metamask/base-controller` from `^7.0.2` to `^7.0.3` ([#5012](https://github.com/MetaMask/core/pull/5012))
1716

1817
## [6.0.1]
1918

packages/address-book-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
4848
},
4949
"dependencies": {
50-
"@metamask/base-controller": "^7.0.3",
50+
"@metamask/base-controller": "^7.0.2",
5151
"@metamask/controller-utils": "^11.4.4",
5252
"@metamask/utils": "^10.0.0"
5353
},

packages/announcement-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14-
- Bump `@metamask/base-controller` from `^7.0.1` to `^7.0.3` ([#4862](https://github.com/MetaMask/core/pull/4862), [#5012](https://github.com/MetaMask/core/pull/5012))
14+
- Bump `@metamask/base-controller` from `^7.0.1` to `^7.0.2` ([#4862](https://github.com/MetaMask/core/pull/4862))
1515

1616
## [7.0.1]
1717

packages/announcement-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
4848
},
4949
"dependencies": {
50-
"@metamask/base-controller": "^7.0.3"
50+
"@metamask/base-controller": "^7.0.2"
5151
},
5252
"devDependencies": {
5353
"@metamask/auto-changelog": "^3.4.4",

packages/approval-controller/CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [7.1.2]
11-
12-
### Changed
13-
14-
- Bump `@metamask/base-controller` from `^7.0.2` to `^7.0.3` ([#5012](https://github.com/MetaMask/core/pull/5012))
15-
1610
## [7.1.1]
1711

1812
### Changed
@@ -259,8 +253,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
259253

260254
All changes listed after this point were applied to this package following the monorepo conversion.
261255

262-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@7.1.2...HEAD
263-
[7.1.2]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@7.1.1...@metamask/approval-controller@7.1.2
256+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@7.1.1...HEAD
264257
[7.1.1]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@7.1.0...@metamask/approval-controller@7.1.1
265258
[7.1.0]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@7.0.4...@metamask/approval-controller@7.1.0
266259
[7.0.4]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@7.0.3...@metamask/approval-controller@7.0.4

packages/approval-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/approval-controller",
3-
"version": "7.1.2",
3+
"version": "7.1.1",
44
"description": "Manages requests that require user approval",
55
"keywords": [
66
"MetaMask",
@@ -47,7 +47,7 @@
4747
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
4848
},
4949
"dependencies": {
50-
"@metamask/base-controller": "^7.0.3",
50+
"@metamask/base-controller": "^7.0.2",
5151
"@metamask/rpc-errors": "^7.0.1",
5252
"@metamask/utils": "^10.0.0",
5353
"nanoid": "^3.1.31"

0 commit comments

Comments
 (0)