Skip to content

Commit 42a0c52

Browse files
Update Release 76.0.0
1 parent 5d1e88d commit 42a0c52

File tree

40 files changed

+362
-832
lines changed

40 files changed

+362
-832
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": "75.0.0",
3+
"version": "76.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/create-snap/CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740))
13-
- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748))
14-
- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744))
15-
- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745))
16-
- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742))
17-
- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741))
18-
1910
## [4.0.4]
2011

2112
### Fixed
@@ -114,19 +105,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114105
- The version of the package no longer needs to match the version of all other
115106
MetaMask Snaps packages.
116107

117-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]
118-
[4.0.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
119-
[4.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
120-
[4.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
121-
[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
122-
[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
123-
[3.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
124-
[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
125-
[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
126-
[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
127-
[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
128-
[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
129-
[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
130-
[0.37.4-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
131-
[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
132-
[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/[email protected]
108+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
109+
[4.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
110+
[4.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
111+
[4.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
112+
[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
113+
[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
114+
[3.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
115+
[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
116+
[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
117+
[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
118+
[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
119+
[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
120+
[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
121+
[0.37.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
122+
[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
123+
[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/[email protected]

packages/examples/packages/bip32/CHANGELOG.md

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +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 MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853))
13-
- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783))
14-
- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps-skunkworks.git/pull/2787))
15-
- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767))
16-
- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751))
17-
- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740))
18-
- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748))
19-
- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744))
20-
- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745))
21-
- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742))
22-
- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741))
23-
2410
## [2.2.1]
2511

2612
### Fixed
@@ -91,14 +77,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9177
- The version of the package no longer needs to match the version of all other
9278
MetaMask Snaps packages.
9379

94-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]
95-
[2.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
96-
[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
97-
[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
98-
[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
99-
[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
100-
[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
101-
[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
102-
[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
103-
[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
104-
[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/[email protected]
80+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
81+
[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
82+
[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
83+
[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
84+
[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
85+
[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
86+
[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
87+
[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
88+
[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
89+
[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
90+
[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/[email protected]

packages/examples/packages/bip44/CHANGELOG.md

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +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 MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853))
13-
- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783))
14-
- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps-skunkworks.git/pull/2787))
15-
- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767))
16-
- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751))
17-
- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740))
18-
- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748))
19-
- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744))
20-
- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745))
21-
- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742))
22-
- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741))
23-
2410
## [2.1.3]
2511

2612
### Fixed
@@ -92,14 +78,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9278
- The version of the package no longer needs to match the version of all other
9379
MetaMask Snaps packages.
9480

95-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]
96-
[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
97-
[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
98-
[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
99-
[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
100-
[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
101-
[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
102-
[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
103-
[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
104-
[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
105-
[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/[email protected]
81+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
82+
[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
83+
[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
84+
[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
85+
[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
86+
[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
87+
[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
88+
[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
89+
[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
90+
[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
91+
[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/[email protected]

0 commit comments

Comments
 (0)