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" : " metamask-sdk-monorepo" ,
3- "version" : " 116 .0.0" ,
3+ "version" : " 117 .0.0" ,
44 "private" : true ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.0.6]
10+ ### Changed
11+ - Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.
12+ - fix: missing export of esmodule on sdk-analytics ([ #1334 ] ( https://github.com/MetaMask/metamask-sdk/pull/1334 ) )
13+
914## [ 0.0.5]
1015### Fixed
1116- Updates and Fixes to Analytics ([ #1294 ] ( https://github.com/MetaMask/metamask-sdk/pull/1294 ) )
@@ -30,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3035### Added
3136- Initial release
3237
33- [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-analytics@0.0.5...HEAD
38+ [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-analytics@0.0.6...HEAD
39+ [ 0.0.6 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-analytics@0.0.5...@metamask/sdk-analytics@0.0.6
3440[ 0.0.5 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-analytics@0.0.4...@metamask/sdk-analytics@0.0.5
3541[ 0.0.4 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-analytics@0.0.3...@metamask/sdk-analytics@0.0.4
3642[ 0.0.3 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-analytics@0.0.2...@metamask/sdk-analytics@0.0.3
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/sdk-analytics" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "description" : " Analytics package for MetaMask SDK" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.33.2]
10+ ### Changed
11+ - Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.
12+
913## [ 0.33.1]
1014### Fixed
1115- chore: pin ` debug ` package to ` 4.3.4 ` due to npm compromise ([ #1342 ] ( https://github.com/MetaMask/metamask-sdk/pull/1342 ) )
@@ -301,7 +305,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
301305### Added
302306- [ FEAT] : improve logging + update examples ([ #99 ] ( https://github.com/MetaMask/metamask-sdk/pull/99 ) )
303307
304- [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.33.1...HEAD
308+ [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.33.2...HEAD
309+ [ 0.33.2 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.33.1...@metamask/sdk-communication-layer@0.33.2
305310[ 0.33.1 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.33.0...@metamask/sdk-communication-layer@0.33.1
306311[ 0.33.0 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.32.0...@metamask/sdk-communication-layer@0.33.0
307312[ 0.32.0 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.31.0...@metamask/sdk-communication-layer@0.32.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/sdk-communication-layer" ,
3- "version" : " 0.33.1 " ,
3+ "version" : " 0.33.2 " ,
44 "description" : " " ,
55 "homepage" : " https://github.com/MetaMask/metamask-sdk#readme" ,
66 "bugs" : {
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.32.2]
10+ ### Changed
11+ - Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.
12+ - feat: adding mobile wallet protocol ([ #1346 ] ( https://github.com/MetaMask/metamask-sdk/pull/1346 ) )
13+ - Release 110.0.0 ([ #1235 ] ( https://github.com/MetaMask/metamask-sdk/pull/1235 ) )
14+
915## [ 0.32.1]
1016### Added
1117- chore: updates assets ([ #1220 ] ( https://github.com/MetaMask/metamask-sdk/pull/1220 ) )
@@ -192,7 +198,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
192198- Update GitHub actions workflows ([ #102 ] ( https://github.com/MetaMask/metamask-sdk/pull/102 ) )
193199- [ FEAT] Yarn v3 migration ([ #100 ] ( https://github.com/MetaMask/metamask-sdk/pull/100 ) )
194200
195- [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.32.1...HEAD
201+ [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.32.2...HEAD
202+ [ 0.32.2 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.32.1...@metamask/sdk-install-modal-web@0.32.2
196203[ 0.32.1 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.32.0...@metamask/sdk-install-modal-web@0.32.1
197204[ 0.32.0 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.31.5...@metamask/sdk-install-modal-web@0.32.0
198205[ 0.31.5 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.31.2...@metamask/sdk-install-modal-web@0.31.5
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/sdk-install-modal-web" ,
3- "version" : " 0.32.1 " ,
3+ "version" : " 0.32.2 " ,
44 "description" : " MetaMask SDK Install Modal for Web" ,
55 "homepage" : " https://github.com/MetaMask/metamask-sdk#readme" ,
66 "bugs" : {
Original file line number Diff line number Diff line change @@ -6,4 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/
9+ ## [ 0.0.1]
10+ ### Changed
11+ - Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.
12+
13+ [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-multichain-ui@0.0.1...HEAD
14+ [ 0.0.1 ] : https://github.com/MetaMask/metamask-sdk/releases/tag/@metamask/sdk-multichain-ui@0.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/sdk-multichain-ui" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.0.1 " ,
44 "description" : " MetaMask SDK Install Modal for Web" ,
55 "homepage" : " https://github.com/MetaMask/metamask-sdk#readme" ,
66 "bugs" : {
Original file line number Diff line number Diff line change @@ -6,4 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/
9+ ## [ 0.0.1]
10+ ### Changed
11+ - Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.
12+
13+ [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/multichain-sdk@0.0.1...HEAD
14+ [ 0.0.1 ] : https://github.com/MetaMask/metamask-sdk/releases/tag/@metamask/multichain-sdk@0.0.1
You can’t perform that action at this time.
0 commit comments