Skip to content

Commit c17cb3f

Browse files
committed
Clean changelogs
1 parent d079111 commit c17cb3f

File tree

10 files changed

+27
-85
lines changed

10 files changed

+27
-85
lines changed

packages/examples/packages/preinstalled/CHANGELOG.md

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

1010
## [0.5.0]
1111

12-
### Uncategorized
13-
14-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
15-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
16-
- chore(dev-deps): Bump `tsx` from `^4.19.1` to `^4.20.3` ([#3500](https://github.com/MetaMask/snaps/pull/3500))
17-
- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463))
18-
- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448))
19-
- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
20-
- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444))
21-
- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441))
22-
- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
23-
- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425))
24-
- feat: Add `AccountSelector` component ([#3088](https://github.com/MetaMask/snaps/pull/3088))
25-
- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412))
12+
### Added
13+
14+
- Add `snap_trackError` method example for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
2615

2716
## [0.4.0]
2817

packages/examples/packages/send-flow/CHANGELOG.md

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

1212
### Uncategorized
1313

14-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
15-
- feat: Add support for `AssetSelector` and `AccountSelector` in `snaps-jest` ([#3462](https://github.com/MetaMask/snaps/pull/3462))
16-
- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463))
17-
- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448))
18-
- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
19-
- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441))
20-
- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
21-
- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425))
22-
- feat: Add `AccountSelector` component ([#3088](https://github.com/MetaMask/snaps/pull/3088))
23-
- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412))
24-
- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400))
25-
- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384))
26-
- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378))
27-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369))
28-
- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360))
29-
- perf: Use `typedUnion` for `UserInputEventStruct` ([#3344](https://github.com/MetaMask/snaps/pull/3344))
30-
- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232))
14+
### Changed
15+
16+
- Use the new `AccountSelector` and `AssetSelector` component. ([#3462](https://github.com/MetaMask/snaps/pull/3462))
3117

3218
## [1.1.2]
3319

packages/snaps-controllers/CHANGELOG.md

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

1010
## [14.0.0]
1111

12-
### Uncategorized
13-
14-
- feat!: Move `CronjobController` init to separate function ([#3507](https://github.com/MetaMask/snaps/pull/3507))
15-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
16-
- chore(dev-deps): Bump `tsx` from `^4.19.1` to `^4.20.3` ([#3500](https://github.com/MetaMask/snaps/pull/3500))
17-
- fix: Minor Typo Fixes in Comments ([#3471](https://github.com/MetaMask/snaps/pull/3471))
18-
- chore(devex): Add thresholds to coverage script and log coverage for merged report ([#3460](https://github.com/MetaMask/snaps/pull/3460))
19-
- fix: Fix typos in documentation and code comments ([#3469](https://github.com/MetaMask/snaps/pull/3469))
20-
- fix: typos in function and comments ([#3467](https://github.com/MetaMask/snaps/pull/3467))
21-
2212
### Added
2313

2414
- Add support for `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
2515

16+
### Changed
17+
18+
- **BREAKING** Move `CronjobController` init to separate function ([#3507](https://github.com/MetaMask/snaps/pull/3507))
19+
2620
## [13.1.1]
2721

2822
### Fixed

packages/snaps-execution-environments/CHANGELOG.md

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

1010
## [10.0.0]
1111

12-
### Uncategorized
13-
14-
- feat!: Add `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
15-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
16-
- chore(dev-deps): Bump `tsx` from `^4.19.1` to `^4.20.3` ([#3500](https://github.com/MetaMask/snaps/pull/3500))
17-
- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3497](https://github.com/MetaMask/snaps/pull/3497))
18-
- chore(devex): Add thresholds to coverage script and log coverage for merged report ([#3460](https://github.com/MetaMask/snaps/pull/3460))
19-
2012
### Added
2113

2214
- **BREAKING:** Market data is now fetched through `onAssetsMarketData` instead
23-
of `onAssetConversion`
15+
of `onAssetConversion` ([#3496](https://github.com/MetaMask/snaps/pull/3496))
2416
- Previously, `onAssetConversion` could return a `marketData` property, which
2517
contained market data for the asset being converted. This property
2618
has been removed, and `onAssetsMarketData` should be used instead.

packages/snaps-jest/CHANGELOG.md

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

1010
## [9.2.0]
1111

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

14-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
15-
- feat: Add support for `AssetSelector` and `AccountSelector` in `snaps-jest` ([#3462](https://github.com/MetaMask/snaps/pull/3462))
14+
- Add support for `AssetSelector` and `AccountSelector` ([#3462](https://github.com/MetaMask/snaps/pull/3462))
1615

1716
## [9.1.0]
1817

packages/snaps-rpc-methods/CHANGELOG.md

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

1010
## [13.2.0]
1111

12-
### Uncategorized
13-
14-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
15-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
16-
- fix: typos in function and comments ([#3467](https://github.com/MetaMask/snaps/pull/3467))
17-
1812
### Added
1913

14+
- Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
2015
- Add support for `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
2116

2217
## [13.1.0]

packages/snaps-sdk/CHANGELOG.md

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

1010
## [9.0.0]
1111

12-
### Uncategorized
13-
14-
- feat!: Add `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
15-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
16-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
17-
1812
### Added
1913

14+
- Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
2015
- **BREAKING:** Market data is now fetched through `onAssetsMarketData` instead
21-
of `onAssetConversion`
16+
of `onAssetConversion` ([#3496](https://github.com/MetaMask/snaps/pull/3496))
2217
- Previously, `onAssetConversion` could return a `marketData` property, which
2318
contained market data for the asset being converted. This property
2419
has been removed, and `onAssetsMarketData` should be used instead.

packages/snaps-simulation/CHANGELOG.md

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

1010
## [3.2.0]
1111

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

14-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
15-
- feat: Add support for `AssetSelector` and `AccountSelector` in `snaps-jest` ([#3462](https://github.com/MetaMask/snaps/pull/3462))
14+
- Add support for `AssetSelector` and `AccountSelector` ([#3462](https://github.com/MetaMask/snaps/pull/3462))
1615

1716
## [3.1.0]
1817

packages/snaps-utils/CHANGELOG.md

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

1010
## [11.0.0]
1111

12-
### Uncategorized
13-
14-
- feat!: Add `onAssetsMarketData` handler ([#3496](https://github.com/MetaMask/snaps/pull/3496))
15-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
16-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
17-
- chore(dev-deps): Bump `tsx` from `^4.19.1` to `^4.20.3` ([#3500](https://github.com/MetaMask/snaps/pull/3500))
18-
- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3497](https://github.com/MetaMask/snaps/pull/3497))
19-
- chore(devex): Add thresholds to coverage script and log coverage for merged report ([#3460](https://github.com/MetaMask/snaps/pull/3460))
20-
- fix: Fix typos in documentation and code comments ([#3469](https://github.com/MetaMask/snaps/pull/3469))
21-
2212
### Added
2313

14+
- Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
2415
- **BREAKING:** Market data is now fetched through `onAssetsMarketData` instead
25-
of `onAssetConversion`
16+
of `onAssetConversion` ([#3496](https://github.com/MetaMask/snaps/pull/3496))
2617
- Previously, `onAssetConversion` could return a `marketData` property, which
2718
contained market data for the asset being converted. This property
2819
has been removed, and `onAssetsMarketData` should be used instead.

packages/test-snaps/CHANGELOG.md

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

1010
## [2.25.0]
1111

12-
### Uncategorized
12+
### Added
13+
14+
- Add `snap_trackError` method example in preinstalled example Snap ([#3498](https://github.com/MetaMask/snaps/pull/3498))
15+
- Add URL input to Websocket example Snap ([#3506](https://github.com/MetaMask/snaps/pull/3506))
16+
17+
### Fixed
1318

14-
- feat: Add WebSocket URL input ([#3506](https://github.com/MetaMask/snaps/pull/3506))
15-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
16-
- chore(dev-deps): Bump `favicons` from `^7.1.2` to `^7.2.0` ([#3499](https://github.com/MetaMask/snaps/pull/3499))
17-
- fix: Move WebSocket controls to new line ([#3473](https://github.com/MetaMask/snaps/pull/3473))
19+
- Move WebSocket controls to new line ([#3473](https://github.com/MetaMask/snaps/pull/3473))
1820

1921
## [2.24.0]
2022

0 commit comments

Comments
 (0)