Skip to content

Commit ce13d25

Browse files
Apply suggestions from code review
Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 33fb144 commit ce13d25

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

packages/examples/packages/preinstalled/CHANGELOG.md

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

1212
### Added
1313

14-
- Add `onSettingsPage` example logic ([#2911](https://github.com/MetaMask/snaps/pull/2911), [#2962](https://github.com/MetaMask/snaps/pull/2962))
14+
- Add `onSettingsPage` example ([#2911](https://github.com/MetaMask/snaps/pull/2911), [#2962](https://github.com/MetaMask/snaps/pull/2962))
1515

1616
## [0.2.0]
1717

packages/snaps-cli/CHANGELOG.md

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

1414
- Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918))
15-
- This means that top-level-await is now available in Snaps.
16-
- This also means that WASM modules are instantiated asynchrounously.
15+
- Top-level-await is now available in Snaps.
16+
- WASM modules are instantiated asynchronously.
1717
- Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938))
1818

1919
## [6.5.4]

packages/snaps-controllers/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Add support for `onSettingsPage` export ([#2911](https://github.com/MetaMask/snaps/pull/2911))
1515

1616
### Fixed
17+
1718
- Use `BigInt` for processing insight chain IDs ([#2935](https://github.com/MetaMask/snaps/pull/2935))
1819

1920
## [9.15.0]

packages/test-snaps/CHANGELOG.md

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

1212
### Added
1313

14-
- Add `onSettingsPage` logic to Preinstalled example snap ([#2911](https://github.com/MetaMask/snaps/pull/2911), [#2962](https://github.com/MetaMask/snaps/pull/2962))
14+
- Add `onSettingsPage` example to preinstalled example Snap ([#2911](https://github.com/MetaMask/snaps/pull/2911), [#2962](https://github.com/MetaMask/snaps/pull/2962))
1515

1616
## [2.15.4]
1717

0 commit comments

Comments
 (0)