Skip to content

Commit f69d274

Browse files
authored
chore: release main (#6048)
1 parent 2a6f08b commit f69d274

File tree

25 files changed

+145
-24
lines changed

25 files changed

+145
-24
lines changed

.release-please-manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"apps/cowswap-frontend": "1.112.4",
3-
"apps/explorer": "2.48.3",
2+
"apps/cowswap-frontend": "1.113.0",
3+
"apps/explorer": "2.49.0",
44
"libs/permit-utils": "0.6.2",
55
"libs/widget-lib": "0.20.0",
66
"libs/widget-react": "0.11.2",
7-
"apps/widget-configurator": "1.15.0",
8-
"libs/analytics": "1.12.0",
7+
"apps/widget-configurator": "1.16.0",
8+
"libs/analytics": "1.13.0",
99
"libs/assets": "1.14.0",
10-
"libs/common-const": "1.21.0",
10+
"libs/common-const": "1.21.1",
1111
"libs/common-hooks": "1.9.1",
12-
"libs/common-utils": "1.18.0",
12+
"libs/common-utils": "1.18.1",
1313
"libs/core": "1.7.4",
1414
"libs/ens": "1.4.0",
15-
"libs/events": "1.6.1",
15+
"libs/events": "1.7.0",
1616
"libs/snackbars": "1.1.3",
17-
"libs/tokens": "1.22.0",
18-
"libs/types": "1.8.0",
19-
"libs/ui": "1.25.1",
17+
"libs/tokens": "1.23.0",
18+
"libs/types": "1.9.0",
19+
"libs/ui": "1.26.0",
2020
"libs/wallet": "1.13.0",
2121
"apps/cow-fi": "1.24.0",
2222
"libs/wallet-provider": "1.0.1",
2323
"libs/ui-utils": "1.1.1",
2424
"libs/abis": "1.2.2",
25-
"libs/balances-and-allowances": "1.5.1",
25+
"libs/balances-and-allowances": "1.5.2",
2626
"libs/iframe-transport": "1.0.3",
27-
"libs/hook-dapp-lib": "1.8.0",
27+
"libs/hook-dapp-lib": "1.9.0",
2828
"libs/multicall": "1.2.0"
2929
}

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [1.113.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.112.4...cowswap-v1.113.0) (2025-07-30)
4+
5+
6+
### Features
7+
8+
* add warning banner if bridge fees are over limit ([#6009](https://github.com/cowprotocol/cowswap/issues/6009)) ([a11bd0a](https://github.com/cowprotocol/cowswap/commit/a11bd0a6d5c6145cb52bdd09d1286b35e565b80d))
9+
* **bridge:** add bridging analytics ([#6029](https://github.com/cowprotocol/cowswap/issues/6029)) ([8940b85](https://github.com/cowprotocol/cowswap/commit/8940b857f2acc6cf0819b5b024d11a2080db3ab5))
10+
11+
12+
### Bug Fixes
13+
14+
* **bridge:** adjust displayed amounts ([#6036](https://github.com/cowprotocol/cowswap/issues/6036)) ([1e44e2c](https://github.com/cowprotocol/cowswap/commit/1e44e2c57a27ecdab9b03f4522ec4eadb3bcd907))
15+
* **bridge:** adjust success bridging message ([#6032](https://github.com/cowprotocol/cowswap/issues/6032)) ([8503a3c](https://github.com/cowprotocol/cowswap/commit/8503a3c57ad571a285750a3b6b90418f183035d1))
16+
* **bridge:** close widget if dst token has another chainId ([9e4464d](https://github.com/cowprotocol/cowswap/commit/9e4464dca5652f07d6fa151f4256956e04defc1b))
17+
* **bridge:** display chain name in token selector ([#6019](https://github.com/cowprotocol/cowswap/issues/6019)) ([090289c](https://github.com/cowprotocol/cowswap/commit/090289ccac53381871f078dde13aa7373ab3d198))
18+
* **bridge:** slow network selection issue ([#6027](https://github.com/cowprotocol/cowswap/issues/6027)) ([6aed0f1](https://github.com/cowprotocol/cowswap/commit/6aed0f1c85faf2a96070bda2886415de0eaff53e))
19+
* high fee warning banner style and logic ([#6044](https://github.com/cowprotocol/cowswap/issues/6044)) ([bb4aadb](https://github.com/cowprotocol/cowswap/commit/bb4aadbf1cba2bd8434e26a6b8f18c1f2838de0d))
20+
* migrate tokens store from localStorage to indexedDB ([#6037](https://github.com/cowprotocol/cowswap/issues/6037)) ([99f67eb](https://github.com/cowprotocol/cowswap/commit/99f67eb97d2cb111f00292427ac4c8d40e353464))
21+
322
## [1.112.4](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.112.3...cowswap-v1.112.4) (2025-07-25)
423

524

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.112.4",
3+
"version": "1.113.0",
44
"description": "CoW Swap",
55
"main": "index.js",
66
"author": "",

apps/explorer/CHANGELOG.md

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

3+
## [2.49.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.48.3...explorer-v2.49.0) (2025-07-30)
4+
5+
6+
### Features
7+
8+
* **bridge:** adjust addresses displaying in Explorer ([#6021](https://github.com/cowprotocol/cowswap/issues/6021)) ([37cdaf0](https://github.com/cowprotocol/cowswap/commit/37cdaf07a74c1b9b4357a4e942cc7ddc139f1873))
9+
10+
11+
### Bug Fixes
12+
13+
* **bridge:** better destination tokens filtering ([#5965](https://github.com/cowprotocol/cowswap/issues/5965)) ([1e738e3](https://github.com/cowprotocol/cowswap/commit/1e738e3b547584158f8083500926819b1bb2de93))
14+
* **explorer:** display unknown network token logo ([#6013](https://github.com/cowprotocol/cowswap/issues/6013)) ([095ad7b](https://github.com/cowprotocol/cowswap/commit/095ad7bce0741fe0a45adc3f65b26cdf88e5dd6f))
15+
* **explorer:** load coingecko tokens for all chains ([#6015](https://github.com/cowprotocol/cowswap/issues/6015)) ([4d57a5c](https://github.com/cowprotocol/cowswap/commit/4d57a5c2caf7b26952a3661c1e6ae76ac5bffb16))
16+
* **explorer:** update bridge status ([#6041](https://github.com/cowprotocol/cowswap/issues/6041)) ([a548008](https://github.com/cowprotocol/cowswap/commit/a548008ba68355a00a7a1a69b32d1b6434a133af))
17+
* improve bridge details on cow explorer ([#6042](https://github.com/cowprotocol/cowswap/issues/6042)) ([77b17ca](https://github.com/cowprotocol/cowswap/commit/77b17ca2f5129aa874ba001b436b7299ade82e4a))
18+
319
## [2.48.3](https://github.com/cowprotocol/cowswap/compare/explorer-v2.48.2...explorer-v2.48.3) (2025-07-10)
420

521

apps/explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/explorer",
3-
"version": "2.48.3",
3+
"version": "2.49.0",
44
"description": "CoW Swap Explorer",
55
"main": "src/main.tsx",
66
"author": "",

apps/widget-configurator/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.16.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.15.0...widget-configurator-v1.16.0) (2025-07-30)
4+
5+
6+
### Features
7+
8+
* **bridge:** adjust snackbars for bridge orders ([#5977](https://github.com/cowprotocol/cowswap/issues/5977)) ([4d41d5b](https://github.com/cowprotocol/cowswap/commit/4d41d5baac8fd02481173e533110dc309adee8c3))
9+
310
## [1.15.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.14.1...widget-configurator-v1.15.0) (2025-07-10)
411

512

apps/widget-configurator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/widget-configurator",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "CoW Swap widget configurator",
55
"main": "src/main.tsx",
66
"author": "",

libs/analytics/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.13.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.12.0...analytics-v1.13.0) (2025-07-30)
4+
5+
6+
### Features
7+
8+
* **bridge:** add bridging analytics ([#6029](https://github.com/cowprotocol/cowswap/issues/6029)) ([8940b85](https://github.com/cowprotocol/cowswap/commit/8940b857f2acc6cf0819b5b024d11a2080db3ab5))
9+
310
## [1.12.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.11.2...analytics-v1.12.0) (2025-06-18)
411

512

libs/analytics/package.json

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

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.5.2](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.5.1...balances-and-allowances-v1.5.2) (2025-07-30)
4+
5+
6+
### Bug Fixes
7+
8+
* do not multicall allowances globally ([#5984](https://github.com/cowprotocol/cowswap/issues/5984)) ([b142199](https://github.com/cowprotocol/cowswap/commit/b14219963baeb2d2fa4a24ded50c6dd74bc58afe))
9+
310
## [1.5.1](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.5.0...balances-and-allowances-v1.5.1) (2025-07-10)
411

512

0 commit comments

Comments
 (0)