Skip to content

Commit 751e0f6

Browse files
authored
Merge pull request #6506 from cowprotocol/main
Main -> develop
2 parents 0390370 + d7a9c04 commit 751e0f6

File tree

23 files changed

+121
-22
lines changed

23 files changed

+121
-22
lines changed

.release-please-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"apps/cowswap-frontend": "1.122.0",
3-
"apps/explorer": "2.57.0",
2+
"apps/cowswap-frontend": "1.123.0",
3+
"apps/explorer": "2.58.0",
44
"libs/permit-utils": "1.0.0",
55
"libs/widget-lib": "0.20.0",
66
"libs/widget-react": "0.11.2",
77
"apps/widget-configurator": "1.16.1",
88
"libs/analytics": "1.13.0",
99
"libs/assets": "1.17.0",
10-
"libs/common-const": "1.28.1",
11-
"libs/common-hooks": "1.11.1",
12-
"libs/common-utils": "1.22.2",
13-
"libs/core": "1.8.1",
14-
"libs/ens": "1.5.0",
10+
"libs/common-const": "1.29.0",
11+
"libs/common-hooks": "1.12.0",
12+
"libs/common-utils": "1.23.0",
13+
"libs/core": "1.9.0",
14+
"libs/ens": "1.6.0",
1515
"libs/events": "2.0.0",
1616
"libs/snackbars": "1.2.0",
17-
"libs/tokens": "1.28.0",
17+
"libs/tokens": "1.29.0",
1818
"libs/types": "2.0.1",
1919
"libs/ui": "1.29.0",
20-
"libs/wallet": "1.15.2",
21-
"apps/cow-fi": "1.27.0",
20+
"libs/wallet": "1.16.0",
21+
"apps/cow-fi": "1.28.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.9.0",
25+
"libs/balances-and-allowances": "1.10.0",
2626
"libs/iframe-transport": "1.1.0",
2727
"libs/hook-dapp-lib": "1.13.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.28.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.27.0...cow-fi-v1.28.0) (2025-11-10)
4+
5+
6+
### Features
7+
8+
* **new-chains:** add q4 chains ([#6404](https://github.com/cowprotocol/cowswap/issues/6404)) ([ba4edb0](https://github.com/cowprotocol/cowswap/commit/ba4edb0fdc7b4c700dfeae9023da330d74a9faea))
9+
310
## [1.27.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.26.3...cow-fi-v1.27.0) (2025-10-14)
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.27.0",
3+
"version": "1.28.0",
44
"description": "CoW DAO website",
55
"main": "index.js",
66
"author": "",

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [1.123.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.122.0...cowswap-v1.123.0) (2025-11-10)
4+
5+
6+
### Features
7+
8+
* **limit-orders:** check permit validity in orders table ([#6496](https://github.com/cowprotocol/cowswap/issues/6496)) ([0390370](https://github.com/cowprotocol/cowswap/commit/03903702f5fddee093cccde9785d2c49c65aff95))
9+
* **new-chains:** add q4 chains ([#6404](https://github.com/cowprotocol/cowswap/issues/6404)) ([ba4edb0](https://github.com/cowprotocol/cowswap/commit/ba4edb0fdc7b4c700dfeae9023da330d74a9faea))
10+
11+
12+
### Bug Fixes
13+
14+
* hide affected order section user disable partial approve ([#6479](https://github.com/cowprotocol/cowswap/issues/6479)) ([1385188](https://github.com/cowprotocol/cowswap/commit/13851882e8446bb1c822052ccc64c08c52f77b1a))
15+
* **trade:** compare tx approve amount with min amount to swap ([#6501](https://github.com/cowprotocol/cowswap/issues/6501)) ([6f649ec](https://github.com/cowprotocol/cowswap/commit/6f649ec3a2562b3a65aa8c338041ef34fbe9e8ad))
16+
317
## [1.122.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.121.5...cowswap-v1.122.0) (2025-11-05)
418

519

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.122.0",
3+
"version": "1.123.0",
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.58.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.57.0...explorer-v2.58.0) (2025-11-10)
4+
5+
6+
### Features
7+
8+
* **new-chains:** add q4 chains ([#6404](https://github.com/cowprotocol/cowswap/issues/6404)) ([ba4edb0](https://github.com/cowprotocol/cowswap/commit/ba4edb0fdc7b4c700dfeae9023da330d74a9faea))
9+
10+
11+
### Bug Fixes
12+
13+
* **explorer:** do not add tx row when there's no tx hash ([#6499](https://github.com/cowprotocol/cowswap/issues/6499)) ([3f66a7a](https://github.com/cowprotocol/cowswap/commit/3f66a7adb820fc246fe7b2f9624b157bcb25c5b3))
14+
315
## [2.57.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.56.0...explorer-v2.57.0) (2025-11-05)
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.57.0",
3+
"version": "2.58.0",
44
"description": "CoW Swap Explorer",
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.10.0](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.9.0...balances-and-allowances-v1.10.0) (2025-11-10)
4+
5+
6+
### Features
7+
8+
* **new-chains:** add q4 chains ([#6404](https://github.com/cowprotocol/cowswap/issues/6404)) ([ba4edb0](https://github.com/cowprotocol/cowswap/commit/ba4edb0fdc7b4c700dfeae9023da330d74a9faea))
9+
310
## [1.9.0](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.8.0...balances-and-allowances-v1.9.0) (2025-11-05)
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.9.0",
3+
"version": "1.10.0",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

libs/common-const/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.29.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.28.1...common-const-v1.29.0) (2025-11-10)
4+
5+
6+
### Features
7+
8+
* **new-chains:** add q4 chains ([#6404](https://github.com/cowprotocol/cowswap/issues/6404)) ([ba4edb0](https://github.com/cowprotocol/cowswap/commit/ba4edb0fdc7b4c700dfeae9023da330d74a9faea))
9+
10+
11+
### Bug Fixes
12+
13+
* **linea:** add USDT as a favourite token ([#6498](https://github.com/cowprotocol/cowswap/issues/6498)) ([5741c7f](https://github.com/cowprotocol/cowswap/commit/5741c7fcd0d916b2206c29e83b27fc21e752e374))
14+
315
## [1.28.1](https://github.com/cowprotocol/cowswap/compare/common-const-v1.28.0...common-const-v1.28.1) (2025-10-28)
416

517

0 commit comments

Comments
 (0)