File tree Expand file tree Collapse file tree 10 files changed +43
-5
lines changed
Expand file tree Collapse file tree 10 files changed +43
-5
lines changed Original file line number Diff line number Diff line change 11# @0xsequence/kit-connectors
22
3+ ## 5.0.1
4+
5+ ### Patch Changes
6+
7+ - Wallet widget styles were not being included in the css build
8+
9+ - Updated dependencies [ ] :
10+ - @0xsequence/connect @5.0.1
11+ - @0xsequence/hooks @5.0.1
12+
313## 5.0.0
414
515### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @0xsequence/checkout" ,
3- "version" : " 5.0.0 " ,
3+ "version" : " 5.0.1 " ,
44 "description" : " Checkout UI for Sequence Web SDK" ,
55 "repository" : " https://github.com/0xsequence/web-sdk/tree/master/packages/checkout" ,
66 "author" : " Horizon Blockchain Games" ,
Original file line number Diff line number Diff line change 11# @0xsequence/kit
22
3+ ## 5.0.1
4+
5+ ### Patch Changes
6+
7+ - Wallet widget styles were not being included in the css build
8+
9+ - Updated dependencies [ ] :
10+ - @0xsequence/hooks @5.0.1
11+
312## 5.0.0
413
514### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @0xsequence/connect" ,
3- "version" : " 5.0.0 " ,
3+ "version" : " 5.0.1 " ,
44 "description" : " Connect package for Sequence Web SDK" ,
55 "keywords" : [
66 " sequence" ,
Original file line number Diff line number Diff line change 1- export const WEB_SDK_VERSION = '5.0.0 '
1+ export const WEB_SDK_VERSION = '5.0.1 '
Original file line number Diff line number Diff line change @@ -586,6 +586,9 @@ export const styles = String.raw`
586586 .w-screen {
587587 width: 100vw;
588588 }
589+ .max-w-1 {
590+ max-width: calc(var(--spacing) * 1);
591+ }
589592 .max-w-1\/2 {
590593 max-width: calc(1/2 * 100%);
591594 }
Original file line number Diff line number Diff line change 11# @0xsequence/hooks
22
3+ ## 5.0.1
4+
5+ ### Patch Changes
6+
7+ - Wallet widget styles were not being included in the css build
8+
39## 5.0.0
410
511### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @0xsequence/hooks" ,
3- "version" : " 5.0.0 " ,
3+ "version" : " 5.0.1 " ,
44 "description" : " React hooks for Sequence Web SDK" ,
55 "repository" : " https://github.com/0xsequence/web-sdk/tree/master/packages/hooks" ,
66 "author" : " Horizon Blockchain Games" ,
Original file line number Diff line number Diff line change 11# @0xsequence/kit-wallet
22
3+ ## 5.0.1
4+
5+ ### Patch Changes
6+
7+ - Wallet widget styles were not being included in the css build
8+
9+ - Updated dependencies [ ] :
10+ - @0xsequence/connect @5.0.1
11+ - @0xsequence/hooks @5.0.1
12+
313## 5.0.0
414
515### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @0xsequence/wallet-widget" ,
3- "version" : " 5.0.0 " ,
3+ "version" : " 5.0.1 " ,
44 "description" : " Wallet UI for Sequence Web SDK" ,
55 "repository" : " https://github.com/0xsequence/web-sdk/tree/master/packages/wallet-widget" ,
66 "author" : " Horizon Blockchain Games" ,
You can’t perform that action at this time.
0 commit comments