Skip to content

Commit e7f75c1

Browse files
authored
Release/431.0.0 (#5946)
## Explanation Release v3.3.0 of token discovery controllers ## References ## 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/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [x] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent 4adac5f commit e7f75c1

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

packages/token-search-discovery-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.3.0]
11+
1012
### Added
1113

1214
- Add formatted search function to token discovery controller ([#5932](https://github.com/MetaMask/core/pull/5932))
@@ -76,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7678
- This service is responsible for making search related requests to the Portfolio API
7779
- Specifically, it handles the `tokens-search` endpoint which returns a list of tokens based on the provided query parameters
7880

79-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
81+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
82+
[3.3.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8083
[3.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8184
[3.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8285
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/token-search-discovery-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/token-search-discovery-controller",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Manages token search and discovery through the Portfolio API",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)