Skip to content

Commit 5a3fa25

Browse files
authored
Release/935.0.0 (MetaMask#8578)
## Explanation This will release the latest social-controller version. ## 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 - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] 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: this PR only updates package versions and the `@metamask/social-controllers` changelog, with no runtime code changes. > > **Overview** > Publishes a new release by bumping the root monorepo version to `935.0.0` and `@metamask/social-controllers` to `2.1.0`. > > Updates `packages/social-controllers/CHANGELOG.md` with a `2.1.0` entry and adjusts the compare links to start tracking changes from this new tag. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 7e80c49. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 4e31b2f commit 5a3fa25

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": "934.0.0",
3+
"version": "935.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/social-controllers/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+
## [2.1.0]
11+
1012
### Added
1113

1214
- Add `positionId` field to `Position` type and `PositionStruct` validation schema ([#8576](https://github.com/MetaMask/core/pull/8576))
@@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6466
- `unfollowTrader` — unfollows traders and removes addresses from state
6567
- `updateFollowing` — fetches following list and replaces addresses in state
6668

67-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.0.0...HEAD
69+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.1.0...HEAD
70+
[2.1.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.0.0...@metamask/social-controllers@2.1.0
6871
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@1.0.0...@metamask/social-controllers@2.0.0
6972
[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@0.2.0...@metamask/social-controllers@1.0.0
7073
[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@0.1.0...@metamask/social-controllers@0.2.0

packages/social-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/social-controllers",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A collection of social related controllers",
55
"keywords": [
66
"Ethereum",

0 commit comments

Comments
 (0)