Skip to content

Commit b5d400e

Browse files
authored
chore: release main (#6357)
1 parent e192b33 commit b5d400e

File tree

17 files changed

+84
-16
lines changed

17 files changed

+84
-16
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"apps/cowswap-frontend": "1.119.1",
3-
"apps/explorer": "2.55.0",
2+
"apps/cowswap-frontend": "1.120.0",
3+
"apps/explorer": "2.56.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",
9-
"libs/assets": "1.15.0",
10-
"libs/common-const": "1.26.0",
11-
"libs/common-hooks": "1.10.1",
9+
"libs/assets": "1.16.0",
10+
"libs/common-const": "1.27.0",
11+
"libs/common-hooks": "1.10.2",
1212
"libs/common-utils": "1.21.1",
1313
"libs/core": "1.8.1",
1414
"libs/ens": "1.5.0",
1515
"libs/events": "2.0.0",
1616
"libs/snackbars": "1.1.4",
1717
"libs/tokens": "1.27.0",
1818
"libs/types": "2.0.1",
19-
"libs/ui": "1.27.0",
19+
"libs/ui": "1.28.0",
2020
"libs/wallet": "1.15.2",
21-
"apps/cow-fi": "1.26.3",
21+
"apps/cow-fi": "1.27.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.7.0",
25+
"libs/balances-and-allowances": "1.8.0",
2626
"libs/iframe-transport": "1.1.0",
2727
"libs/hook-dapp-lib": "1.12.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.27.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.26.3...cow-fi-v1.27.0) (2025-10-14)
4+
5+
6+
### Features
7+
8+
* **cowfi:** enhance 404 page with CowSaucer animation and layout adj… ([#6321](https://github.com/cowprotocol/cowswap/issues/6321)) ([40bbf46](https://github.com/cowprotocol/cowswap/commit/40bbf46fcc7634a018b486c2bc49beab9e25a68f))
9+
310
## [1.26.3](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.26.2...cow-fi-v1.26.3) (2025-10-02)
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.26.3",
3+
"version": "1.27.0",
44
"description": "CoW DAO website",
55
"main": "index.js",
66
"author": "",

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.120.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.119.1...cowswap-v1.120.0) (2025-10-14)
4+
5+
6+
### Features
7+
8+
* animated favicon ([#6331](https://github.com/cowprotocol/cowswap/issues/6331)) ([0b05e96](https://github.com/cowprotocol/cowswap/commit/0b05e96953e5e78e95762351598abd4b22cdd630))
9+
* implement partial approve with new ui/ux ([7826f77](https://github.com/cowprotocol/cowswap/commit/7826f772d131055c7ccbb8fd9e1aeb7b4e5ac1b0))
10+
* use suggested slippage from BFF ([#6313](https://github.com/cowprotocol/cowswap/issues/6313)) ([30c5ff6](https://github.com/cowprotocol/cowswap/commit/30c5ff6c118513aad75edf2355282f9097194c1d))
11+
12+
13+
### Bug Fixes
14+
15+
* optimize quote API requests ([#6285](https://github.com/cowprotocol/cowswap/issues/6285)) ([04d9448](https://github.com/cowprotocol/cowswap/commit/04d9448b5f4767283d576f84cd095dc7d7ce65b6))
16+
* sync order state changes with order progress bar ([#6350](https://github.com/cowprotocol/cowswap/issues/6350)) ([dcea356](https://github.com/cowprotocol/cowswap/commit/dcea356b1d8964b87dabf1749eff8f2719f7f5bb))
17+
* trade toast intermediary token display ([#6270](https://github.com/cowprotocol/cowswap/issues/6270)) ([a641781](https://github.com/cowprotocol/cowswap/commit/a6417810ff0e06532f4b6b05aaf102e6b499090e))
18+
* use old approval flow if ff is disabled ([#6344](https://github.com/cowprotocol/cowswap/issues/6344)) ([da31468](https://github.com/cowprotocol/cowswap/commit/da31468b7f41cd742ee7af77b1f5aba680b161c4))
19+
320
## [1.119.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.119.0...cowswap-v1.119.1) (2025-10-03)
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.119.1",
3+
"version": "1.120.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.56.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.55.0...explorer-v2.56.0) (2025-10-14)
4+
5+
6+
### Features
7+
8+
* use suggested slippage from BFF ([#6313](https://github.com/cowprotocol/cowswap/issues/6313)) ([30c5ff6](https://github.com/cowprotocol/cowswap/commit/30c5ff6c118513aad75edf2355282f9097194c1d))
9+
310
## [2.55.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.54.3...explorer-v2.55.0) (2025-10-02)
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.55.0",
3+
"version": "2.56.0",
44
"description": "CoW Swap Explorer",
55
"main": "src/main.tsx",
66
"author": "",

libs/assets/CHANGELOG.md

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

3+
## [1.16.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.15.0...assets-v1.16.0) (2025-10-14)
4+
5+
6+
### Features
7+
8+
* add 404 page moment of delight ([#6327](https://github.com/cowprotocol/cowswap/issues/6327)) ([3d98539](https://github.com/cowprotocol/cowswap/commit/3d985397f9c43a5593e3281263e5f644860059ee))
9+
* **cowfi:** enhance 404 page with CowSaucer animation and layout adj… ([#6321](https://github.com/cowprotocol/cowswap/issues/6321)) ([40bbf46](https://github.com/cowprotocol/cowswap/commit/40bbf46fcc7634a018b486c2bc49beab9e25a68f))
10+
* implement partial approve with new ui/ux ([7826f77](https://github.com/cowprotocol/cowswap/commit/7826f772d131055c7ccbb8fd9e1aeb7b4e5ac1b0))
11+
312
## [1.15.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.14.0...assets-v1.15.0) (2025-08-28)
413

514

libs/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/assets",
3-
"version": "1.15.0",
3+
"version": "1.16.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.8.0](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.7.0...balances-and-allowances-v1.8.0) (2025-10-14)
4+
5+
6+
### Features
7+
8+
* deprecate sepolia for bff balances api ([#6340](https://github.com/cowprotocol/cowswap/issues/6340)) ([bfefda8](https://github.com/cowprotocol/cowswap/commit/bfefda845825f78bd529aaa78ae68e82c8d7e8ea))
9+
310
## [1.7.0](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.6.0...balances-and-allowances-v1.7.0) (2025-10-02)
411

512

0 commit comments

Comments
 (0)