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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "919.0.0",
"version": "920.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
9 changes: 8 additions & 1 deletion packages/social-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0]

### Uncategorized
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joaosantos15 I see you left this change in Uncategorized. In addition, this is a developer-only change. We tend to only include changes in the changelog that are useful for consumers of the package. That generally means only including changes to the public API and omitting changes to tooling etc. In a future PR can you remove this entry from the changelog? That would make it easier to understand.


- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442))

### Changed

- **BREAKING:** `SocialServiceMessenger` now requires `AuthenticationController:getBearerToken` as an allowed action — all consumers must provide this action via messenger delegation
Expand Down Expand Up @@ -45,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `unfollowTrader` — unfollows traders and removes addresses from state
- `updateFollowing` — fetches following list and replaces addresses in state

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@0.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@1.0.0...HEAD
[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@0.2.0...@metamask/social-controllers@1.0.0
[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@0.1.0...@metamask/social-controllers@0.2.0
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/social-controllers@0.1.0
2 changes: 1 addition & 1 deletion packages/social-controllers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/social-controllers",
"version": "0.2.0",
"version": "1.0.0",
"description": "A collection of social related controllers",
"keywords": [
"Ethereum",
Expand Down
Loading