Skip to content

Commit 2bbb827

Browse files
committed
Update changelogs and manifests
1 parent 845640a commit 2bbb827

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.18
1+
v20

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

Lines changed: 1 addition & 5 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
## [1.0.0]
1111

12-
### Uncategorized
13-
14-
- chore: Fix background events example changelog ([#3408](https://github.com/MetaMask/snaps/pull/3408))
15-
1612
### Added
1713

18-
- Added background events example snap ([#3404](https://github.com/MetaMask/snaps/pull/3404))
14+
- Initial release ([#3409](https://github.com/MetaMask/snaps/pull/3409))
1915

2016
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
2117
[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/[email protected]

packages/examples/packages/background-events/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.0.0",
2+
"version": "1.0.0",
33
"description": "MetaMask example Snap demonstrating the use of background events",
44
"proposedName": "Background Events Example Snap",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "GQErgrmS3u8o7OH5qIy3LOgRi5Os5onPrITIHnJakTg=",
10+
"shasum": "hErp73GYyo7PY+AZUPmuL94+EgeKfPJeUVq2UURgfQU=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/ethereum-provider/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
## [2.4.0]
1111

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

14-
- feat: Add `getChainId` method to Ethereum provider example ([#3407](https://github.com/MetaMask/snaps/pull/3407))
14+
- Add `getChainId` method to get current chain ID ([#3407](https://github.com/MetaMask/snaps/pull/3407))
1515

1616
## [2.3.0]
1717

packages/examples/packages/ethereum-provider/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "2.3.0",
2+
"version": "2.4.0",
33
"description": "MetaMask example snap demonstrating the use of the Ethereum Provider API and `endowment:ethereum-provider` permission.",
44
"proposedName": "Ethereum Provider Example Snap",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "caZ/yWFuxoz8zSE78Anp+6/K1zhJ+CPEwuC63ujX86Q=",
10+
"shasum": "I4+h3lL7U70t4ZHZagAuECK8sYOKcsiqowBM52gLd/8=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/snaps-controllers/CHANGELOG.md

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

1010
## [12.2.0]
1111

12-
### Uncategorized
12+
### Added
13+
14+
- Add `isMinimumPlatformVersion` action ([#3405](https://github.com/MetaMask/snaps/pull/3405))
15+
16+
### Changed
1317

14-
- feat: Add `isMinimumPlatformVersion` action ([#3405](https://github.com/MetaMask/snaps/pull/3405))
15-
- feat: Pass origin to `SnapKeyring` via `MultichainRouter` ([#3403](https://github.com/MetaMask/snaps/pull/3403))
18+
- Pass origin to `SnapKeyring` via `MultichainRouter` ([#3403](https://github.com/MetaMask/snaps/pull/3403))
1619

1720
## [12.1.0]
1821

packages/test-snaps/CHANGELOG.md

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

1010
## [2.23.0]
1111

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

14-
- feat: Add `getChainId` method to Ethereum provider example ([#3407](https://github.com/MetaMask/snaps/pull/3407))
14+
- Add background events Snap for testing background events ([#3404](https://github.com/MetaMask/snaps/pull/3404))
1515

16-
### Added
16+
### Changed
1717

18-
- Use background events example snap for testing background events ([#3404](https://github.com/MetaMask/snaps/pull/3404))
18+
- Show chain ID instead of network version in Ethereum provider Snap ([#3407](https://github.com/MetaMask/snaps/pull/3407))
19+
- Use latest versions of example Snaps ([#3409](https://github.com/MetaMask/snaps/pull/3409))
1920

2021
### Removed
2122

22-
- Delete background events logic from cronjobs example snap section ([#3404](https://github.com/MetaMask/snaps/pull/3404))
23+
- Remove background events logic from cronjob Snap ([#3404](https://github.com/MetaMask/snaps/pull/3404))
2324

2425
## [2.22.0]
2526

0 commit comments

Comments
 (0)