File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " root" ,
3- "version" : " 107 .0.0" ,
3+ "version" : " 108 .0.0" ,
44 "private" : true ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/example-snaps" ,
3- "version" : " 3.21 .0" ,
3+ "version" : " 3.22 .0" ,
44 "private" : true ,
55 "description" : " A collection of examples demonstrating how to build MetaMask Snaps" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.0]
11+
1012### Added
1113
12- - Added background events example snap ([ #3404 ] ( https://github.com/MetaMask/snaps/pull/3404 ) )
14+ - Initial release ([ #3409 ] ( https://github.com/MetaMask/snaps/pull/3409 ) )
1315
14- [ Unreleased ] : https://github.com/MetaMask/snaps/
16+ [ Unreleased ] : https://github.com/MetaMask/snaps/compare/@metamask/background-events-example-snap@1.0.0...HEAD
17+ [ 1.0.0 ] : https://github.com/MetaMask/snaps/releases/tag/@metamask/background-events-example-snap@1.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/background-events-example-snap" ,
3- "version" : " 0 .0.0" ,
3+ "version" : " 1 .0.0" ,
44 "description" : " MetaMask example Snap demonstrating the use of background events" ,
55 "keywords" : [
66 " MetaMask" ,
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 @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.4.0]
11+
12+ ### Added
13+
14+ - Add ` getChainId ` method to get current chain ID ([ #3407 ] ( https://github.com/MetaMask/snaps/pull/3407 ) )
15+
1016## [ 2.3.0]
1117
1218### Changed
@@ -98,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
98104 - The version of the package no longer needs to match the version of all other
99105 MetaMask Snaps packages.
100106
101- [ Unreleased ] : https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.3.0...HEAD
107+ [ Unreleased ] : https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.4.0...HEAD
108+ [ 2.4.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.3.0...@metamask/ethereum-provider-example-snap@2.4.0
102109[ 2.3.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.2.1...@metamask/ethereum-provider-example-snap@2.3.0
103110[ 2.2.1 ] : https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.2.0...@metamask/ethereum-provider-example-snap@2.2.1
104111[ 2.2.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.3...@metamask/ethereum-provider-example-snap@2.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/ethereum-provider-example-snap" ,
3- "version" : " 2.3 .0" ,
3+ "version" : " 2.4 .0" ,
44 "description" : " MetaMask example snap demonstrating the use of the Ethereum Provider API and `endowment:ethereum-provider` permission" ,
55 "keywords" : [
66 " MetaMask" ,
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 @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 12.2.0]
11+
12+ ### Added
13+
14+ - Add ` isMinimumPlatformVersion ` action ([ #3405 ] ( https://github.com/MetaMask/snaps/pull/3405 ) )
15+
16+ ### Changed
17+
18+ - Pass origin to ` SnapKeyring ` via ` MultichainRouter ` ([ #3403 ] ( https://github.com/MetaMask/snaps/pull/3403 ) )
19+
1020## [ 12.1.0]
1121
1222### Added
@@ -756,7 +766,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
756766 - The version of the package no longer needs to match the version of all other
757767 MetaMask Snaps packages.
758768
759- [ Unreleased ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@12.1.0...HEAD
769+ [ Unreleased ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@12.2.0...HEAD
770+ [ 12.2.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@12.1.0...@metamask/snaps-controllers@12.2.0
760771[ 12.1.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@12.0.1...@metamask/snaps-controllers@12.1.0
761772[ 12.0.1 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@12.0.0...@metamask/snaps-controllers@12.0.1
762773[ 12.0.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@11.2.3...@metamask/snaps-controllers@12.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/snaps-controllers" ,
3- "version" : " 12.1 .0" ,
3+ "version" : " 12.2 .0" ,
44 "description" : " Controllers for MetaMask Snaps" ,
55 "keywords" : [
66 " MetaMask" ,
You can’t perform that action at this time.
0 commit comments