Skip to content

Commit 3ca366a

Browse files
committed
Update changelogs
1 parent 4f509b3 commit 3ca366a

File tree

7 files changed

+23
-19
lines changed

7 files changed

+23
-19
lines changed

packages/examples/packages/preinstalled/CHANGELOG.md

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

1010
## [0.7.0]
1111

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

14-
- feat: Add `snap_startTrace` and `snap_endTrace` support to `snaps-jest` ([#3547](https://github.com/MetaMask/snaps/pull/3547))
15-
- feat: Add `snap_trackError` and `snap_trackEvent` support to `snaps-jest` ([#3546](https://github.com/MetaMask/snaps/pull/3546))
16-
- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543))
17-
- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533))
18-
- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526))
14+
- Add `trackEvent` method for testing `snap_trackEvent` ([#3546](https://github.com/MetaMask/snaps/pull/3546))
1915

2016
## [0.6.0]
2117

packages/snaps-jest/CHANGELOG.md

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

1010
## [9.4.0]
1111

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

14-
- feat: Add `snap_startTrace` and `snap_endTrace` support to `snaps-jest` ([#3547](https://github.com/MetaMask/snaps/pull/3547))
15-
- feat: Add `snap_trackError` and `snap_trackEvent` support to `snaps-jest` ([#3546](https://github.com/MetaMask/snaps/pull/3546))
14+
- Add support for `snap_startTrace` and `snap_endTrace` ([#3547](https://github.com/MetaMask/snaps/pull/3547))
15+
- Add support for `snap_trackError` ([#3546](https://github.com/MetaMask/snaps/pull/3546))
16+
- Add support for `snap_trackEvent` ([#3546](https://github.com/MetaMask/snaps/pull/3546))
1617

1718
## [9.3.0]
1819

packages/snaps-rpc-methods/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
## [13.5.0]
1111

12-
### Uncategorized
12+
### Changed
1313

14-
- feat: Add `snap_trackError` and `snap_trackEvent` support to `snaps-jest` ([#3546](https://github.com/MetaMask/snaps/pull/3546))
14+
- Use `TrackableErrorStruct` from `@metamask/snaps-utils` ([#3546](https://github.com/MetaMask/snaps/pull/3546))
1515

1616
## [13.4.0]
1717

packages/snaps-simulation/CHANGELOG.md

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

1010
## [3.4.0]
1111

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

14-
- feat: Add `snap_startTrace` and `snap_endTrace` support to `snaps-jest` ([#3547](https://github.com/MetaMask/snaps/pull/3547))
15-
- feat: Add `snap_trackError` and `snap_trackEvent` support to `snaps-jest` ([#3546](https://github.com/MetaMask/snaps/pull/3546))
16-
- chore: Bump @metamask/phishing-controller from 12.6.0 to 13.1.0 ([#3538](https://github.com/MetaMask/snaps/pull/3538))
14+
- Add support for `snap_startTrace` and `snap_endTrace` ([#3547](https://github.com/MetaMask/snaps/pull/3547))
15+
- Add support for `snap_trackError` ([#3546](https://github.com/MetaMask/snaps/pull/3546))
16+
- Add support for `snap_trackEvent` ([#3546](https://github.com/MetaMask/snaps/pull/3546))
1717

1818
## [3.3.0]
1919

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

12-
### Uncategorized
12+
### Changed
1313

14-
- feat: Add `snap_trackError` and `snap_trackEvent` support to `snaps-jest` ([#3546](https://github.com/MetaMask/snaps/pull/3546))
14+
- Move `TrackableErrorStruct` from `@metamask/snaps-rpc-methods` for reusability ([#3546](https://github.com/MetaMask/snaps/pull/3546))
1515

1616
## [11.2.0]
1717

packages/test-snaps/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.28.0]
11+
12+
### Changed
13+
14+
- Use latest versions of example Snaps ([#3549](https://github.com/MetaMask/snaps/pull/3549))
15+
1016
## [2.27.0]
1117

1218
### Changed
@@ -376,7 +382,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
376382

377383
- Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621))
378384

379-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
385+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
386+
[2.28.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
380387
[2.27.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
381388
[2.26.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
382389
[2.25.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/test-snaps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/test-snaps",
3-
"version": "2.27.0",
3+
"version": "2.28.0",
44
"private": true,
55
"description": "The test snaps website for MetaMask Snaps, used for end-to-end testing",
66
"keywords": [

0 commit comments

Comments
 (0)