Skip to content

Commit bbf836d

Browse files
authored
chore: release main (#6173)
1 parent 38a5f45 commit bbf836d

File tree

29 files changed

+144
-28
lines changed

29 files changed

+144
-28
lines changed

.release-please-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"apps/cowswap-frontend": "1.117.1",
3-
"apps/explorer": "2.51.0",
4-
"libs/permit-utils": "0.8.0",
2+
"apps/cowswap-frontend": "1.117.2",
3+
"apps/explorer": "2.52.0",
4+
"libs/permit-utils": "0.9.0",
55
"libs/widget-lib": "0.20.0",
66
"libs/widget-react": "0.11.2",
7-
"apps/widget-configurator": "1.16.0",
7+
"apps/widget-configurator": "1.16.1",
88
"libs/analytics": "1.13.0",
99
"libs/assets": "1.14.0",
10-
"libs/common-const": "1.23.0",
11-
"libs/common-hooks": "1.9.1",
12-
"libs/common-utils": "1.20.0",
13-
"libs/core": "1.7.4",
14-
"libs/ens": "1.4.0",
10+
"libs/common-const": "1.24.0",
11+
"libs/common-hooks": "1.10.0",
12+
"libs/common-utils": "1.21.0",
13+
"libs/core": "1.8.0",
14+
"libs/ens": "1.5.0",
1515
"libs/events": "1.7.0",
16-
"libs/snackbars": "1.1.3",
16+
"libs/snackbars": "1.1.4",
1717
"libs/tokens": "1.24.2",
1818
"libs/types": "1.9.0",
19-
"libs/ui": "1.26.1",
20-
"libs/wallet": "1.14.0",
21-
"apps/cow-fi": "1.24.1",
19+
"libs/ui": "1.27.0",
20+
"libs/wallet": "1.15.0",
21+
"apps/cow-fi": "1.25.0",
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.5.4",
25+
"libs/balances-and-allowances": "1.5.5",
2626
"libs/iframe-transport": "1.1.0",
2727
"libs/hook-dapp-lib": "1.10.0",
2828
"libs/multicall": "1.2.3"

apps/cow-fi/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.25.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.24.1...cow-fi-v1.25.0) (2025-08-21)
4+
5+
6+
### Features
7+
8+
* **cowfi:** add CMS pages for all legal content ([#6100](https://github.com/cowprotocol/cowswap/issues/6100)) ([7ccfc07](https://github.com/cowprotocol/cowswap/commit/7ccfc07a702fd60d7928586cb95ad924bae03967))
9+
310
## [1.24.1](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.24.0...cow-fi-v1.24.1) (2025-08-04)
411

512

apps/cow-fi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/cow-fi",
3-
"version": "1.24.1",
3+
"version": "1.25.0",
44
"description": "CoW DAO website",
55
"main": "index.js",
66
"author": "",

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [1.117.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.117.1...cowswap-v1.117.2) (2025-08-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **ga:** rename bridging events ([#6164](https://github.com/cowprotocol/cowswap/issues/6164)) ([ff6a649](https://github.com/cowprotocol/cowswap/commit/ff6a649a4d3155217a08ed569304f6bb6cf4f3fe))
9+
* ignore wallet chainId changes when tab is inactive ([#6143](https://github.com/cowprotocol/cowswap/issues/6143)) ([5bac4cb](https://github.com/cowprotocol/cowswap/commit/5bac4cbdf43fefef36fad5900a6f0ac6fa7b547a))
10+
* **lens:** fix lens twap cancellation ([#6170](https://github.com/cowprotocol/cowswap/issues/6170)) ([d04d82e](https://github.com/cowprotocol/cowswap/commit/d04d82ebe4eb7943d8cde4493446cdc5e3344f51))
11+
* **lens:** lens fee addresses ([#6167](https://github.com/cowprotocol/cowswap/issues/6167)) ([2027ee1](https://github.com/cowprotocol/cowswap/commit/2027ee18324f89342d45219908e3673a91dec972))
12+
* **lens:** update surplus tooltip for Lens ([#6168](https://github.com/cowprotocol/cowswap/issues/6168)) ([3efc943](https://github.com/cowprotocol/cowswap/commit/3efc943c1abd6aeebecbf3c254dcc192c7aabe1f))
13+
* **limit-orders:** display multi cancellation error ([#6163](https://github.com/cowprotocol/cowswap/issues/6163)) ([aebb129](https://github.com/cowprotocol/cowswap/commit/aebb129dc70f63e081bb46cc8956ef00c602f266))
14+
* **trade:** add a link to recipient as ens name ([#6142](https://github.com/cowprotocol/cowswap/issues/6142)) ([22a3c7f](https://github.com/cowprotocol/cowswap/commit/22a3c7f8b068736b2cdca11fde98e3c3fd7aabfc))
15+
316
## [1.117.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.117.0...cowswap-v1.117.1) (2025-08-14)
417

518

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

apps/explorer/CHANGELOG.md

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

3+
## [2.52.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.51.0...explorer-v2.52.0) (2025-08-21)
4+
5+
6+
### Features
7+
8+
* **new-networks:** lens and bnb ([#5992](https://github.com/cowprotocol/cowswap/issues/5992)) ([19ac060](https://github.com/cowprotocol/cowswap/commit/19ac060f94088e7a1f6a2a891ef11d2c1ded4525))
9+
10+
11+
### Bug Fixes
12+
13+
* **lens:** fix lens twap cancellation ([#6170](https://github.com/cowprotocol/cowswap/issues/6170)) ([d04d82e](https://github.com/cowprotocol/cowswap/commit/d04d82ebe4eb7943d8cde4493446cdc5e3344f51))
14+
315
## [2.51.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.50.0...explorer-v2.51.0) (2025-08-07)
416

517

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.51.0",
3+
"version": "2.52.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.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.16.0...widget-configurator-v1.16.1) (2025-08-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **lens:** lens fee addresses ([#6167](https://github.com/cowprotocol/cowswap/issues/6167)) ([2027ee1](https://github.com/cowprotocol/cowswap/commit/2027ee18324f89342d45219908e3673a91dec972))
9+
310
## [1.16.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.15.0...widget-configurator-v1.16.0) (2025-07-30)
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.16.0",
3+
"version": "1.16.1",
44
"description": "CoW Swap widget configurator",
55
"main": "src/main.tsx",
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.5.5](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.5.4...balances-and-allowances-v1.5.5) (2025-08-21)
4+
5+
6+
### Bug Fixes
7+
8+
* do not poll multicall when document is not focused ([#6146](https://github.com/cowprotocol/cowswap/issues/6146)) ([d7fde7c](https://github.com/cowprotocol/cowswap/commit/d7fde7c2eb21e75d58c97a410653d648f68dfcb9))
9+
310
## [1.5.4](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.5.3...balances-and-allowances-v1.5.4) (2025-08-12)
411

512

0 commit comments

Comments
 (0)