@metamask-previews/assets-controllers 58.0.0-preview-f2d81961 → 59.0.0-preview-47dc38b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [59.0.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add `SEI` network support ([#5610](https://github.com/MetaMask/core/pull/5610))
@@ -1574,7 +1576,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1574
1576
 
1575
1577
  - Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
1576
1578
 
1577
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@58.0.0...HEAD
1579
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@59.0.0...HEAD
1580
+ [59.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@58.0.0...@metamask/assets-controllers@59.0.0
1578
1581
  [58.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@57.0.0...@metamask/assets-controllers@58.0.0
1579
1582
  [57.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@56.0.0...@metamask/assets-controllers@57.0.0
1580
1583
  [56.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@55.0.1...@metamask/assets-controllers@56.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controllers",
3
- "version": "58.0.0-preview-f2d81961",
3
+ "version": "59.0.0-preview-47dc38b",
4
4
  "description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -81,7 +81,7 @@
81
81
  "@metamask/approval-controller": "^7.1.3",
82
82
  "@metamask/auto-changelog": "^3.4.4",
83
83
  "@metamask/ethjs-provider-http": "^0.3.0",
84
- "@metamask/keyring-controller": "^21.0.3",
84
+ "@metamask/keyring-controller": "^21.0.4",
85
85
  "@metamask/keyring-internal-api": "^6.0.1",
86
86
  "@metamask/keyring-snap-client": "^4.1.0",
87
87
  "@metamask/network-controller": "^23.2.0",