Skip to content

Commit f9da762

Browse files
authored
Release/909.0.0 (#8444)
## Explanation Releases @metamask/delegation-controller@3.0.0 ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release bookkeeping only: bumps package versions and updates the `@metamask/delegation-controller` changelog with the already-defined 3.0.0 notes, with no functional code changes in this PR. > > **Overview** > Bumps the monorepo version to `909.0.0` and releases `@metamask/delegation-controller` as `3.0.0`. > > Updates `packages/delegation-controller/CHANGELOG.md` to add the `3.0.0` section and adjust compare links to reflect the new release. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit fd18837. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 06ed8ee commit f9da762

3 files changed

Lines changed: 6 additions & 3 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": "908.0.0",
3+
"version": "909.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/delegation-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.0]
11+
1012
### Changed
1113

1214
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
@@ -133,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133135

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

136-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@2.1.0...HEAD
138+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@3.0.0...HEAD
139+
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@2.1.0...@metamask/delegation-controller@3.0.0
137140
[2.1.0]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@2.0.2...@metamask/delegation-controller@2.1.0
138141
[2.0.2]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@2.0.1...@metamask/delegation-controller@2.0.2
139142
[2.0.1]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@2.0.0...@metamask/delegation-controller@2.0.1

packages/delegation-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/delegation-controller",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Manages delegations for MetaMask",
55
"keywords": [
66
"Ethereum",

0 commit comments

Comments
 (0)