Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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": "303.0.0",
"version": "304.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
38 changes: 37 additions & 1 deletion packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [51.0.0]

### Uncategorized

- Update Release 304.0.0
- Initialize Release 304.0.0
- chore: updates handleOnAccountTransactionsUpdated ([#5339](https://github.com/MetaMask/core/pull/5339))
- fix: Persist user rejection optional data in rejected error ([#5355](https://github.com/MetaMask/core/pull/5355))
- refactor(keyring-controller): ensure authorization contract address is provided ([#5353](https://github.com/MetaMask/core/pull/5353))
- feat: optimise push controller API calls ([#5358](https://github.com/MetaMask/core/pull/5358))
- ci: Add CODEOWNER constraints ([#5352](https://github.com/MetaMask/core/pull/5352))
- Add top gainers losers to token discovery service ([#5309](https://github.com/MetaMask/core/pull/5309))
- feat: use `KeyringController:withKeyring` for account syncing operations ([#5345](https://github.com/MetaMask/core/pull/5345))
- Release 302.0.0 ([#5346](https://github.com/MetaMask/core/pull/5346))
- chore: Add missing CODEOWNER package rules ([#5351](https://github.com/MetaMask/core/pull/5351))
- chore: fix remote-feature-flag-controller CODEOWNERS ([#5350](https://github.com/MetaMask/core/pull/5350))
- Support keyring metadata in KeyringController ([#5112](https://github.com/MetaMask/core/pull/5112))
- chore: fix selected-network-controller CODEOWNERS ([#5349](https://github.com/MetaMask/core/pull/5349))
- feat: support atomic batch transactions ([#5306](https://github.com/MetaMask/core/pull/5306))
- fix: only allow hex addresses when creating notifications ([#5343](https://github.com/MetaMask/core/pull/5343))
- Export generateDeterministicRandomNumber for use within mobile ([#5341](https://github.com/MetaMask/core/pull/5341))
- Release/301.0.0 ([#5342](https://github.com/MetaMask/core/pull/5342))
- Release/300.0.0 ([#5340](https://github.com/MetaMask/core/pull/5340))
- feat: EarnController add resetCache arg to stakingApiService.getPooledStakes() ([#5334](https://github.com/MetaMask/core/pull/5334))
- Discourage the use of barrel exports ([#5304](https://github.com/MetaMask/core/pull/5304))
- chore: Add state change event to multichain network controller ([#5331](https://github.com/MetaMask/core/pull/5331))
- Use Prettier 2 for Jest ([#5330](https://github.com/MetaMask/core/pull/5330))
- feat: add `KeyringController:withKeyring` action ([#5332](https://github.com/MetaMask/core/pull/5332))
- fix: process first call to update the rates controller then start polling ([#5364](https://github.com/MetaMask/core.git/pull/5364))
- chore: bump `@metamask/keyring-{snap-client,internal-api}` versions ([#5356](https://github.com/MetaMask/core.git/pull/5356))
- fix: rename MultichainAssetsRatesController ([#5354](https://github.com/MetaMask/core.git/pull/5354))
- Release 303.0.0 ([#5357](https://github.com/MetaMask/core.git/pull/5357))
- feat: add `signEip7702Authorization` to `KeyringController` ([#5301](https://github.com/MetaMask/core.git/pull/5301))
- Create RPC middleware using RPC services ([#5290](https://github.com/MetaMask/core.git/pull/5290))

## [50.0.0]

### Changed
Expand Down Expand Up @@ -1405,7 +1440,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@50.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@51.0.0...HEAD
[51.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@50.0.0...@metamask/assets-controllers@51.0.0
[50.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@49.0.0...@metamask/assets-controllers@50.0.0
[49.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@48.0.0...@metamask/assets-controllers@49.0.0
[48.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@47.0.0...@metamask/assets-controllers@48.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/assets-controllers",
"version": "50.0.0",
"version": "51.0.0",
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
"keywords": [
"MetaMask",
Expand Down
Loading