Skip to content

Commit aaaebda

Browse files
Update changelogs
1 parent 0a65146 commit aaaebda

File tree

13 files changed

+455
-483
lines changed

13 files changed

+455
-483
lines changed

packages/examples/packages/preinstalled/CHANGELOG.md

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

1010
## [0.3.0]
1111

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

14-
- Move `onSettingsPage` example to Preinstalled example snap ([#2962](https://github.com/MetaMask/snaps-skunkworks.git/pull/2962))
15-
- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938))
16-
- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918))
17-
- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853))
14+
- Add `onSettingsPage` example logic ([#2911](https://github.com/MetaMask/snaps/pull/2911), [#2962](https://github.com/MetaMask/snaps/pull/2962))
1815

1916
## [0.2.0]
2017

@@ -28,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2825

2926
- Add preinstalled example Snap ([#2721](https://github.com/MetaMask/snaps/pull/2721))
3027

31-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]
32-
[0.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
33-
[0.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
34-
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/[email protected]
28+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
29+
[0.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
30+
[0.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
31+
[0.1.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/[email protected]

packages/snaps-browserify-plugin/CHANGELOG.md

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

1010
## [4.2.0]
1111

12-
### Uncategorized
13-
14-
- chore: Bump ts-bridge ([#2917](https://github.com/MetaMask/snaps-skunkworks.git/pull/2917))
15-
- Bump `ts-bridge` to `0.6.0` ([#2882](https://github.com/MetaMask/snaps-skunkworks.git/pull/2882))
16-
- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740))
17-
- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748))
18-
- Add missing license fields ([#2747](https://github.com/MetaMask/snaps-skunkworks.git/pull/2747))
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))
12+
### Added
13+
14+
- Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938))
2315

2416
## [4.1.2]
2517

@@ -97,17 +89,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9789
- The version of the package no longer needs to match the version of all other
9890
MetaMask Snaps packages.
9991

100-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]
101-
[4.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
102-
[4.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
103-
[4.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
104-
[4.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
105-
[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
106-
[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
107-
[3.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
108-
[3.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
109-
[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
110-
[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
111-
[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
112-
[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
113-
[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/[email protected]
92+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
93+
[4.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
94+
[4.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
95+
[4.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
96+
[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
97+
[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
98+
[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
99+
[3.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
100+
[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
101+
[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
102+
[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
103+
[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
104+
[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
105+
[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/[email protected]

packages/snaps-cli/CHANGELOG.md

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

1010
## [6.6.0]
1111

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

14-
- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938))
15-
- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918))
14+
- Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918))
15+
- This means that top-level-await is now available in Snaps.
16+
- This also means that WASM modules are instantiated asynchrounously.
17+
- Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938))
1618

1719
## [6.5.4]
1820

@@ -301,42 +303,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
301303
- The version of the package no longer needs to match the version of all other
302304
MetaMask Snaps packages.
303305

304-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]
305-
[6.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
306-
[6.5.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
307-
[6.5.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
308-
[6.5.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
309-
[6.5.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
310-
[6.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
311-
[6.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
312-
[6.3.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
313-
[6.3.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
314-
[6.3.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
315-
[6.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
316-
[6.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
317-
[6.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
318-
[6.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
319-
[6.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
320-
[6.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
321-
[6.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
322-
[6.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
323-
[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
324-
[5.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
325-
[5.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
326-
[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
327-
[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
328-
[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
329-
[3.0.5]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
330-
[3.0.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
331-
[3.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
332-
[3.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
333-
[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
334-
[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
335-
[2.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
336-
[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
337-
[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
338-
[0.38.4-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
339-
[0.38.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
340-
[0.38.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
341-
[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected]
342-
[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/[email protected]
306+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
307+
[6.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
308+
[6.5.4]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
309+
[6.5.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
310+
[6.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
311+
[6.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
312+
[6.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
313+
[6.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
314+
[6.3.4]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
315+
[6.3.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
316+
[6.3.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
317+
[6.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
318+
[6.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
319+
[6.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
320+
[6.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
321+
[6.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
322+
[6.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
323+
[6.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
324+
[6.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
325+
[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
326+
[5.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
327+
[5.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
328+
[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
329+
[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
330+
[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
331+
[3.0.5]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
332+
[3.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
333+
[3.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
334+
[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
335+
[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
336+
[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
337+
[2.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
338+
[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
339+
[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
340+
[0.38.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
341+
[0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
342+
[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
343+
[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
344+
[0.38.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/[email protected]

0 commit comments

Comments
 (0)