Skip to content

Commit

Permalink
chore: release main (#4225)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: fix version numbers

---------

Co-authored-by: Anxo Rodriguez <[email protected]>
  • Loading branch information
shoom3301 and anxolin authored Apr 11, 2024
1 parent da005b1 commit 3861611
Show file tree
Hide file tree
Showing 23 changed files with 234 additions and 73 deletions.
22 changes: 11 additions & 11 deletions .release-please-manifest.json
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"
}
34 changes: 34 additions & 0 deletions apps/cowswap-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [1.65.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.64.3...cowswap-v1.65.0) (2024-04-11)


### Features

* **recreate:** add analytics events for recreate modal ([#4134](https://github.com/cowprotocol/cowswap/issues/4134)) ([fb3a0b9](https://github.com/cowprotocol/cowswap/commit/fb3a0b962833be594f15fd54661bd16c2f482481))
* **tokens-table:** do not show explorer link for native token ([#4187](https://github.com/cowprotocol/cowswap/issues/4187)) ([af89cd1](https://github.com/cowprotocol/cowswap/commit/af89cd1be54a67a3d38c23b59c5ca70b1c6f13f0))
* **widget:** customize images ([#4159](https://github.com/cowprotocol/cowswap/issues/4159)) ([0b14b2b](https://github.com/cowprotocol/cowswap/commit/0b14b2b19279a1688f75dc4f2954b8c267e57c40))
* **widget:** option to disable sounds ([#4172](https://github.com/cowprotocol/cowswap/issues/4172)) ([a1d330d](https://github.com/cowprotocol/cowswap/commit/a1d330d46620d3724bb97fb03a07e9080966c1e4))
* **widget:** option to hide safe banner ([#4175](https://github.com/cowprotocol/cowswap/issues/4175)) ([84108f4](https://github.com/cowprotocol/cowswap/commit/84108f4362333f8638d8da7c4ad4849d9f5a796c))
* **widget:** use custom sounds in widget ([#4162](https://github.com/cowprotocol/cowswap/issues/4162)) ([0dfd679](https://github.com/cowprotocol/cowswap/commit/0dfd67946a1ed383a5ffeeadee3044e45bd92eb0))
* **widget:** use custom tokens as virtual list ([#4164](https://github.com/cowprotocol/cowswap/issues/4164)) ([8424a33](https://github.com/cowprotocol/cowswap/commit/8424a337f2ea2fd21cc3cb664d2f91facace00fb))
* **widget:** use theme colors from URL ([#4188](https://github.com/cowprotocol/cowswap/issues/4188)) ([1623b37](https://github.com/cowprotocol/cowswap/commit/1623b37a1b50499473cf82a7aa0dd8f73f63a415))


### Bug Fixes

* add partner fee too app-data only for swap orders ([#4182](https://github.com/cowprotocol/cowswap/issues/4182)) ([280f94c](https://github.com/cowprotocol/cowswap/commit/280f94c385b059828d60e2dd47d631a4f093ae32))
* **eth-flow:** adjust stepper appearance ([#4154](https://github.com/cowprotocol/cowswap/issues/4154)) ([a13cb95](https://github.com/cowprotocol/cowswap/commit/a13cb953216f2cee2ed590f1afd20409821d359d))
* **eth-flow:** handle creation tx replacement ([#4143](https://github.com/cowprotocol/cowswap/issues/4143)) ([974181c](https://github.com/cowprotocol/cowswap/commit/974181c91a42e6659a7799d93d14dadd47aef4b6))
* fix feedback and fortune buttons displaying ([#4142](https://github.com/cowprotocol/cowswap/issues/4142)) ([d914270](https://github.com/cowprotocol/cowswap/commit/d9142702eb3d8a37a165bcf20f45c1ff888cea78))
* **limit-orders:** revert use ff for zero balance orders ([0ca904c](https://github.com/cowprotocol/cowswap/commit/0ca904c2faab89ec837e4e5fafb7f22ed97fb886))
* **mobile:** adjust fee display for tiny widths ([#4189](https://github.com/cowprotocol/cowswap/issues/4189)) ([6663e0c](https://github.com/cowprotocol/cowswap/commit/6663e0c81475f1421e95da5544adc8ab9abf34bc))
* **permit:** gnosis chain permits ([#4152](https://github.com/cowprotocol/cowswap/issues/4152)) ([26b703f](https://github.com/cowprotocol/cowswap/commit/26b703f2a45715fce0c4418d1f45fdceab2a716e))
* **recreate:** fix recreate buy amount for pairs with different decimal precision ([#4129](https://github.com/cowprotocol/cowswap/issues/4129)) ([64ebbd5](https://github.com/cowprotocol/cowswap/commit/64ebbd53d22f4c6da052039789485aedf85c35a8))
* remove outdated transactions ([#4062](https://github.com/cowprotocol/cowswap/issues/4062)) ([9fc63ed](https://github.com/cowprotocol/cowswap/commit/9fc63ed73b6b79f3df126b2f86ccdef3d2b817df))
* **safe:** add replaced status to transactions ([#4125](https://github.com/cowprotocol/cowswap/issues/4125)) ([6714081](https://github.com/cowprotocol/cowswap/commit/671408195d9e8abef4e39dcc7a86b82bc3707556))
* **safe:** handle tx via wc with 1/1 signs ([#4174](https://github.com/cowprotocol/cowswap/issues/4174)) ([86ae80c](https://github.com/cowprotocol/cowswap/commit/86ae80c56140f35b23c819a801a25a7c33d35125))
* **safe:** hide pre-signed order when it was replaced ([#4130](https://github.com/cowprotocol/cowswap/issues/4130)) ([ecb22a8](https://github.com/cowprotocol/cowswap/commit/ecb22a885b30915b110e12c44364a50b0138867a))
* sentry error toLowerCase ([#4191](https://github.com/cowprotocol/cowswap/issues/4191)) ([8fd5f19](https://github.com/cowprotocol/cowswap/commit/8fd5f19f5bbb3509212cd5d876c3a83f4330410b))
* **transactions:** add expiration time to on-chain txs ([#4140](https://github.com/cowprotocol/cowswap/issues/4140)) ([1f7957a](https://github.com/cowprotocol/cowswap/commit/1f7957abddfe55c2a312dc50c51c43560627071e))
* **widget:** disable connect wallet button in dapp mode ([#4170](https://github.com/cowprotocol/cowswap/issues/4170)) ([46d89da](https://github.com/cowprotocol/cowswap/commit/46d89daa7551be544f272f218e547b5f0c6a0d19))
* **widget:** send trade params to widget integrator ([#4196](https://github.com/cowprotocol/cowswap/issues/4196)) ([0036a6b](https://github.com/cowprotocol/cowswap/commit/0036a6b3cd8ac8015a4271ea3477232d1a4e180d))

## [1.64.3](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.64.2...cowswap-v1.64.3) (2024-04-02)


Expand Down
2 changes: 1 addition & 1 deletion apps/cowswap-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/cowswap",
"version": "1.64.3",
"version": "1.65.0",
"description": "CoW Swap",
"main": "index.js",
"author": "",
Expand Down
20 changes: 20 additions & 0 deletions apps/widget-configurator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.0.2...widget-configurator-v1.1.0) (2024-04-11)


### Features

* make widget to use all space ([#4197](https://github.com/cowprotocol/cowswap/issues/4197)) ([3ab6cb9](https://github.com/cowprotocol/cowswap/commit/3ab6cb98f03e571670031248af9419f301bbdaf8))
* **widget:** customize images ([#4159](https://github.com/cowprotocol/cowswap/issues/4159)) ([0b14b2b](https://github.com/cowprotocol/cowswap/commit/0b14b2b19279a1688f75dc4f2954b8c267e57c40))
* **widget:** option to disable sounds ([#4172](https://github.com/cowprotocol/cowswap/issues/4172)) ([a1d330d](https://github.com/cowprotocol/cowswap/commit/a1d330d46620d3724bb97fb03a07e9080966c1e4))
* **widget:** option to hide safe banner ([#4175](https://github.com/cowprotocol/cowswap/issues/4175)) ([84108f4](https://github.com/cowprotocol/cowswap/commit/84108f4362333f8638d8da7c4ad4849d9f5a796c))
* **widget:** use custom sounds in widget ([#4162](https://github.com/cowprotocol/cowswap/issues/4162)) ([0dfd679](https://github.com/cowprotocol/cowswap/commit/0dfd67946a1ed383a5ffeeadee3044e45bd92eb0))
* **widget:** use custom tokens as virtual list ([#4164](https://github.com/cowprotocol/cowswap/issues/4164)) ([8424a33](https://github.com/cowprotocol/cowswap/commit/8424a337f2ea2fd21cc3cb664d2f91facace00fb))
* **widget:** use theme colors from URL ([#4188](https://github.com/cowprotocol/cowswap/issues/4188)) ([1623b37](https://github.com/cowprotocol/cowswap/commit/1623b37a1b50499473cf82a7aa0dd8f73f63a415))


### Bug Fixes

* do not accept negative numbers for fee ([#4218](https://github.com/cowprotocol/cowswap/issues/4218)) ([1c70d13](https://github.com/cowprotocol/cowswap/commit/1c70d1349d4b656127bbae571795dda629f7fdf9))
* **widget-cfg:** hardcode partner fee recipient address ([#4195](https://github.com/cowprotocol/cowswap/issues/4195)) ([d4ad993](https://github.com/cowprotocol/cowswap/commit/d4ad993c39c28e99ec36f326faac56fab6643ad6))
* **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.2](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.0.1...widget-configurator-v1.0.2) (2024-04-03)


Expand Down
2 changes: 1 addition & 1 deletion apps/widget-configurator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/widget-configurator",
"version": "1.0.2",
"version": "1.1.0",
"description": "CoW Swap widget configurator",
"main": "src/main.tsx",
"author": "",
Expand Down
39 changes: 39 additions & 0 deletions changes.txt
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)
7 changes: 7 additions & 0 deletions libs/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.0.0...analytics-v1.1.0) (2024-04-11)


### Features

* **recreate:** add analytics events for recreate modal ([#4134](https://github.com/cowprotocol/cowswap/issues/4134)) ([fb3a0b9](https://github.com/cowprotocol/cowswap/commit/fb3a0b962833be594f15fd54661bd16c2f482481))

## 1.0.0 (2024-03-29)


Expand Down
2 changes: 1 addition & 1 deletion libs/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/analytics",
"version": "1.0.0",
"version": "1.1.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions libs/common-const/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.0.0...common-const-v1.1.0) (2024-04-11)


### Features

* **gnosis-chain:** update bridge info ([#4169](https://github.com/cowprotocol/cowswap/issues/4169)) ([d30718c](https://github.com/cowprotocol/cowswap/commit/d30718cb2c7c5dd4db249b54d7b90dfda49b901d))

## 1.0.0 (2024-03-29)


Expand Down
2 changes: 1 addition & 1 deletion libs/common-const/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/common-const",
"version": "1.0.0",
"version": "1.1.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
14 changes: 14 additions & 0 deletions libs/common-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.0.1...common-utils-v1.1.0) (2024-04-11)


### Features

* **widget:** use custom sounds in widget ([#4162](https://github.com/cowprotocol/cowswap/issues/4162)) ([0dfd679](https://github.com/cowprotocol/cowswap/commit/0dfd67946a1ed383a5ffeeadee3044e45bd92eb0))


### Bug Fixes

* fix doesTokenMatchSymbolOrAddress app crash ([#4193](https://github.com/cowprotocol/cowswap/issues/4193)) ([721ff31](https://github.com/cowprotocol/cowswap/commit/721ff31a6b052f72073adcfd04717856d8530b2f))
* **recreate:** fix recreate buy amount for pairs with different decimal precision ([#4129](https://github.com/cowprotocol/cowswap/issues/4129)) ([64ebbd5](https://github.com/cowprotocol/cowswap/commit/64ebbd53d22f4c6da052039789485aedf85c35a8))
* sentry error toLowerCase ([#4191](https://github.com/cowprotocol/cowswap/issues/4191)) ([8fd5f19](https://github.com/cowprotocol/cowswap/commit/8fd5f19f5bbb3509212cd5d876c3a83f4330410b))

## [1.0.1](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.0.0...common-utils-v1.0.1) (2024-04-02)


Expand Down
2 changes: 1 addition & 1 deletion libs/common-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/common-utils",
"version": "1.0.1",
"version": "1.1.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
28 changes: 17 additions & 11 deletions libs/events/CHANGELOG.md
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))
12 changes: 12 additions & 0 deletions libs/permit-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.1.2...permit-utils-v0.2.0) (2024-04-11)


### Features

* **widget:** customize images ([#4159](https://github.com/cowprotocol/cowswap/issues/4159)) ([0b14b2b](https://github.com/cowprotocol/cowswap/commit/0b14b2b19279a1688f75dc4f2954b8c267e57c40))


### Bug Fixes

* **permit:** gnosis chain permits ([#4152](https://github.com/cowprotocol/cowswap/issues/4152)) ([26b703f](https://github.com/cowprotocol/cowswap/commit/26b703f2a45715fce0c4418d1f45fdceab2a716e))

## [0.1.2](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.1.1...permit-utils-v0.1.2) (2024-02-01)


Expand Down
2 changes: 1 addition & 1 deletion libs/permit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/permit-utils",
"version": "0.1.2",
"version": "0.2.0",
"type": "module",
"dependencies": {
"ethers": "^5.7.2",
Expand Down
7 changes: 7 additions & 0 deletions libs/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.0.1...tokens-v1.1.0) (2024-04-11)


### Features

* **widget:** use custom tokens as virtual list ([#4164](https://github.com/cowprotocol/cowswap/issues/4164)) ([8424a33](https://github.com/cowprotocol/cowswap/commit/8424a337f2ea2fd21cc3cb664d2f91facace00fb))

## [1.0.1](https://github.com/cowprotocol/cowswap/compare/tokens-v1.0.0...tokens-v1.0.1) (2024-04-02)


Expand Down
2 changes: 1 addition & 1 deletion libs/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/tokens",
"version": "1.0.1",
"version": "1.1.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
Loading

0 comments on commit 3861611

Please sign in to comment.