Skip to content

Commit fa4d7d7

Browse files
authored
Release/914.0.0 (#8470)
## Explanation Releases the social-controller new 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** > Release-only change that bumps package versions and updates the `@metamask/social-controllers` changelog; no runtime logic changes. > > **Overview** > Bumps the monorepo version to `914.0.0` and releases `@metamask/social-controllers` `0.2.0`. > > Updates `packages/social-controllers/CHANGELOG.md` with the `0.2.0` entry and adjusts compare links to reflect the new release tag. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit ff7d11c. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 1a802e0 commit fa4d7d7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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": "913.0.0",
3+
"version": "914.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+
## [0.2.0]
11+
1012
### Added
1113

1214
- Add optional `tokenImageUrl` field to `Position` type and `PositionStruct` validation schema ([#8448](https://github.com/MetaMask/core/pull/8448))
@@ -38,5 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3840
- `unfollowTrader` — unfollows traders and removes addresses from state
3941
- `updateFollowing` — fetches following list and replaces addresses in state
4042

41-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@0.1.0...HEAD
43+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@0.2.0...HEAD
44+
[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@0.1.0...@metamask/social-controllers@0.2.0
4245
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/social-controllers@0.1.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": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A collection of social related controllers",
55
"keywords": [
66
"Ethereum",

0 commit comments

Comments
 (0)