File tree Expand file tree Collapse file tree 9 files changed +39
-9
lines changed
Expand file tree Collapse file tree 9 files changed +39
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " metamask-sdk-monorepo" ,
3- "version" : " 108 .0.0" ,
3+ "version" : " 109 .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.32.0]
10+ ### Uncategorized
11+ - fix(rndemos): update metro config to support eciesjs crypto imports ([ #1147 ] ( https://github.com/MetaMask/metamask-sdk/pull/1147 ) )
12+ - feat: add turborepo for improved monorepo development experience ([ #1195 ] ( https://github.com/MetaMask/metamask-sdk/pull/1195 ) )
13+
914## [ 0.31.0]
1015### Uncategorized
1116- chore: improve build tooling and modernize dependencies ([ #1128 ] ( https://github.com/MetaMask/metamask-sdk/pull/1128 ) )
@@ -283,7 +288,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
283288### Added
284289- [ FEAT] : improve logging + update examples ([ #99 ] ( https://github.com/MetaMask/metamask-sdk/pull/99 ) )
285290
286- [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.31.0...HEAD
291+ [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.32.0...HEAD
292+ [ 0.32.0 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.31.0...@metamask/sdk-communication-layer@0.32.0
287293[ 0.31.0 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.30.2...@metamask/sdk-communication-layer@0.31.0
288294[ 0.30.2 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.30.0...@metamask/sdk-communication-layer@0.30.2
289295[ 0.30.0 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.29.2...@metamask/sdk-communication-layer@0.30.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/sdk-communication-layer" ,
3- "version" : " 0.31 .0" ,
3+ "version" : " 0.32 .0" ,
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,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.32.0]
10+ ### Added
11+ - feat: setup stencil development environment with component preview ([ #1196 ] ( https://github.com/MetaMask/metamask-sdk/pull/1196 ) )
12+
13+ ### Fixed
14+ - fix: user rejection bug ([ #1202 ] ( https://github.com/MetaMask/metamask-sdk/pull/1202 ) )
15+
916## [ 0.31.5]
1017### Added
1118- chore: add analytics to install modal ([ #1189 ] ( https://github.com/MetaMask/metamask-sdk/pull/1189 ) )
@@ -181,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181188- Update GitHub actions workflows ([ #102 ] ( https://github.com/MetaMask/metamask-sdk/pull/102 ) )
182189- [ FEAT] Yarn v3 migration ([ #100 ] ( https://github.com/MetaMask/metamask-sdk/pull/100 ) )
183190
184- [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.31.5...HEAD
191+ [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.32.0...HEAD
192+ [ 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
185193[ 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
186194[ 0.31.2 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.31.1...@metamask/sdk-install-modal-web@0.31.2
187195[ 0.31.1 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.31.0...@metamask/sdk-install-modal-web@0.31.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/sdk-install-modal-web" ,
3- "version" : " 0.31.5 " ,
3+ "version" : " 0.32.0 " ,
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,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.32.0]
10+ ### Uncategorized
11+ - feat: add turborepo for improved monorepo development experience ([ #1195 ] ( https://github.com/MetaMask/metamask-sdk/pull/1195 ) )
12+
913## [ 0.31.5]
1014### Added
1115- feat: improves the react connected hook when using extension & emit terminate when using extension ([ #1186 ] ( https://github.com/MetaMask/metamask-sdk/pull/1186 ) )
@@ -299,7 +303,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
299303- [ fix] publishing config ([ #135 ] ( https://github.com/MetaMask/metamask-sdk/pull/135 ) )
300304- [ feat] initial beta released
301305
302- [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.31.5...HEAD
306+ [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.32.0...HEAD
307+ [ 0.32.0 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.31.5...@metamask/sdk-react@0.32.0
303308[ 0.31.5 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.31.4...@metamask/sdk-react@0.31.5
304309[ 0.31.4 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.31.3...@metamask/sdk-react@0.31.4
305310[ 0.31.3 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.31.2...@metamask/sdk-react@0.31.3
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/sdk-react" ,
3- "version" : " 0.31.5 " ,
3+ "version" : " 0.32.0 " ,
44 "description" : " A react component and react hooks to connect and use MetaMask" ,
55 "homepage" : " https://github.com/MetaMask/metamask-sdk" ,
66 "bugs" : {
Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.32.0]
10+ ### Added
11+ - feat(sdk): rollback @metamask/providers to 16.1.0 due to Next.js compatibility issues ([ #1207 ] ( https://github.com/MetaMask/metamask-sdk/pull/1207 ) )
12+ - feat(sdk): upgrade @metamask/providers to ^18.3.1 ([ #1199 ] ( https://github.com/MetaMask/metamask-sdk/pull/1199 ) )
13+ - feat: implement message size validation to prevent excessive payloads ([ #1197 ] ( https://github.com/MetaMask/metamask-sdk/pull/1197 ) )
14+ - feat: add turborepo for improved monorepo development experience ([ #1195 ] ( https://github.com/MetaMask/metamask-sdk/pull/1195 ) )
15+
16+ ### Fixed
17+ - fix: user rejection bug ([ #1202 ] ( https://github.com/MetaMask/metamask-sdk/pull/1202 ) )
18+
919## [ 0.31.5]
1020### Added
1121- feat: improves the react connected hook when using extension & emit terminate when using extension ([ #1186 ] ( https://github.com/MetaMask/metamask-sdk/pull/1186 ) )
@@ -473,7 +483,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
473483### Added
474484- [ FEAT] improve logging + update examples ([ #99 ] ( https://github.com/MetaMask/metamask-sdk/pull/99 ) )
475485
476- [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.31.5...HEAD
486+ [ Unreleased ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.32.0...HEAD
487+ [ 0.32.0 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.31.5...@metamask/sdk@0.32.0
477488[ 0.31.5 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.31.4...@metamask/sdk@0.31.5
478489[ 0.31.4 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.31.3...@metamask/sdk@0.31.4
479490[ 0.31.3 ] : https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.31.2...@metamask/sdk@0.31.3
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/sdk" ,
3- "version" : " 0.31.5 " ,
3+ "version" : " 0.32.0 " ,
44 "description" : " " ,
55 "homepage" : " https://github.com/MetaMask/metamask-sdk#readme" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments