Skip to content

Commit c5e299e

Browse files
authored
chore: release main (#6063)
1 parent 02fe07c commit c5e299e

File tree

11 files changed

+55
-10
lines changed

11 files changed

+55
-10
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"apps/cowswap-frontend": "1.113.0",
3-
"apps/explorer": "2.49.0",
2+
"apps/cowswap-frontend": "1.114.0",
3+
"apps/explorer": "2.50.0",
44
"libs/permit-utils": "0.6.2",
55
"libs/widget-lib": "0.20.0",
66
"libs/widget-react": "0.11.2",
@@ -16,14 +16,14 @@
1616
"libs/snackbars": "1.1.3",
1717
"libs/tokens": "1.23.0",
1818
"libs/types": "1.9.0",
19-
"libs/ui": "1.26.0",
20-
"libs/wallet": "1.13.0",
19+
"libs/ui": "1.26.1",
20+
"libs/wallet": "1.13.1",
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",
2525
"libs/balances-and-allowances": "1.5.2",
2626
"libs/iframe-transport": "1.0.3",
2727
"libs/hook-dapp-lib": "1.9.0",
28-
"libs/multicall": "1.2.0"
28+
"libs/multicall": "1.2.1"
2929
}

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [1.114.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.113.0...cowswap-v1.114.0) (2025-07-31)
4+
5+
6+
### Features
7+
8+
* **bridge:** add feature flag areUnsupportedChainsEnabled ([#6054](https://github.com/cowprotocol/cowswap/issues/6054)) ([89b8f08](https://github.com/cowprotocol/cowswap/commit/89b8f08896ff729e862b188a4e74ccca5f73df99))
9+
10+
11+
### Bug Fixes
12+
13+
* **bridge:** remove bridge disclaimer from swap stop ([#6047](https://github.com/cowprotocol/cowswap/issues/6047)) ([2b21db8](https://github.com/cowprotocol/cowswap/commit/2b21db8433460c22144903a34eba2208cad100ac))
14+
* **bridge:** remove timeline dot from ConfirmDetailsItem ([#6053](https://github.com/cowprotocol/cowswap/issues/6053)) ([4a910d0](https://github.com/cowprotocol/cowswap/commit/4a910d063cbded0063a1d53e87b1a448f0367f3b))
15+
* **bridge:** show at least when swap hasn't being completed yet ([#6052](https://github.com/cowprotocol/cowswap/issues/6052)) ([f6acd37](https://github.com/cowprotocol/cowswap/commit/f6acd370df192c0e95ae7faade336c821d3007bd))
16+
* **bridge:** swap protocol icon colors for better contrast ([#6059](https://github.com/cowprotocol/cowswap/issues/6059)) ([52bbb97](https://github.com/cowprotocol/cowswap/commit/52bbb970383947f5ca56eb2abdad5d25d4ed27ed))
17+
* **bridge:** update protocol icons to use correct color scheme ([#6056](https://github.com/cowprotocol/cowswap/issues/6056)) ([2530852](https://github.com/cowprotocol/cowswap/commit/2530852b801eb11c3246c1b8107d68f709a26d18))
18+
* **bridge:** wait 0.5s between hook and order signing ([#6050](https://github.com/cowprotocol/cowswap/issues/6050)) ([e0479e7](https://github.com/cowprotocol/cowswap/commit/e0479e724d0bbc9bd8dbd960275015e6e44c4b19))
19+
320
## [1.113.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.112.4...cowswap-v1.113.0) (2025-07-30)
421

522

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

apps/explorer/CHANGELOG.md

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

3+
## [2.50.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.49.0...explorer-v2.50.0) (2025-07-31)
4+
5+
6+
### Features
7+
8+
* remove from Explorer bridge order `Sender` row ([#6051](https://github.com/cowprotocol/cowswap/issues/6051)) ([bf54034](https://github.com/cowprotocol/cowswap/commit/bf540347234906129496253f0c2c1d51f2fde6f7))
9+
310
## [2.49.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.48.3...explorer-v2.49.0) (2025-07-30)
411

512

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.49.0",
3+
"version": "2.50.0",
44
"description": "CoW Swap Explorer",
55
"main": "src/main.tsx",
66
"author": "",

libs/multicall/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.2.1](https://github.com/cowprotocol/cowswap/compare/multicall-v1.2.0...multicall-v1.2.1) (2025-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **safe:** check provider chainId for multicall provider ([#6057](https://github.com/cowprotocol/cowswap/issues/6057)) ([490436a](https://github.com/cowprotocol/cowswap/commit/490436a6b482f75876e471ba45ff1f7e02017ca0))
9+
310
## [1.2.0](https://github.com/cowprotocol/cowswap/compare/multicall-v1.1.2...multicall-v1.2.0) (2025-07-03)
411

512

libs/multicall/package.json

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

libs/ui/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.26.1](https://github.com/cowprotocol/cowswap/compare/ui-v1.26.0...ui-v1.26.1) (2025-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **bridge:** update protocol icons to use correct color scheme ([#6056](https://github.com/cowprotocol/cowswap/issues/6056)) ([2530852](https://github.com/cowprotocol/cowswap/commit/2530852b801eb11c3246c1b8107d68f709a26d18))
9+
310
## [1.26.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.25.1...ui-v1.26.0) (2025-07-30)
411

512

libs/ui/package.json

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

libs/wallet/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.1](https://github.com/cowprotocol/cowswap/compare/wallet-v1.13.0...wallet-v1.13.1) (2025-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **safe:** check provider chainId for multicall provider ([#6057](https://github.com/cowprotocol/cowswap/issues/6057)) ([490436a](https://github.com/cowprotocol/cowswap/commit/490436a6b482f75876e471ba45ff1f7e02017ca0))
9+
310
## [1.13.0](https://github.com/cowprotocol/cowswap/compare/wallet-v1.12.4...wallet-v1.13.0) (2025-07-03)
411

512

0 commit comments

Comments
 (0)