Skip to content

Commit 70e564f

Browse files
committed
move breaking changes to the top of the lists
1 parent 3ea0494 commit 70e564f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/snaps-controllers/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [14.0.0]
1111

12-
### Added
13-
14-
- Add support for `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
15-
1612
### Changed
1713

1814
- **BREAKING** Move `CronjobController` init to separate function ([#3507](https://github.com/MetaMask/snaps/pull/3507))
1915

16+
### Added
17+
18+
- Add support for `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
19+
2020
## [13.1.1]
2121

2222
### Fixed

packages/snaps-sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14-
- Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
1514
- **BREAKING:** Market data is now fetched through `onAssetsMarketData` instead
1615
of `onAssetConversion` ([#3496](https://github.com/MetaMask/snaps/pull/3496))
1716
- Previously, `onAssetConversion` could return a `marketData` property, which
1817
contained market data for the asset being converted. This property
1918
has been removed, and `onAssetsMarketData` should be used instead.
2019
- The `MarketData` type has been replaced with `FungibleAssetMarketData`.
20+
- Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
2121

2222
## [8.1.0]
2323

packages/snaps-utils/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14-
- Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
1514
- **BREAKING:** Market data is now fetched through `onAssetsMarketData` instead
1615
of `onAssetConversion` ([#3496](https://github.com/MetaMask/snaps/pull/3496))
1716
- Previously, `onAssetConversion` could return a `marketData` property, which
1817
contained market data for the asset being converted. This property
1918
has been removed, and `onAssetsMarketData` should be used instead.
2019
- The `MarketDataStruct` is now replaced by the `FungibleAssetMarketDataStruct` struct.
20+
- Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
2121

2222
## [10.1.0]
2323

0 commit comments

Comments
 (0)