Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 31fa5f3

Browse files
authored
chore: release main (#60)
🤖 I have created a release *beep* *boop* --- <details><summary>sygmaprotocol-react-widget: 0.1.0</summary> ## 0.1.0 (2024-04-19) ### Features * base interface implementation for react package ([#61](#61)) ([0f38d7c](0f38d7c)) * EmvWallet class base implementation ([74c9649](74c9649)) ### Bug Fixes * fix sygma namespace ([f9ab963](f9ab963)) ### Miscellaneous Chores * **main:** release 0.0.1 ([8cff038](8cff038)) * release 0.1.0 ([#101](#101)) ([c8f1aed](c8f1aed)) ### Dependencies * The following workspace dependencies were updated * dependencies * @buildwithsygma/sygmaprotocol-widget bumped to 0.1.0 </details> <details><summary>sygmaprotocol-widget: 0.1.0</summary> ## [0.1.0](sygmaprotocol-widget-v0.1.0...sygmaprotocol-widget-v0.1.0) (2024-04-19) ### Features * action buttons v2 ([#91](#91)) ([5b2fbc5](5b2fbc5)) * add account balance refreshing for erc20 and evm native token ([#88](#88)) ([e135edc](e135edc)) * adding token balance to amount component ([c7b6268](c7b6268)) * address to transfer ([#56](#56)) ([9fa87ad](9fa87ad)) * allow bridge environment configuration ([#104](#104)) ([7dd44e4](7dd44e4)) * amount input styles update ([#77](#77)) ([6101005](6101005)) * base implementation of network selector for the widget component ([b04ac49](b04ac49)) * base interface implementation for react package ([#61](#61)) ([0f38d7c](0f38d7c)) * base layout for widget + styles ([e259dca](e259dca)) * changes to properties names ([291e753](291e753)) * creation of mixin for property declaration and using component to render view ([d22772e](d22772e)) * EmvWallet class base implementation ([74c9649](74c9649)) * evm and substrate wallet connection ([#72](#72)) ([ccf2049](ccf2049)) * evm token transfer logic ([#95](#95)) ([7ae8547](7ae8547)) * externalize wallet connect connection through props ([#94](#94)) ([cc8617d](cc8617d)) * improvements on selector implementation and misc changes ([940317f](940317f)) * network selector component ([#70](#70)) ([003416e](003416e)) * overlay ([#79](#79)) ([751ddb1](751ddb1)) * remove wrong entrypoint for the widget ([9e0007e](9e0007e)) * removing abi definition, calling sdk function to get balance and updating package.json file ([95b0653](95b0653)) * renaming files, improvements over style and adding the components into the main layout ([edd4e35](edd4e35)) * reset fields after transfer is complete ([#163](#163)) ([762e95a](762e95a)), closes [#133](#133) * SDK Manager package ([#25](#25)) ([f9a8793](f9a8793)) * set destination address for EVM ([#129](#129)) ([679346a](679346a)) * small modifications to amount component and connect component ([1fda019](1fda019)) * transfer status ([#89](#89)) ([76c0265](76c0265)) * upon clicking on max, render max value and trigger change event ([24746f5](24746f5)) * utils functions, styles on diff file and rendering icons per chain id ([a2bc154](a2bc154)) ### Bug Fixes * add css reset ([#75](#75)) ([d512f58](d512f58)) * address input not submitted on paste ([#108](#108)) ([9acf7f0](9acf7f0)) * amount selector prefilled with zero ([#109](#109)) ([b178429](b178429)) * bug where user could proceed with invalid destination address ([#176](#176)) ([634a121](634a121)), closes [#164](#164) * clear wallet context on disconnect ([#152](#152)) ([4a497e2](4a497e2)) * easier amount input ([#159](#159)) ([8d6620e](8d6620e)) * error where start new transfer isn't working ([#126](#126)) ([ca4ece0](ca4ece0)) * evm amount is now calculated as user input minus the fee ([#143](#143)) ([d29771e](d29771e)) * fix sygma namespace ([f9ab963](f9ab963)) * incorrect transfer state when disconnecting wallet after transfer completed ([#130](#130)) ([359e6df](359e6df)) * input type and conditional render for token icon ([25d7db3](25d7db3)) * linter issue with style module ([edc34bb](edc34bb)) * max button rounds value ([#137](#137)) ([01901e6](01901e6)) * misc fixes with icons ([#85](#85)) ([fedbcd9](fedbcd9)) * prevent new lines and spaces in address input ([#81](#81)) ([44a318e](44a318e)) * re-validate on account balance change ([#107](#107)) ([7935f81](7935f81)) * removing log ([71f42d6](71f42d6)) * specific dispatchers either for network or token selector ([1ba9de3](1ba9de3)) * substrate address not validated bug ([#128](#128)) ([74191b1](74191b1)) * switch networks and misc fixes ([#127](#127)) ([db9ad8a](db9ad8a)) * Switching to a different TOKEN mapping for "From - TO" relationship is not updated in UI if amount is inserted ([#160](#160)) ([e2d16fd](e2d16fd)) * update sygma sdk version ([#82](#82)) ([6d8447a](6d8447a)) * widget cloudflare deploy ([#68](#68)) ([fe6c36f](fe6c36f)) ### Miscellaneous Chores * **main:** release 0.0.1 ([8cff038](8cff038)) * release 0.1.0 ([#101](#101)) ([c8f1aed](c8f1aed)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 634a121 commit 31fa5f3

File tree

3 files changed

+97
-1
lines changed

3 files changed

+97
-1
lines changed

.release-please-manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"packages/widget": "0.1.0"
2+
"packages/widget": "0.1.0",
3+
"packages/react": "0.1.0"
34
}

