Skip to content

Commit 31029c7

Browse files
committed
Update Release 128.0.0
1 parent 1e513dd commit 31029c7

File tree

50 files changed

+51
-1515
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+51
-1515
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This repository contains the following packages [^fn1]:
2121
- [`@metamask/snaps-simulation`](packages/snaps-simulation)
2222
- [`@metamask/snaps-utils`](packages/snaps-utils)
2323
- [`@metamask/snaps-webpack-plugin`](packages/snaps-webpack-plugin)
24+
- [`@metamask/test-snaps`](packages/test-snaps)
2425

2526
<!-- end package list -->
2627

@@ -44,6 +45,7 @@ linkStyle default opacity:0.5
4445
snaps_simulation(["@metamask/snaps-simulation"]);
4546
snaps_utils(["@metamask/snaps-utils"]);
4647
snaps_webpack_plugin(["@metamask/snaps-webpack-plugin"]);
48+
test_snaps(["@metamask/test-snaps"]);
4749
create_snap --> snaps_utils;
4850
snaps_cli --> snaps_rpc_methods;
4951
snaps_cli --> snaps_sandbox;
@@ -71,6 +73,39 @@ linkStyle default opacity:0.5
7173
snaps_webpack_plugin --> snaps_rpc_methods;
7274
snaps_webpack_plugin --> snaps_sdk;
7375
snaps_webpack_plugin --> snaps_utils;
76+
test_snaps --> examples/packages/background_events;
77+
test_snaps --> examples/packages/bip32;
78+
test_snaps --> examples/packages/bip44;
79+
test_snaps --> examples/packages/client_status;
80+
test_snaps --> examples/packages/cronjob_duration;
81+
test_snaps --> examples/packages/cronjobs;
82+
test_snaps --> examples/packages/dialogs;
83+
test_snaps --> examples/packages/errors;
84+
test_snaps --> examples/packages/ethereum_provider;
85+
test_snaps --> examples/packages/ethers_js;
86+
test_snaps --> examples/packages/file_upload;
87+
test_snaps --> examples/packages/get_entropy;
88+
test_snaps --> examples/packages/get_file;
89+
test_snaps --> examples/packages/home_page;
90+
test_snaps --> examples/packages/images;
91+
test_snaps --> examples/packages/transaction_insights;
92+
test_snaps --> examples/packages/interactive_ui;
93+
test_snaps --> examples/packages/json_rpc;
94+
test_snaps --> examples/packages/jsx;
95+
test_snaps --> examples/packages/lifecycle_hooks;
96+
test_snaps --> examples/packages/localization;
97+
test_snaps --> examples/packages/manage_state;
98+
test_snaps --> examples/packages/name_lookup;
99+
test_snaps --> examples/packages/network_access;
100+
test_snaps --> examples/packages/notifications;
101+
test_snaps --> examples/packages/preferences;
102+
test_snaps --> examples/packages/preinstalled;
103+
test_snaps --> examples/packages/protocol;
104+
test_snaps --> examples/packages/send_flow;
105+
test_snaps --> examples/packages/signature_insights;
106+
test_snaps --> snaps_sdk;
107+
test_snaps --> snaps_utils;
108+
test_snaps --> examples/packages/wasm;
74109
```
75110

76111
<!-- end dependency graph -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "127.0.0",
3+
"version": "128.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/create-snap/CHANGELOG.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651))
13-
- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612))
14-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
15-
- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
16-
- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
17-
- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378))
18-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369))
19-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283))
20-
- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277))
21-
- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118))
22-
- chore: Bump ts-bridge ([#2917](https://github.com/MetaMask/snaps/pull/2917))
23-
- Bump `ts-bridge` to `0.6.0` ([#2882](https://github.com/MetaMask/snaps/pull/2882))
24-
- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740))
25-
- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748))
26-
- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744))
27-
- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745))
28-
- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742))
29-
- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741))
30-
3110
## [4.0.4]
3211

3312
### Fixed

packages/examples/packages/background-events/CHANGELOG.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662))
13-
- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651))
14-
- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612))
15-
- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543))
16-
- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533))
17-
- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524))
18-
- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509))
19-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
20-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
21-
- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463))
22-
- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448))
23-
- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
24-
- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444))
25-
- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
26-
- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425))
27-
- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412))
28-
2910
## [1.0.0]
3011

3112
### Added

packages/examples/packages/bip32/CHANGELOG.md

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662))
13-
- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651))
14-
- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648))
15-
- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628))
16-
- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623))
17-
- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612))
18-
- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543))
19-
- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533))
20-
- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526))
21-
- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524))
22-
- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516))
23-
- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509))
24-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
25-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
26-
- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463))
27-
- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448))
28-
- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
29-
- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444))
30-
- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
31-
- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425))
32-
- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412))
33-
- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400))
34-
- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384))
35-
- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378))
36-
- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322))
37-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369))
38-
- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360))
39-
- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232))
40-
- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309))
41-
- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297))
42-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283))
43-
- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277))
44-
- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269))
45-
- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256))
46-
- chore(deps): bump @metamask/key-tree from 10.1.0 to 10.1.1 ([#3254](https://github.com/MetaMask/snaps/pull/3254))
47-
- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217))
48-
- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204))
49-
5010
## [2.3.0]
5111

5212
### Added

packages/examples/packages/bip44/CHANGELOG.md

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662))
13-
- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651))
14-
- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648))
15-
- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628))
16-
- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623))
17-
- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612))
18-
- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543))
19-
- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533))
20-
- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526))
21-
- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524))
22-
- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516))
23-
- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509))
24-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
25-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
26-
- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463))
27-
- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448))
28-
- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
29-
- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444))
30-
- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
31-
- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425))
32-
- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412))
33-
- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400))
34-
- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384))
35-
- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378))
36-
- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322))
37-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369))
38-
- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360))
39-
- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232))
40-
- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309))
41-
- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297))
42-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283))
43-
- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277))
44-
- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269))
45-
- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256))
46-
- chore(deps): bump @metamask/key-tree from 10.1.0 to 10.1.1 ([#3254](https://github.com/MetaMask/snaps/pull/3254))
47-
- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217))
48-
- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204))
49-
5010
## [2.2.0]
5111

5212
### Added

packages/examples/packages/client-status/CHANGELOG.md

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -7,59 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662))
13-
- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651))
14-
- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612))
15-
- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543))
16-
- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533))
17-
- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524))
18-
- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509))
19-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
20-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
21-
- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463))
22-
- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448))
23-
- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
24-
- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444))
25-
- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
26-
- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425))
27-
- feat: Add `active` flag for `snap_getClientStatus` ([#3424](https://github.com/MetaMask/snaps/pull/3424))
28-
- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412))
29-
- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400))
30-
- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384))
31-
- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378))
32-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369))
33-
- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360))
34-
- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309))
35-
- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297))
36-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283))
37-
- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277))
38-
- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269))
39-
- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256))
40-
- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185))
41-
- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118))
42-
- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123))
43-
- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061))
44-
- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055))
45-
- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038))
46-
- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012))
47-
- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946))
48-
- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989))
49-
- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964))
50-
- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938))
51-
- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918))
52-
- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853))
53-
- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783))
54-
- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767))
55-
- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751))
56-
- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740))
57-
- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748))
58-
- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744))
59-
- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745))
60-
- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742))
61-
- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741))
62-
6310
## [1.0.3]
6411

6512
### Fixed

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

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

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662))
13-
- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651))
14-
- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612))
15-
- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543))
16-
- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533))
17-
- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524))
18-
- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509))
19-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
20-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
21-
2210
## [1.0.0]
2311

2412
### Added

0 commit comments

Comments
 (0)