Skip to content

Commit 2e6a734

Browse files
authored
chore: release main (#6474)
1 parent 4c10763 commit 2e6a734

File tree

9 files changed

+54
-8
lines changed

9 files changed

+54
-8
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/cowswap-frontend": "1.121.5",
2+
"apps/cowswap-frontend": "1.122.0",
33
"apps/explorer": "2.56.0",
44
"libs/permit-utils": "1.0.0",
55
"libs/widget-lib": "0.20.0",
@@ -8,7 +8,7 @@
88
"libs/analytics": "1.13.0",
99
"libs/assets": "1.17.0",
1010
"libs/common-const": "1.28.1",
11-
"libs/common-hooks": "1.11.0",
11+
"libs/common-hooks": "1.11.1",
1212
"libs/common-utils": "1.22.2",
1313
"libs/core": "1.8.1",
1414
"libs/ens": "1.5.0",
@@ -22,8 +22,8 @@
2222
"libs/wallet-provider": "1.0.1",
2323
"libs/ui-utils": "1.1.1",
2424
"libs/abis": "1.2.3",
25-
"libs/balances-and-allowances": "1.8.0",
25+
"libs/balances-and-allowances": "1.9.0",
2626
"libs/iframe-transport": "1.1.0",
27-
"libs/hook-dapp-lib": "1.12.0",
27+
"libs/hook-dapp-lib": "1.13.0",
2828
"libs/multicall": "1.2.3"
2929
}

apps/cowswap-frontend/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.122.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.121.5...cowswap-v1.122.0) (2025-11-05)
4+
5+
6+
### Features
7+
8+
* **hook-dapps:** register aave flash-loans hooks ([#6470](https://github.com/cowprotocol/cowswap/issues/6470)) ([a033304](https://github.com/cowprotocol/cowswap/commit/a033304a8a6376ccb28319e998c13a7916eebcd5))
9+
10+
11+
### Bug Fixes
12+
13+
* **approve:** display partial approve widget only when can swap & adjust tooltip ([#6408](https://github.com/cowprotocol/cowswap/issues/6408)) ([828e005](https://github.com/cowprotocol/cowswap/commit/828e005f3f0c7ed2055fc24d2d97beed792d809a))
14+
* **approve:** hide "may block" banner when not partial approve ([#6410](https://github.com/cowprotocol/cowswap/issues/6410)) ([479f61b](https://github.com/cowprotocol/cowswap/commit/479f61b7d21b9656caff38d043d9fa540dd83f93))
15+
* **approve:** reset custom approve amount when trade changes ([#6421](https://github.com/cowprotocol/cowswap/issues/6421)) ([73dbdbc](https://github.com/cowprotocol/cowswap/commit/73dbdbcb2e2504309c0c2e5b442e6f0df7fdbe14))
16+
* check swap type to calculate amount to approve ([#6463](https://github.com/cowprotocol/cowswap/issues/6463)) ([3abb7d3](https://github.com/cowprotocol/cowswap/commit/3abb7d3492a541cf521072610b6a231e6965dfc2))
17+
* conditionally apply hover effect based on loading state ([#6461](https://github.com/cowprotocol/cowswap/issues/6461)) ([d7f0c86](https://github.com/cowprotocol/cowswap/commit/d7f0c866273b25c91a671ca8387fbd62ec01a15a))
18+
* merge conflicts ([cb5e4e3](https://github.com/cowprotocol/cowswap/commit/cb5e4e346f76e34dd78c9aeddb3475afb8fe841b))
19+
* put correct array for motion ([#6458](https://github.com/cowprotocol/cowswap/issues/6458)) ([c4472b9](https://github.com/cowprotocol/cowswap/commit/c4472b98ede1d7bd33190fd95e85f34fb6d62ffc))
20+
* show warning in safe for eth in limit orders/twap ([#6464](https://github.com/cowprotocol/cowswap/issues/6464)) ([7f1b5bc](https://github.com/cowprotocol/cowswap/commit/7f1b5bc01443e4445b9905d39a6337d2286dab50))
21+
* use ff to hide partial approve block ([#6462](https://github.com/cowprotocol/cowswap/issues/6462)) ([4f51b54](https://github.com/cowprotocol/cowswap/commit/4f51b5427b22cb3a01d1e568e9ab94923e25a516))
22+
323
## [1.121.5](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.121.4...cowswap-v1.121.5) (2025-10-29)
424

525

apps/cowswap-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/cowswap",
3-
"version": "1.121.5",
3+
"version": "1.122.0",
44
"description": "CoW Swap",
55
"main": "index.js",
66
"author": "",

libs/balances-and-allowances/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.9.0](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.8.0...balances-and-allowances-v1.9.0) (2025-11-05)
4+
5+
6+
### Features
7+
8+
* add CowLoadingIcon component ([#6330](https://github.com/cowprotocol/cowswap/issues/6330)) ([c143127](https://github.com/cowprotocol/cowswap/commit/c143127a8c92cbfdceba313d9bee09978a418214))
9+
310
## [1.8.0](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.7.0...balances-and-allowances-v1.8.0) (2025-10-14)
411

512

libs/balances-and-allowances/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/balances-and-allowances",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

libs/common-hooks/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.11.1](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.11.0...common-hooks-v1.11.1) (2025-11-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **approve:** hide "may block" banner when not partial approve ([#6410](https://github.com/cowprotocol/cowswap/issues/6410)) ([479f61b](https://github.com/cowprotocol/cowswap/commit/479f61b7d21b9656caff38d043d9fa540dd83f93))
9+
310
## [1.11.0](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.10.2...common-hooks-v1.11.0) (2025-10-23)
411

512

libs/common-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/common-hooks",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

libs/hook-dapp-lib/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.13.0](https://github.com/cowprotocol/cowswap/compare/hook-dapp-lib-v1.12.0...hook-dapp-lib-v1.13.0) (2025-11-05)
4+
5+
6+
### Features
7+
8+
* **hook-dapps:** register aave flash-loans hooks ([#6470](https://github.com/cowprotocol/cowswap/issues/6470)) ([a033304](https://github.com/cowprotocol/cowswap/commit/a033304a8a6376ccb28319e998c13a7916eebcd5))
9+
10+
11+
### Bug Fixes
12+
13+
* update permit hook description ([#6412](https://github.com/cowprotocol/cowswap/issues/6412)) ([0342200](https://github.com/cowprotocol/cowswap/commit/03422007648aede61f75ac8b66b450e2a01bbe8a))
14+
315
## [1.12.0](https://github.com/cowprotocol/cowswap/compare/hook-dapp-lib-v1.11.0...hook-dapp-lib-v1.12.0) (2025-10-02)
416

517

libs/hook-dapp-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/hook-dapp-lib",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"type": "commonjs",
55
"description": "CoW Swap Hook Dapp Library. Allows you to develop pre/post hooks dapps for CoW Protocol.",
66
"main": "index.js",

0 commit comments

Comments
 (0)