Skip to content

Commit f0c05aa

Browse files
update changelogs
Co-authored-by: Frederik Bolding <[email protected]>
1 parent f77fc07 commit f0c05aa

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
lines changed

packages/snaps-controllers/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- **BREAKING:** Move assets market data to `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
11-
- This handler replaces the `marketData` field of `onAssetsConversion`, which is now removed.
10+
- Add support for `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
1211

1312
## [13.1.1]
1413

packages/snaps-execution-environments/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- **BREAKING:** Move assets market data to `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
11-
- This handler replaces the `marketData` field of `onAssetsConversion`, which is now removed.
10+
- **BREAKING:** Market data is now fetched through `onAssetsMarketData` instead
11+
of `onAssetConversion`
12+
- Previously, `onAssetConversion` could return a `marketData` property, which
13+
contained market data for the asset being converted. This property
14+
has been removed, and `onAssetsMarketData` should be used instead.
1215

1316
## [9.1.0]
1417

packages/snaps-rpc-methods/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- **BREAKING:** Move assets market data to `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
11-
- This handler replaces the `marketData` field of `onAssetsConversion`, which is now removed.
10+
- Add support for `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
1211

1312
## [13.1.0]
1413

packages/snaps-sdk/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- **BREAKING:** Move assets market data to `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
11-
- This handler replaces the `marketData` field of `onAssetsConversion`, which is now removed.
10+
- **BREAKING:** Market data is now fetched through `onAssetsMarketData` instead
11+
of `onAssetConversion`
12+
- Previously, `onAssetConversion` could return a `marketData` property, which
13+
contained market data for the asset being converted. This property
14+
has been removed, and `onAssetsMarketData` should be used instead.
15+
- The `MarketData` type has been replaced with `FungibleAssetMarketData`.
1216

1317
## [8.1.0]
1418

packages/snaps-utils/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- **BREAKING:** Move assets market data to `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
11-
- This handler replaces the `marketData` field of `onAssetsConversion`, which is now removed.
10+
- **BREAKING:** Market data is now fetched through `onAssetsMarketData` instead
11+
of `onAssetConversion`
12+
- Previously, `onAssetConversion` could return a `marketData` property, which
13+
contained market data for the asset being converted. This property
14+
has been removed, and `onAssetsMarketData` should be used instead.
1215
- The `MarketDataStruct` is now replaced by the `FungibleAssetMarketDataStruct` struct.
1316

1417
## [10.1.0]

0 commit comments

Comments
 (0)