packages/react/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-04-19)
4+
5+
6+
### Features
7+
8+
* base interface implementation for react package ([#61](https://github.com/sygmaprotocol/sygma-widget/issues/61)) ([0f38d7c](https://github.com/sygmaprotocol/sygma-widget/commit/0f38d7c785fe40a51b69ddc04b858b542c0ea1fd))
9+
* EmvWallet class base implementation ([74c9649](https://github.com/sygmaprotocol/sygma-widget/commit/74c96492dba784524891dfa04ca3314c69a36370))
10+
11+
12+
### Bug Fixes
13+
14+
* fix sygma namespace ([f9ab963](https://github.com/sygmaprotocol/sygma-widget/commit/f9ab9637ea2b797086cee6c0a12b046e3cb2e14c))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* **main:** release 0.0.1 ([8cff038](https://github.com/sygmaprotocol/sygma-widget/commit/8cff038e5ec68039a2b3ff0301f9d7d4b63d9f61))
20+
* release 0.1.0 ([#101](https://github.com/sygmaprotocol/sygma-widget/issues/101)) ([c8f1aed](https://github.com/sygmaprotocol/sygma-widget/commit/c8f1aede49a480e4a6a5894857589c375457d5d4))
21+
22+
23+
### Dependencies
24+
25+
* The following workspace dependencies were updated
26+
* dependencies
27+
* @buildwithsygma/sygmaprotocol-widget bumped to 0.1.0

packages/widget/CHANGELOG.md

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/sygmaprotocol/sygma-widget/compare/sygmaprotocol-widget-v0.1.0...sygmaprotocol-widget-v0.1.0) (2024-04-19)
4+
5+
6+
### Features
7+
8+
* action buttons v2 ([#91](https://github.com/sygmaprotocol/sygma-widget/issues/91)) ([5b2fbc5](https://github.com/sygmaprotocol/sygma-widget/commit/5b2fbc572efa9e9ca528159ecca6cd6be64365d0))
9+
* add account balance refreshing for erc20 and evm native token ([#88](https://github.com/sygmaprotocol/sygma-widget/issues/88)) ([e135edc](https://github.com/sygmaprotocol/sygma-widget/commit/e135edcd1f569cb43d856ccb1ede5bf699787075))
10+
* adding token balance to amount component ([c7b6268](https://github.com/sygmaprotocol/sygma-widget/commit/c7b6268053698a0b979f4faca9f3028e173cde0e))
11+
* address to transfer ([#56](https://github.com/sygmaprotocol/sygma-widget/issues/56)) ([9fa87ad](https://github.com/sygmaprotocol/sygma-widget/commit/9fa87ad24762518cdcff10a0dd1aad5c844ce1dc))
12+
* allow bridge environment configuration ([#104](https://github.com/sygmaprotocol/sygma-widget/issues/104)) ([7dd44e4](https://github.com/sygmaprotocol/sygma-widget/commit/7dd44e45d90468b0f0f69c381ebae7782226a697))
13+
* amount input styles update ([#77](https://github.com/sygmaprotocol/sygma-widget/issues/77)) ([6101005](https://github.com/sygmaprotocol/sygma-widget/commit/61010050d0bd8602ea146e1a19045c4686e096b9))
14+
* base implementation of network selector for the widget component ([b04ac49](https://github.com/sygmaprotocol/sygma-widget/commit/b04ac4952bfb775834cb1c7424f2ab3ed92dee33))
15+
* base interface implementation for react package ([#61](https://github.com/sygmaprotocol/sygma-widget/issues/61)) ([0f38d7c](https://github.com/sygmaprotocol/sygma-widget/commit/0f38d7c785fe40a51b69ddc04b858b542c0ea1fd))
16+
* base layout for widget + styles ([e259dca](https://github.com/sygmaprotocol/sygma-widget/commit/e259dca3719d96e0f8fedda8c3f711267c0a2ee0))
17+
* changes to properties names ([291e753](https://github.com/sygmaprotocol/sygma-widget/commit/291e7535188f42b6a9f5bc4595e22901637446af))
18+
* creation of mixin for property declaration and using component to render view ([d22772e](https://github.com/sygmaprotocol/sygma-widget/commit/d22772ea92cd088d571065b80f493f70a9f58cbd))
19+
* EmvWallet class base implementation ([74c9649](https://github.com/sygmaprotocol/sygma-widget/commit/74c96492dba784524891dfa04ca3314c69a36370))
20+
* evm and substrate wallet connection ([#72](https://github.com/sygmaprotocol/sygma-widget/issues/72)) ([ccf2049](https://github.com/sygmaprotocol/sygma-widget/commit/ccf2049b59da392789016774cff650d5b4491280))
21+
* evm token transfer logic ([#95](https://github.com/sygmaprotocol/sygma-widget/issues/95)) ([7ae8547](https://github.com/sygmaprotocol/sygma-widget/commit/7ae85477e9c5481d30f4c5ce5a1ba737ce705895))
22+
* externalize wallet connect connection through props ([#94](https://github.com/sygmaprotocol/sygma-widget/issues/94)) ([cc8617d](https://github.com/sygmaprotocol/sygma-widget/commit/cc8617dc76c32393c876d5151cfaa3a938af0564))
23+
* improvements on selector implementation and misc changes ([940317f](https://github.com/sygmaprotocol/sygma-widget/commit/940317fcaa58478549afc615b1cddf9f8dcdac04))
24+
* network selector component ([#70](https://github.com/sygmaprotocol/sygma-widget/issues/70)) ([003416e](https://github.com/sygmaprotocol/sygma-widget/commit/003416e66450f61cdefc7dd018a0aa10cbf34652))
25+
* overlay ([#79](https://github.com/sygmaprotocol/sygma-widget/issues/79)) ([751ddb1](https://github.com/sygmaprotocol/sygma-widget/commit/751ddb15fbaaa7a20f11775beca3577e324e0793))
26+
* remove wrong entrypoint for the widget ([9e0007e](https://github.com/sygmaprotocol/sygma-widget/commit/9e0007eb54a43bd2e8c79536b7d0bb8a9ef1a956))
27+
* removing abi definition, calling sdk function to get balance and updating package.json file ([95b0653](https://github.com/sygmaprotocol/sygma-widget/commit/95b065369e7b7d86d1e5041285b5e2a53f35aced))
28+
* renaming files, improvements over style and adding the components into the main layout ([edd4e35](https://github.com/sygmaprotocol/sygma-widget/commit/edd4e35118a0a0a992049a6319b63422ad4d838b))
29+
* reset fields after transfer is complete ([#163](https://github.com/sygmaprotocol/sygma-widget/issues/163)) ([762e95a](https://github.com/sygmaprotocol/sygma-widget/commit/762e95ae61f39f0a753e05677735466d8349e734)), closes [#133](https://github.com/sygmaprotocol/sygma-widget/issues/133)
30+
* SDK Manager package ([#25](https://github.com/sygmaprotocol/sygma-widget/issues/25)) ([f9a8793](https://github.com/sygmaprotocol/sygma-widget/commit/f9a87932f5ffe7961c551e644ff20e2293fa4816))
31+
* set destination address for EVM ([#129](https://github.com/sygmaprotocol/sygma-widget/issues/129)) ([679346a](https://github.com/sygmaprotocol/sygma-widget/commit/679346a4ea53bce5c424abbebfb59ee9a53e0c4e))
32+
* small modifications to amount component and connect component ([1fda019](https://github.com/sygmaprotocol/sygma-widget/commit/1fda01945742580812ca45a22d21902638dfdc8f))
33+
* transfer status ([#89](https://github.com/sygmaprotocol/sygma-widget/issues/89)) ([76c0265](https://github.com/sygmaprotocol/sygma-widget/commit/76c02659dde2decf4073d66ffb2cc35b8129cf41))
34+
* upon clicking on max, render max value and trigger change event ([24746f5](https://github.com/sygmaprotocol/sygma-widget/commit/24746f5f5ecf66cfb6f800e6ea562e4a1d4927dd))
35+
* utils functions, styles on diff file and rendering icons per chain id ([a2bc154](https://github.com/sygmaprotocol/sygma-widget/commit/a2bc154e3dc3530d99a1a476081971a9ba505f25))
36+
37+
38+
### Bug Fixes
39+
40+
* add css reset ([#75](https://github.com/sygmaprotocol/sygma-widget/issues/75)) ([d512f58](https://github.com/sygmaprotocol/sygma-widget/commit/d512f5809a3b34e8507ab6f24c34f946ebcb201e))
41+
* address input not submitted on paste ([#108](https://github.com/sygmaprotocol/sygma-widget/issues/108)) ([9acf7f0](https://github.com/sygmaprotocol/sygma-widget/commit/9acf7f05b5fdbe322b3e50a443735458f6537165))
42+
* amount selector prefilled with zero ([#109](https://github.com/sygmaprotocol/sygma-widget/issues/109)) ([b178429](https://github.com/sygmaprotocol/sygma-widget/commit/b178429f46e84fdae49ed909b4f8cb0787cd477c))
43+
* bug where user could proceed with invalid destination address ([#176](https://github.com/sygmaprotocol/sygma-widget/issues/176)) ([634a121](https://github.com/sygmaprotocol/sygma-widget/commit/634a1219429bdc9e3f0e5c96507d9cdae1bd4523)), closes [#164](https://github.com/sygmaprotocol/sygma-widget/issues/164)
44+
* clear wallet context on disconnect ([#152](https://github.com/sygmaprotocol/sygma-widget/issues/152)) ([4a497e2](https://github.com/sygmaprotocol/sygma-widget/commit/4a497e2f86c863edc5991f2d9bc3906136321288))
45+
* easier amount input ([#159](https://github.com/sygmaprotocol/sygma-widget/issues/159)) ([8d6620e](https://github.com/sygmaprotocol/sygma-widget/commit/8d6620e4fa98a98bb63c99a4dcf05f4e549cb92f))
46+
* error where start new transfer isn't working ([#126](https://github.com/sygmaprotocol/sygma-widget/issues/126)) ([ca4ece0](https://github.com/sygmaprotocol/sygma-widget/commit/ca4ece01a49d4a321c0e38e14a3fae0ac7120050))
47+
* evm amount is now calculated as user input minus the fee ([#143](https://github.com/sygmaprotocol/sygma-widget/issues/143)) ([d29771e](https://github.com/sygmaprotocol/sygma-widget/commit/d29771eaa87dd9d904f5780ede21e0b9ea0c9460))
48+
* fix sygma namespace ([f9ab963](https://github.com/sygmaprotocol/sygma-widget/commit/f9ab9637ea2b797086cee6c0a12b046e3cb2e14c))
49+
* incorrect transfer state when disconnecting wallet after transfer completed ([#130](https://github.com/sygmaprotocol/sygma-widget/issues/130)) ([359e6df](https://github.com/sygmaprotocol/sygma-widget/commit/359e6df08d7b0dbf29417d7b62974bc3f4b140e6))
50+
* input type and conditional render for token icon ([25d7db3](https://github.com/sygmaprotocol/sygma-widget/commit/25d7db311587cf071541bdedc897526eedade7a0))
51+
* linter issue with style module ([edc34bb](https://github.com/sygmaprotocol/sygma-widget/commit/edc34bbd1a4efd2504c71bd5f991821a5ebbd20f))
52+
* max button rounds value ([#137](https://github.com/sygmaprotocol/sygma-widget/issues/137)) ([01901e6](https://github.com/sygmaprotocol/sygma-widget/commit/01901e67f2a1d28341878f0188a108ab1906e47b))
53+
* misc fixes with icons ([#85](https://github.com/sygmaprotocol/sygma-widget/issues/85)) ([fedbcd9](https://github.com/sygmaprotocol/sygma-widget/commit/fedbcd9de3b0a16c19005e19249a5b0b2b7d69f7))
54+
* prevent new lines and spaces in address input ([#81](https://github.com/sygmaprotocol/sygma-widget/issues/81)) ([44a318e](https://github.com/sygmaprotocol/sygma-widget/commit/44a318e26fc7cb5fbb73d3d5958fe4cf2ad46817))
55+
* re-validate on account balance change ([#107](https://github.com/sygmaprotocol/sygma-widget/issues/107)) ([7935f81](https://github.com/sygmaprotocol/sygma-widget/commit/7935f8163ef1b95c8a32875427a2c0ab19baae3d))
56+
* removing log ([71f42d6](https://github.com/sygmaprotocol/sygma-widget/commit/71f42d6831bf4109df363c5b42baedf469de826c))
57+
* specific dispatchers either for network or token selector ([1ba9de3](https://github.com/sygmaprotocol/sygma-widget/commit/1ba9de3f1cfdff0ca9dd87a41672399971b958f8))
58+
* substrate address not validated bug ([#128](https://github.com/sygmaprotocol/sygma-widget/issues/128)) ([74191b1](https://github.com/sygmaprotocol/sygma-widget/commit/74191b1d74de8c7526589722ea4c9f4431eaea1b))
59+
* switch networks and misc fixes ([#127](https://github.com/sygmaprotocol/sygma-widget/issues/127)) ([db9ad8a](https://github.com/sygmaprotocol/sygma-widget/commit/db9ad8ac9f24fbd5bcb83c494b2579d1d023079f))
60+
* Switching to a different TOKEN mapping for "From - TO" relationship is not updated in UI if amount is inserted ([#160](https://github.com/sygmaprotocol/sygma-widget/issues/160)) ([e2d16fd](https://github.com/sygmaprotocol/sygma-widget/commit/e2d16fd4182d328638904a86753f69417c6752a9))
61+
* update sygma sdk version ([#82](https://github.com/sygmaprotocol/sygma-widget/issues/82)) ([6d8447a](https://github.com/sygmaprotocol/sygma-widget/commit/6d8447a88f5de824ce4b502d53dde0a321bffbd7))
62+
* widget cloudflare deploy ([#68](https://github.com/sygmaprotocol/sygma-widget/issues/68)) ([fe6c36f](https://github.com/sygmaprotocol/sygma-widget/commit/fe6c36fc36c9043acd25a2f5e20ab64a52f45a9b))
63+
64+
65+
### Miscellaneous Chores
66+
67+
* **main:** release 0.0.1 ([8cff038](https://github.com/sygmaprotocol/sygma-widget/commit/8cff038e5ec68039a2b3ff0301f9d7d4b63d9f61))
68+
* release 0.1.0 ([#101](https://github.com/sygmaprotocol/sygma-widget/issues/101)) ([c8f1aed](https://github.com/sygmaprotocol/sygma-widget/commit/c8f1aede49a480e4a6a5894857589c375457d5d4))

0 commit comments

Comments
 (0)