Skip to content

Commit d079111

Browse files
committed
Update Release 116.0.0
1 parent 116b174 commit d079111

File tree

60 files changed

+53
-1180
lines changed

Some content is hidden

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

60 files changed

+53
-1180
lines changed

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": "115.0.0",
3+
"version": "116.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

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

3112
### Fixed

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/example-snaps",
3-
"version": "3.23.0",
3+
"version": "3.24.0",
44
"private": true,
55
"description": "A collection of examples demonstrating how to build MetaMask Snaps",
66
"keywords": [

packages/examples/packages/background-events/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-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
13-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
14-
- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463))
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 `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
19-
- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425))
20-
- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412))
21-
2210
## [1.0.0]
2311

2412
### Added

packages/examples/packages/bip32/CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
13-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
14-
- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463))
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 `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
19-
- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425))
20-
- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412))
21-
- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400))
22-
- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384))
23-
- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378))
24-
- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322))
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-
- chore(deps): bump @metamask/key-tree from 10.1.0 to 10.1.1 ([#3254](https://github.com/MetaMask/snaps/pull/3254))
35-
- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217))
36-
- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204))
37-
3810
## [2.3.0]
3911

4012
### Added

packages/examples/packages/bip44/CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
13-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
14-
- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463))
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 `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
19-
- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425))
20-
- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412))
21-
- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400))
22-
- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384))
23-
- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378))
24-
- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322))
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-
- chore(deps): bump @metamask/key-tree from 10.1.0 to 10.1.1 ([#3254](https://github.com/MetaMask/snaps/pull/3254))
35-
- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217))
36-
- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204))
37-
3810
## [2.2.0]
3911

4012
### Added

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

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

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
13-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
14-
- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463))
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 `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
19-
- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425))
20-
- feat: Add `active` flag for `snap_getClientStatus` ([#3424](https://github.com/MetaMask/snaps/pull/3424))
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-
- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309))
28-
- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297))
29-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283))
30-
- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277))
31-
- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269))
32-
- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256))
33-
- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185))
34-
- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118))
35-
- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123))
36-
- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061))
37-
- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055))
38-
- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038))
39-
- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012))
40-
- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946))
41-
- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989))
42-
- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964))
43-
- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938))
44-
- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918))
45-
- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853))
46-
- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783))
47-
- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767))
48-
- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751))
49-
- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740))
50-
- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748))
51-
- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744))
52-
- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745))
53-
- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742))
54-
- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741))
55-
5610
## [1.0.3]
5711

5812
### Fixed

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

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

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
13-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
14-
1510
## [1.0.0]
1611

1712
### Added

packages/examples/packages/cronjobs/CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498))
13-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
14-
- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463))
15-
- feat: Add cronjob duration example ([#3461](https://github.com/MetaMask/snaps/pull/3461))
16-
- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448))
17-
- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
18-
- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444))
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-
- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309))
28-
- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297))
29-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283))
30-
- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275))
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-
- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061))
38-
- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055))
39-
- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038))
40-
4110
### Changed
4211

4312
- **BREAKING:** Remove background events methods in favor of new background events snap ([#3404](https://github.com/MetaMask/snaps/pull/3404))
44-
- When running e2e tests, the cronjobs interfere with background events so it becomes impossible to test
13+
- When running e2e tests, the cronjobs interfere with background events so it becomes impossible to test
4514

4615
## [3.0.0]
4716

0 commit comments

Comments
 (0)