Skip to content

Commit 835fc9a

Browse files
Update changelogs
1 parent 6c83431 commit 835fc9a

File tree

11 files changed

+39
-112
lines changed

11 files changed

+39
-112
lines changed

packages/examples/packages/cronjob-duration/CHANGELOG.md

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

1010
## [1.0.0]
1111

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

14-
- feat: Add cronjob duration example ([#3461](https://github.com/MetaMask/snaps/pull/3461))
14+
- Initial release ([#3461](https://github.com/MetaMask/snaps/pull/3461))
1515

1616
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-duration-example-snap@1.0.0...HEAD
1717
[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/cronjob-duration-example-snap@1.0.0

packages/examples/packages/lifecycle-hooks/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.2.0]
1111

12-
### Uncategorized
13-
14-
- feat: Add `onStart` lifecycle hook ([#3455](https://github.com/MetaMask/snaps/pull/3455))
15-
- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448))
16-
- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
17-
- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
18-
- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425))
19-
- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412))
20-
- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400))
21-
- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384))
22-
- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378))
23-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369))
24-
- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360))
25-
- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309))
26-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283))
27-
- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277))
28-
- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269))
29-
- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256))
30-
- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185))
31-
- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118))
32-
- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123))
33-
- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061))
34-
- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055))
35-
- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038))
36-
- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012))
37-
- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964))
38-
- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938))
39-
- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918))
40-
- Add onInstall and onUpdate to snaps-jest ([#2849](https://github.com/MetaMask/snaps/pull/2849))
41-
- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783))
42-
- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740))
43-
- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748))
44-
- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744))
45-
- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745))
46-
- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742))
47-
- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741))
12+
### Added
13+
14+
- Add `onStart` functionality ([#3455](https://github.com/MetaMask/snaps/pull/3455))
4815

4916
## [2.1.3]
5017

packages/examples/packages/network-access/CHANGELOG.md

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

1010
## [2.2.0]
1111

12-
### Uncategorized
13-
14-
- feat: Add WebSocket logic to network access Snap ([#3458](https://github.com/MetaMask/snaps/pull/3458))
15-
- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448))
16-
- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
17-
- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444))
18-
- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441))
19-
- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
20-
- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425))
21-
- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412))
22-
- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400))
23-
- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384))
24-
- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378))
25-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369))
26-
- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360))
27-
- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232))
28-
- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309))
29-
- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297))
30-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283))
31-
- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277))
32-
- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269))
33-
- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256))
34-
- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185))
35-
- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118))
36-
- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123))
37-
- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091))
38-
- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050))
39-
- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061))
40-
- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055))
41-
- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038))
42-
- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012))
43-
- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946))
44-
- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989))
45-
- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964))
46-
- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938))
47-
- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918))
48-
- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853))
49-
- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783))
50-
- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767))
51-
- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751))
52-
- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740))
53-
- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748))
54-
- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744))
55-
- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745))
56-
- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742))
57-
- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741))
12+
### Added
13+
14+
- Add WebSocket functionality ([#3458](https://github.com/MetaMask/snaps/pull/3458))
5815

5916
## [2.1.3]
6017

packages/snaps-controllers/CHANGELOG.md

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

1010
## [13.1.0]
1111

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

14-
- feat: Add `onStart` lifecycle hook ([#3455](https://github.com/MetaMask/snaps/pull/3455))
15-
- feat: Add WebSockets support ([#3450](https://github.com/MetaMask/snaps/pull/3450))
16-
- chore: Bump @metamask/phishing-controller from 12.5.0 to 12.6.0 ([#3451](https://github.com/MetaMask/snaps/pull/3451))
14+
- Add `WebSocketService` for WebSockets support ([#3450](https://github.com/MetaMask/snaps/pull/3450))
15+
- This service must be instantiated to invoke `onWebSocketEvent` when WebSocket
16+
messages are received.
17+
- Add `SnapController:init` to support `onStart` handler ([#3455](https://github.com/MetaMask/snaps/pull/3455))
18+
- This function should be called when the client has been fully started.
1719

1820
## [13.0.0]
1921

packages/snaps-execution-environments/CHANGELOG.md

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

1010
## [9.1.0]
1111

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

14-
- feat: Add `onStart` lifecycle hook ([#3455](https://github.com/MetaMask/snaps/pull/3455))
15-
- feat: Add WebSockets support ([#3450](https://github.com/MetaMask/snaps/pull/3450))
14+
- Add support for the `onWebSocketEvent` handler ([#3450](https://github.com/MetaMask/snaps/pull/3450))
15+
- Add support for the `onStart` handler ([#3455](https://github.com/MetaMask/snaps/pull/3455))
1616

1717
## [9.0.0]
1818

packages/snaps-jest/CHANGELOG.md

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

1010
## [9.1.0]
1111

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

14-
- feat: Add `onStart` lifecycle hook ([#3455](https://github.com/MetaMask/snaps/pull/3455))
14+
- Add support for `onStart` ([#3455](https://github.com/MetaMask/snaps/pull/3455))
1515

1616
## [9.0.0]
1717

packages/snaps-rpc-methods/CHANGELOG.md

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

1010
## [13.1.0]
1111

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

14-
- feat: Add `onStart` lifecycle hook ([#3455](https://github.com/MetaMask/snaps/pull/3455))
15-
- fix: Add missing WS types and allow local URLs ([#3459](https://github.com/MetaMask/snaps/pull/3459))
16-
- feat: Add WebSockets support ([#3450](https://github.com/MetaMask/snaps/pull/3450))
14+
- Add RPC methods for WebSockets ([#3450](https://github.com/MetaMask/snaps/pull/3450), [#3459](https://github.com/MetaMask/snaps/pull/3459))
15+
- Add `onStart` to lifecycle hooks endowment ([#3455](https://github.com/MetaMask/snaps/pull/3455))
1716

1817
## [13.0.0]
1918

packages/snaps-sdk/CHANGELOG.md

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

1010
## [8.1.0]
1111

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

14-
- feat: Add `onStart` lifecycle hook ([#3455](https://github.com/MetaMask/snaps/pull/3455))
15-
- fix: Add missing WS types and allow local URLs ([#3459](https://github.com/MetaMask/snaps/pull/3459))
16-
- feat: Add WebSockets support ([#3450](https://github.com/MetaMask/snaps/pull/3450))
14+
- Add WebSockets support ([#3450](https://github.com/MetaMask/snaps/pull/3450), [#3459](https://github.com/MetaMask/snaps/pull/3459))
15+
- This introduces types for the `onWebSocketEvent` handler which receives
16+
events from `WebSocketService`.
17+
- Add types for `onStart` handler ([#3455](https://github.com/MetaMask/snaps/pull/3455))
1718

1819
## [8.0.0]
1920

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.1.0]
1111

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

14-
- feat: Add `onStart` lifecycle hook ([#3455](https://github.com/MetaMask/snaps/pull/3455))
15-
- chore: Bump @metamask/phishing-controller from 12.5.0 to 12.6.0 ([#3451](https://github.com/MetaMask/snaps/pull/3451))
14+
- Add support for `onStart` ([#3455](https://github.com/MetaMask/snaps/pull/3455))
1615

1716
## [3.0.0]
1817

packages/snaps-utils/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
## [10.1.0]
1111

12-
### Uncategorized
12+
### Added
13+
14+
- Add WebSockets support ([#3450](https://github.com/MetaMask/snaps/pull/3450), [#3459](https://github.com/MetaMask/snaps/pull/3459))
15+
- Add support for the `onStart` handler ([#3455](https://github.com/MetaMask/snaps/pull/3455))
16+
17+
### Fixed
1318

14-
- feat: Add `onStart` lifecycle hook ([#3455](https://github.com/MetaMask/snaps/pull/3455))
15-
- fix: Add missing WS types and allow local URLs ([#3459](https://github.com/MetaMask/snaps/pull/3459))
16-
- feat: Add WebSockets support ([#3450](https://github.com/MetaMask/snaps/pull/3450))
17-
- fix: Fix unused permission detection for endowments with multiple handlers ([#3452](https://github.com/MetaMask/snaps/pull/3452))
19+
- Fix unused permission detection for endowments with multiple handlers ([#3452](https://github.com/MetaMask/snaps/pull/3452))
1820

1921
## [10.0.0]
2022

0 commit comments

Comments
 (0)