File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed
Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1- v20.18
1+ v20
Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments