-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: release main * chore: fix version numbers --------- Co-authored-by: Anxo Rodriguez <[email protected]>
- Loading branch information
Showing
23 changed files
with
234 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"apps/cowswap-frontend": "1.64.3", | ||
"apps/cowswap-frontend": "1.65.0", | ||
"apps/explorer": "2.29.2", | ||
"libs/permit-utils": "0.1.2", | ||
"libs/widget-lib": "0.7.1", | ||
"libs/widget-react": "0.5.0", | ||
"apps/widget-configurator": "1.0.2", | ||
"libs/analytics": "1.0.0", | ||
"libs/permit-utils": "0.2.0", | ||
"libs/widget-lib": "0.9.0", | ||
"libs/widget-react": "0.7.0", | ||
"apps/widget-configurator": "1.1.0", | ||
"libs/analytics": "1.1.0", | ||
"libs/assets": "1.0.0", | ||
"libs/common-const": "1.0.0", | ||
"libs/common-const": "1.1.0", | ||
"libs/common-hooks": "1.0.0", | ||
"libs/common-utils": "1.0.1", | ||
"libs/common-utils": "1.1.0", | ||
"libs/core": "1.0.0", | ||
"libs/ens": "1.0.0", | ||
"libs/events": "1.0.0", | ||
"libs/events": "1.2.0", | ||
"libs/snackbars": "1.0.0", | ||
"libs/tokens": "1.0.1", | ||
"libs/tokens": "1.1.0", | ||
"libs/types": "1.0.0", | ||
"libs/ui": "1.0.1", | ||
"libs/wallet": "1.0.0" | ||
"libs/wallet": "1.0.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
e3e45e182 Merge branch 'main' into release/2024.04.09 | ||
7c3ccb465 chore: update lib versions | ||
8a150a4b0 Bundle for widget (#4194) | ||
d4ad993c3 fix(widget-cfg): hardcode partner fee recipient address (#4195) | ||
280f94c38 fix: add partner fee too app-data only for swap orders (#4182) | ||
8fd5f19f5 fix: sentry error toLowerCase (#4191) | ||
6663e0c81 fix(mobile): adjust fee display for tiny widths (#4189) | ||
af89cd1be feat(tokens-table): do not show explorer link for native token (#4187) | ||
721ff31a6 fix: fix doesTokenMatchSymbolOrAddress app crash (#4193) | ||
86ae80c56 fix(safe): handle tx via wc with 1/1 signs (#4174) | ||
93a460a00 fix(widget): call disconnect when destroying the widget (#4181) | ||
84108f436 feat(widget): option to hide safe banner (#4175) | ||
46d89daa7 fix(widget): disable connect wallet button in dapp mode (#4170) | ||
a13cb9532 fix(eth-flow): adjust stepper appearance (#4154) | ||
d9142702e fix: fix feedback and fortune buttons displaying (#4142) | ||
974181c91 fix(eth-flow): handle creation tx replacement (#4143) | ||
a1d330d46 feat(widget): option to disable sounds (#4172) | ||
26b703f2a fix(permit): gnosis chain permits (#4152) | ||
d30718cb2 feat(gnosis-chain): update bridge info (#4169) | ||
1f7957abd fix(transactions): add expiration time to on-chain txs (#4140) | ||
8424a337f feat(widget): use custom tokens as virtual list (#4164) | ||
0dfd67946 feat(widget): use custom sounds in widget (#4162) | ||
0b14b2b19 feat(widget): customize images (#4159) | ||
cbdd5ab9a ci: remove kanban action (#4168) | ||
0ca904c2f fix(limit-orders): revert use ff for zero balance orders | ||
d5cdc46a1 chore: fix lint warning (#4161) | ||
0b7c4f42a chore: remove unused files (#4151) | ||
85cc271b8 chore: fix widget-cfg vite config (#4148) | ||
06f5e39ea Merge pull request #4145 from cowprotocol/main-develop-3-4 | ||
c5c53c9d0 Merge branch 'develop' into main-develop-3-4 | ||
d73a4e09d refactor: decompose FinalizeTxUpdater (#4139) | ||
ecb22a885 fix(safe): hide pre-signed order when it was replaced (#4130) | ||
671408195 fix(safe): add replaced status to transactions (#4125) | ||
9fc63ed73 fix: remove outdated transactions (#4062) | ||
fb3a0b962 feat(recreate): add analytics events for recreate modal (#4134) | ||
64ebbd53d fix(recreate): fix recreate buy amount for pairs with different decimal precision (#4129) | ||
d83f4e67b feat: add curated list to Gnosis chain (#4102) | ||
a6e83ee8c fix(recreate): close receipt modal after placing order (#4132) | ||
eddcfd4e6 fix(april-fools): revert april fools (#4116) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,23 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-03-29) | ||
## [1.2.0](https://github.com/cowprotocol/cowswap/compare/events-v1.0.0...events-v1.2.0) (2024-04-11) | ||
|
||
### Bug Fixes | ||
|
||
- remove outdated transactions ([#4062](https://github.com/cowprotocol/cowswap/issues/4062)) ([9fc63ed](https://github.com/cowprotocol/cowswap/commit/9fc63ed73b6b79f3df126b2f86ccdef3d2b817df)) | ||
- **widget:** send trade params to widget integrator ([#4196](https://github.com/cowprotocol/cowswap/issues/4196)) ([0036a6b](https://github.com/cowprotocol/cowswap/commit/0036a6b3cd8ac8015a4271ea3477232d1a4e180d)) | ||
|
||
## 1.0.0 (2024-03-29) | ||
|
||
### Features | ||
|
||
* **events:** fire on-chain transactions events ([#4045](https://github.com/cowprotocol/cowswap/issues/4045)) ([362b937](https://github.com/cowprotocol/cowswap/commit/362b9371e8d0ad09ea5501e5a58608c28eb5cf43)) | ||
* **widget:** add events module ([#3812](https://github.com/cowprotocol/cowswap/issues/3812)) ([cc3e5cc](https://github.com/cowprotocol/cowswap/commit/cc3e5ccc4c08e3e8178f4163b94ba9a0b40d349f)) | ||
* **widget:** create event emitter and typed events ([#3813](https://github.com/cowprotocol/cowswap/issues/3813)) ([f94ee16](https://github.com/cowprotocol/cowswap/commit/f94ee16167c75958f298021dad2a4e0129807ce5)) | ||
* **widget:** emit post order events ([#3819](https://github.com/cowprotocol/cowswap/issues/3819)) ([0df62ec](https://github.com/cowprotocol/cowswap/commit/0df62ec3679da1841e07f85292a5de5faab74cab)) | ||
* **widget:** implement all listeners and fix types ([#3817](https://github.com/cowprotocol/cowswap/issues/3817)) ([11a7226](https://github.com/cowprotocol/cowswap/commit/11a7226a5d3811139e784fe668ee2eebf2167a38)) | ||
* **widget:** make the event emitter global, kill react context ([#3838](https://github.com/cowprotocol/cowswap/issues/3838)) ([41e1a67](https://github.com/cowprotocol/cowswap/commit/41e1a67a74b8a26b3a02259c3fd4f88cf800d1e1)) | ||
* **widget:** misc to address issues and comments ([#3827](https://github.com/cowprotocol/cowswap/issues/3827)) ([ef83a5a](https://github.com/cowprotocol/cowswap/commit/ef83a5ad520d072ebf4f2cccde5fcfd0c1d88cd2)) | ||
* **widget:** optimise widget updates ([#3822](https://github.com/cowprotocol/cowswap/issues/3822)) ([d1a1e7d](https://github.com/cowprotocol/cowswap/commit/d1a1e7d05a1fed94dece9afbbc65f43af1a4f748)) | ||
* **widget:** post event messages to the iFrame ([#3820](https://github.com/cowprotocol/cowswap/issues/3820)) ([1c6466e](https://github.com/cowprotocol/cowswap/commit/1c6466e1b692f339746107657ec1fcbcc8934f8d)) | ||
* **widget:** subscribe to cow events (from iframe) ([#3816](https://github.com/cowprotocol/cowswap/issues/3816)) ([c3b8104](https://github.com/cowprotocol/cowswap/commit/c3b810435a6e64b12d28aac12cf785eef52f6531)) | ||
- **events:** fire on-chain transactions events ([#4045](https://github.com/cowprotocol/cowswap/issues/4045)) ([362b937](https://github.com/cowprotocol/cowswap/commit/362b9371e8d0ad09ea5501e5a58608c28eb5cf43)) | ||
- **widget:** add events module ([#3812](https://github.com/cowprotocol/cowswap/issues/3812)) ([cc3e5cc](https://github.com/cowprotocol/cowswap/commit/cc3e5ccc4c08e3e8178f4163b94ba9a0b40d349f)) | ||
- **widget:** create event emitter and typed events ([#3813](https://github.com/cowprotocol/cowswap/issues/3813)) ([f94ee16](https://github.com/cowprotocol/cowswap/commit/f94ee16167c75958f298021dad2a4e0129807ce5)) | ||
- **widget:** emit post order events ([#3819](https://github.com/cowprotocol/cowswap/issues/3819)) ([0df62ec](https://github.com/cowprotocol/cowswap/commit/0df62ec3679da1841e07f85292a5de5faab74cab)) | ||
- **widget:** implement all listeners and fix types ([#3817](https://github.com/cowprotocol/cowswap/issues/3817)) ([11a7226](https://github.com/cowprotocol/cowswap/commit/11a7226a5d3811139e784fe668ee2eebf2167a38)) | ||
- **widget:** make the event emitter global, kill react context ([#3838](https://github.com/cowprotocol/cowswap/issues/3838)) ([41e1a67](https://github.com/cowprotocol/cowswap/commit/41e1a67a74b8a26b3a02259c3fd4f88cf800d1e1)) | ||
- **widget:** misc to address issues and comments ([#3827](https://github.com/cowprotocol/cowswap/issues/3827)) ([ef83a5a](https://github.com/cowprotocol/cowswap/commit/ef83a5ad520d072ebf4f2cccde5fcfd0c1d88cd2)) | ||
- **widget:** optimise widget updates ([#3822](https://github.com/cowprotocol/cowswap/issues/3822)) ([d1a1e7d](https://github.com/cowprotocol/cowswap/commit/d1a1e7d05a1fed94dece9afbbc65f43af1a4f748)) | ||
- **widget:** post event messages to the iFrame ([#3820](https://github.com/cowprotocol/cowswap/issues/3820)) ([1c6466e](https://github.com/cowprotocol/cowswap/commit/1c6466e1b692f339746107657ec1fcbcc8934f8d)) | ||
- **widget:** subscribe to cow events (from iframe) ([#3816](https://github.com/cowprotocol/cowswap/issues/3816)) ([c3b8104](https://github.com/cowprotocol/cowswap/commit/c3b810435a6e64b12d28aac12cf785eef52f6531)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.