Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e7ede77
Initialize Release 180.0.0
MajorLift Jul 23, 2024
5359a60
Update Release 180.0.0
MajorLift Jul 23, 2024
a8c25d2
Update changelogs for release packages
MajorLift Jul 23, 2024
c35839c
Leave unreleased changelog entries for future release
MajorLift Jul 23, 2024
7325e9a
Add `@metamask/[email protected]` to release
MajorLift Jul 23, 2024
a28f7ea
Add unreleased changelog entries for version bumps performed in relea…
MajorLift Jul 23, 2024
9b88eec
Add unreleased changelog entries for future releases
MajorLift Jul 23, 2024
647fa4d
Linter fixes
MajorLift Jul 23, 2024
6c936cf
Merge branch 'main' into release/180.0.0
MajorLift Jul 25, 2024
83060c1
Add changelogs for commits merged from main
MajorLift Jul 25, 2024
41ba4e6
Reword typescript version upgrade entries
MajorLift Jul 25, 2024
13781b2
Retroactive update of `json-rpc-engine` changelog
MajorLift Jul 25, 2024
2e13b78
Upgrade `@metamask/accounts-controller` release to major version bump
MajorLift Jul 25, 2024
2670df1
Fix peerDep major upgrade to breaking change
MajorLift Jul 25, 2024
a41ab2a
Apply suggestions from code review
MajorLift Jul 25, 2024
7617a9c
Remove superfluous changelog entries for version bumps
MajorLift Jul 25, 2024
f842953
Upgrade `@metamask/{notification-services,profile-sync}-controller` r…
MajorLift Jul 25, 2024
d138870
Update lockfile
MajorLift Jul 25, 2024
a3308b8
Add patch release for `@metamask/ens-controller`
MajorLift Jul 25, 2024
ac917f0
Add patch release for `@metamask/gas-fee-controller`
MajorLift Jul 25, 2024
61670f3
Add major releases for `@metamask/{selected-network,queued-request}-c…
MajorLift Jul 25, 2024
773baa3
Add patch releases for `@metamask/{transaction,user-operation}-contro…
MajorLift Jul 25, 2024
9c6e404
Merge branch 'main' into release/180.0.0
MajorLift Jul 25, 2024
2d70e2a
changelog linter fix
MajorLift Jul 25, 2024
e05f50f
yarn constraints fixes
MajorLift Jul 25, 2024
225ed0f
Move messenger allowlist addition changelog entries to "Changed" heading
MajorLift Jul 25, 2024
d19d49b
Apply suggestions from code review
MajorLift Jul 26, 2024
dd39bee
Fix lockfile
MajorLift Jul 26, 2024
d7d7985
Move required function parameter addition breaking chnage to "Changed…
MajorLift Jul 26, 2024
96f428e
Merge branch 'main' into release/180.0.0
MajorLift Jul 26, 2024
4f6c79d
Add changelog entry for new main commit
MajorLift Jul 26, 2024
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
Prev Previous commit
Next Next commit
Add @metamask/[email protected] to release
  • Loading branch information
MajorLift committed Jul 23, 2024
commit 7325e9aa5ab1c93bd3401bee60f4992bc2b43dbd
16 changes: 15 additions & 1 deletion packages/signature-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [18.1.1]

### Changed

- Upgrade TypeScript to v5.0 and set `moduleResolution` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645))
- Bump `@metamask/approval-controller` from `^7.0.0` to `^7.0.2` ([#4517](https://github.com/MetaMask/core/pull/4517), [#4544](https://github.com/MetaMask/core/pull/4544))
- Bump `@metamask/base-controller` from `^6.0.0` to `^6.0.2` ([#4517](https://github.com/MetaMask/core/pull/4517), [#4544](https://github.com/MetaMask/core/pull/4544))
- Bump `@metamask/controller-utils` from `^11.0.0` to `^11.0.2` ([#4517](https://github.com/MetaMask/core/pull/4517), [#4544](https://github.com/MetaMask/core/pull/4544))
- Bump `@metamask/keyring-controller` from `^17.1.0` `to ^17.1.2` ([#4527](https://github.com/MetaMask/core/pull/4527), [#4548](https://github.com/MetaMask/core/pull/4548))
- Bump `@metamask/message-manager` from `^10.0.0` to `^10.0.2` ([#4517](https://github.com/MetaMask/core/pull/4517), (#4548)[https://github.com/MetaMask/core/pull/4548])
- Bump `@metamask/rpc-errors` from `^6.2.1` to `^6.3.1` ([#4516](https://github.com/MetaMask/core/pull/4516))
- Bump `@metamask/utils` from `^8.3.0` to `^9.1.0` ([#4516](https://github.com/MetaMask/core/pull/4516), [#4529](https://github.com/MetaMask/core/pull/4529))

## [18.0.0]

### Changed
Expand Down Expand Up @@ -270,7 +283,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[18.1.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[18.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[17.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[16.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/signature-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/signature-controller",
"version": "18.0.0",
"version": "18.0.1",
"description": "Processes signing requests in order to sign arbitrary and typed data",
"keywords": [
"MetaMask",
Expand Down