Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/snaps-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.0` ([#3934](https://github.com/MetaMask/snaps/pull/3934))

## [19.0.0]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/snaps-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"build": "ts-bridge --project tsconfig.build.json --verbose --clean --no-references",
"changelog:update": "../../scripts/update-changelog.sh @metamask/snaps-controllers",
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/snaps-controllers",
"generate-method-action-types": "tsx ../../scripts/generate-method-action-types.mts",
"generate-method-action-types": "messenger-generate-action-types",
Comment thread
cryptodev-2s marked this conversation as resolved.
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn changelog:validate && yarn lint:dependencies",
"lint:ci": "yarn lint",
"lint:dependencies": "depcheck",
Expand All @@ -85,7 +85,7 @@
"@metamask/json-rpc-engine": "^10.2.4",
"@metamask/json-rpc-middleware-stream": "^8.0.8",
"@metamask/key-tree": "^10.1.1",
"@metamask/messenger": "^1.0.0",
"@metamask/messenger": "^1.1.0",
"@metamask/object-multiplex": "^2.1.0",
"@metamask/permission-controller": "^12.3.0",
"@metamask/post-message-stream": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is auto generated by `scripts/generate-method-action-types.ts`.
* This file is auto generated.
* Do not edit manually.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is auto generated by `scripts/generate-method-action-types.ts`.
* This file is auto generated.
* Do not edit manually.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is auto generated by `scripts/generate-method-action-types.ts`.
* This file is auto generated.
* Do not edit manually.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is auto generated by `scripts/generate-method-action-types.ts`.
* This file is auto generated.
* Do not edit manually.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is auto generated by `scripts/generate-method-action-types.ts`.
* This file is auto generated.
* Do not edit manually.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is auto generated by `scripts/generate-method-action-types.ts`.
* This file is auto generated.
* Do not edit manually.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is auto generated by `scripts/generate-method-action-types.ts`.
* This file is auto generated.
* Do not edit manually.
*/

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

## [Unreleased]

### Changed

- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.0` ([#3934](https://github.com/MetaMask/snaps/pull/3934))

## [15.0.1]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-rpc-methods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@lavamoat/allow-scripts": "^4.0.0",
"@metamask/auto-changelog": "^5.3.2",
"@metamask/json-rpc-engine": "^10.2.4",
"@metamask/messenger": "^1.0.0",
"@metamask/messenger": "^1.1.0",
"@swc/core": "1.11.31",
"@swc/jest": "^0.2.38",
"@ts-bridge/cli": "^0.6.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/snaps-simulation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.0` ([#3934](https://github.com/MetaMask/snaps/pull/3934))

## [4.1.2]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-simulation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@metamask/json-rpc-engine": "^10.2.4",
"@metamask/json-rpc-middleware-stream": "^8.0.8",
"@metamask/key-tree": "^10.1.1",
"@metamask/messenger": "^1.0.0",
"@metamask/messenger": "^1.1.0",
"@metamask/permission-controller": "^12.3.0",
"@metamask/rpc-errors": "^7.0.3",
"@metamask/snaps-controllers": "workspace:^",
Expand Down
4 changes: 4 additions & 0 deletions packages/snaps-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.0` ([#3934](https://github.com/MetaMask/snaps/pull/3934))

## [12.1.2]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@babel/core": "^7.23.2",
"@babel/types": "^7.23.0",
"@metamask/key-tree": "^10.1.1",
"@metamask/messenger": "^1.0.0",
"@metamask/messenger": "^1.1.0",
"@metamask/permission-controller": "^12.3.0",
"@metamask/rpc-errors": "^7.0.3",
"@metamask/slip44": "^4.4.0",
Expand Down
Loading
Loading