Skip to content

Commit a2ddab3

Browse files
committed
update CHANGELOGs
1 parent dd99223 commit a2ddab3

File tree

8 files changed

+58
-64
lines changed

8 files changed

+58
-64
lines changed

packages/examples/packages/interactive-ui/CHANGELOG.md

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

1010
## [2.5.0]
1111

12-
### Uncategorized
13-
14-
- feat: Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
15-
- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730))
16-
- fix: Allow `null` in `InputChangeEvent` value field ([#3722](https://github.com/MetaMask/snaps/pull/3722))
17-
- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707))
18-
- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662))
19-
- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651))
20-
- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648))
21-
- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628))
22-
- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623))
23-
- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612))
24-
- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543))
25-
- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533))
26-
- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526))
27-
- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524))
28-
- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516))
29-
- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509))
30-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
31-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
32-
- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463))
33-
- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448))
34-
- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
35-
- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444))
36-
- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441))
37-
- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
38-
- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425))
39-
- feat: Add `AccountSelector` component ([#3088](https://github.com/MetaMask/snaps/pull/3088))
40-
- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412))
41-
- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400))
42-
- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384))
43-
- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378))
44-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369))
45-
- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360))
46-
- perf: Use `typedUnion` for `UserInputEventStruct` ([#3344](https://github.com/MetaMask/snaps/pull/3344))
47-
- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232))
12+
### Added
13+
14+
- Add example for `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
4815

4916
## [2.4.0]
5017

packages/snaps-controllers/CHANGELOG.md

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

1010
## [17.1.0]
1111

12-
### Uncategorized
12+
### Added
13+
14+
- Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
15+
16+
### Fixed
17+
18+
- Use `no-cache` for fetching registry ([#3760](https://github.com/MetaMask/snaps/pull/3760))
19+
20+
### Changed
1321

14-
- feat: Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
15-
- fix: Use `no-cache` for fetching registry ([#3760](https://github.com/MetaMask/snaps/pull/3760))
16-
- chore: Bump @metamask/permission-controller from 12.1.0 to 12.1.1 ([#3746](https://github.com/MetaMask/snaps/pull/3746))
22+
- Bump `@metamask/permission-controller` from `12.1.0` to `12.1.1` ([#3746](https://github.com/MetaMask/snaps/pull/3746))
1723

1824
## [17.0.0]
1925

packages/snaps-execution-environments/CHANGELOG.md

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

1010
## [10.3.0]
1111

12-
### Uncategorized
12+
### Added
13+
14+
- Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
15+
16+
### Changed
1317

14-
- feat: Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
15-
- chore: Bump @lavamoat/webpack from 1.5.3 to 1.5.4 ([#3751](https://github.com/MetaMask/snaps/pull/3751))
16-
- chore: Bump lavamoat from 10.0.1 to 10.0.2 ([#3752](https://github.com/MetaMask/snaps/pull/3752))
18+
- Bump `@lavamoat/webpack` from `1.5.3` to `1.5.4` ([#3751](https://github.com/MetaMask/snaps/pull/3751))
19+
- Bump `lavamoat` from `10.0.1` to `10.0.2` ([#3752](https://github.com/MetaMask/snaps/pull/3752))
1720

1821
## [10.2.3]
1922

packages/snaps-jest/CHANGELOG.md

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

1010
## [9.6.0]
1111

12-
### Uncategorized
12+
### Added
13+
14+
- Add support for the `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
15+
- The `pickDateTime` function can be used to interact with the component in tests.
16+
17+
### Changed
1318

