Skip to content

Commit 550bdbd

Browse files
committed
update CHANGELOGs
1 parent 425a0e1 commit 550bdbd

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

packages/snaps-controllers/CHANGELOG.md

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

1414
- Add support for `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
1515

16-
### Fixed
17-
18-
- Use `no-cache` for fetching registry ([#3760](https://github.com/MetaMask/snaps/pull/3760))
19-
2016
### Changed
2117

2218
- Bump `@metamask/permission-controller` from `12.1.0` to `12.1.1` ([#3746](https://github.com/MetaMask/snaps/pull/3746))
2319

20+
### Fixed
21+
22+
- Use `no-cache` for fetching registry ([#3760](https://github.com/MetaMask/snaps/pull/3760))
23+
2424
## [17.0.0]
2525

2626
### Added

packages/snaps-sdk/CHANGELOG.md

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

1414
- Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
15-
- Add the `DateTimePicker` component to the SDK, allowing Snaps to
16-
prompt users to select a date and time.
17-
- Move `ISO8601DateStruct` from `@metamask/snaps-utils` to `@metamask/snaps-sdk`.
15+
- Move `ISO8601DateStruct` from `@metamask/snaps-utils` to `@metamask/snaps-sdk` ([#3698](https://github.com/MetaMask/snaps/pull/3698))
1816

1917
## [10.1.0]
2018

packages/snaps-utils/CHANGELOG.md

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

1212
### Added
1313

14-
- Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
15-
- Move `ISO8601DateStruct` to `@metamask/snaps-utils` and re-export it for backwards compatibility.
14+
- Move `ISO8601DateStruct` to `@metamask/snaps-utils` and re-export it for backwards compatibility. ([#3698](https://github.com/MetaMask/snaps/pull/3698))
1615

1716
### Changed
1817

0 commit comments

Comments
 (0)