14-
- feat: Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
15-
- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707))
19+
- Bump `@metamask/phishing-controller` from `13.1.0` to `15.0.0` ([#3707](https://github.com/MetaMask/snaps/pull/3707))
1620

1721
## [9.5.1]
1822

packages/snaps-sdk/CHANGELOG.md

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

1010
## [10.2.0]
1111

12-
### Uncategorized
12+
### Added
1313

14-
- feat: Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
14+
- 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`.
1518

1619
## [10.1.0]
1720

packages/snaps-simulation/CHANGELOG.md

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

1010
## [3.6.0]
1111

12-
### Uncategorized
12+
### Added
13+
14+
- Add support for the `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
15+
- The `pickDateTime` function can be used to interact with the component in tests.
16+
17+
- Include client versions in `snap_getClientStatus` ([#3724](https://github.com/MetaMask/snaps/pull/3724))
18+
19+
## Changed
1320

14-
- feat: Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
15-
- chore: Bump @metamask/permission-controller from 12.1.0 to 12.1.1 ([#3746](https://github.com/MetaMask/snaps/pull/3746))
16-
- feat: Include versions in `snap_getClientStatus` ([#3724](https://github.com/MetaMask/snaps/pull/3724))
17-
- chore: Bump @metamask/permission-controller from 12.0.0 to 12.1.0 ([#3714](https://github.com/MetaMask/snaps/pull/3714))
18-
- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707))
21+
- Bump `@metamask/permission-controller` from `12.0.0` to `12.1.1` ([#3746](https://github.com/MetaMask/snaps/pull/3746)), ([#3714](https://github.com/MetaMask/snaps/pull/3714))
22+
- Bump `@metamask/phishing-controller` from `13.1.0` to `15.0.0` ([#3707](https://github.com/MetaMask/snaps/pull/3707))
1923

2024
## [3.5.1]
2125

packages/snaps-utils/CHANGELOG.md

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

1010
## [11.7.0]
1111

12-
### Uncategorized
12+
### Added
13+
14+
- Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
15+
- Moves `ISO8601DateStruct` to `@metamask/snaps-utils` and re-export it for backwards compatibility.
16+
17+
### Changed
1318

14-
- feat: Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698))
15-
- chore: Bump @metamask/permission-controller from 12.1.0 to 12.1.1 ([#3746](https://github.com/MetaMask/snaps/pull/3746))
16-
- feat!: Support specified `clientVersions` in the registry ([#3737](https://github.com/MetaMask/snaps/pull/3737))
17-
- chore: Bump @metamask/permission-controller from 12.0.0 to 12.1.0 ([#3714](https://github.com/MetaMask/snaps/pull/3714))
18-
- chore: Bump vite from 6.3.4 to 6.4.1 in the npm_and_yarn group across 1 directory ([#3633](https://github.com/MetaMask/snaps/pull/3633))
19+
- Bump `@metamask/snaps-registry` from `3.2.3` to `3.3.0` ([#3737](https://github.com/MetaMask/snaps/pull/3737))
20+
- Bump `@metamask/permission-controller` from `12.1.0` to `12.1.1` ([#3746](https://github.com/MetaMask/snaps/pull/3746))
21+
- Bump `@metamask/permission-controller` from `12.0.0` to `12.1.0` ([#3714](https://github.com/MetaMask/snaps/pull/3714))
22+
- Bump `vite` from `6.3.4` to `6.4.1` ([#3633](https://github.com/MetaMask/snaps/pull/3633))
1923

2024
## [11.6.1]
2125

packages/test-snaps/CHANGELOG.md

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

1010
## [3.1.0]
1111

12-
### Uncategorized
12+
### Added
13+
14+
- Use EIP-6963 for `test-snaps` ([#3757](https://github.com/MetaMask/snaps/pull/3757))
15+
16+
### Fixed
1317

14-
- fix: Move `test-snaps` dependencies to devDependencies ([#3758](https://github.com/MetaMask/snaps/pull/3758))
15-
- feat: Use EIP-6963 for `test-snaps` ([#3757](https://github.com/MetaMask/snaps/pull/3757))
18+
- Move `test-snaps` dependencies to devDependencies ([#3758](https://github.com/MetaMask/snaps/pull/3758))
1619

1720
## [3.0.0]
1821

0 commit comments

Comments
 (0)