Skip to content

Commit b93c529

Browse files
authored
chore: release main (#5953)
1 parent 9f04a09 commit b93c529

File tree

12 files changed

+64
-11
lines changed

12 files changed

+64
-11
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"apps/cowswap-frontend": "1.111.3",
3-
"apps/explorer": "2.48.2",
2+
"apps/cowswap-frontend": "1.112.0",
3+
"apps/explorer": "2.48.3",
44
"libs/permit-utils": "0.6.2",
5-
"libs/widget-lib": "0.19.2",
5+
"libs/widget-lib": "0.20.0",
66
"libs/widget-react": "0.11.2",
7-
"apps/widget-configurator": "1.14.1",
7+
"apps/widget-configurator": "1.15.0",
88
"libs/analytics": "1.12.0",
99
"libs/assets": "1.14.0",
1010
"libs/common-const": "1.21.0",
1111
"libs/common-hooks": "1.9.1",
12-
"libs/common-utils": "1.17.1",
12+
"libs/common-utils": "1.18.0",
1313
"libs/core": "1.7.4",
1414
"libs/ens": "1.4.0",
1515
"libs/events": "1.6.1",
1616
"libs/snackbars": "1.1.3",
1717
"libs/tokens": "1.22.0",
1818
"libs/types": "1.8.0",
19-
"libs/ui": "1.25.0",
19+
"libs/ui": "1.25.1",
2020
"libs/wallet": "1.13.0",
2121
"apps/cow-fi": "1.24.0",
2222
"libs/wallet-provider": "1.0.1",

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [1.112.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.111.3...cowswap-v1.112.0) (2025-07-10)
4+
5+
6+
### Features
7+
8+
* **bridge:** display combined fee in collapsed accordion ([#5921](https://github.com/cowprotocol/cowswap/issues/5921)) ([0dbaa56](https://github.com/cowprotocol/cowswap/commit/0dbaa5662012967079c3d6f1bbb7797126639a01))
9+
* **bridge:** display execution price in swap details ([#5920](https://github.com/cowprotocol/cowswap/issues/5920)) ([81d7f7a](https://github.com/cowprotocol/cowswap/commit/81d7f7a72f953d6e9423ada0c2732fd73ad6b092))
10+
* **trade:** slippage config for integrators ([#5906](https://github.com/cowprotocol/cowswap/issues/5906)) ([cbfa3b1](https://github.com/cowprotocol/cowswap/commit/cbfa3b142571df7bdf55919b8ae6df986017aeab))
11+
12+
13+
### Bug Fixes
14+
15+
* **account-proxy:** fetch prio balances for proxy ([#5928](https://github.com/cowprotocol/cowswap/issues/5928)) ([40d71c9](https://github.com/cowprotocol/cowswap/commit/40d71c9e2ebaa2722fcadd082f08bfec33f66325))
16+
* add fontBold prop for customizable font weight ([#5949](https://github.com/cowprotocol/cowswap/issues/5949)) ([f212bf5](https://github.com/cowprotocol/cowswap/commit/f212bf56feec9ec1e3b39be9e75a670f8690bbfe))
17+
* fix quote updating when window visibility changes ([#5938](https://github.com/cowprotocol/cowswap/issues/5938)) ([948ee77](https://github.com/cowprotocol/cowswap/commit/948ee775c9fdce02363c919a880756bee32b2fb0))
18+
319
## [1.111.3](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.111.2...cowswap-v1.111.3) (2025-07-07)
420

521

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

apps/explorer/CHANGELOG.md

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

3+
## [2.48.3](https://github.com/cowprotocol/cowswap/compare/explorer-v2.48.2...explorer-v2.48.3) (2025-07-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **explorer:** remove selection styles ([#5941](https://github.com/cowprotocol/cowswap/issues/5941)) ([ad727f6](https://github.com/cowprotocol/cowswap/commit/ad727f6a6d70fa36300875ff4be4a4a51069ddfc))
9+
* update InlineBanner width for UnsignedOrderWarning component ([#5948](https://github.com/cowprotocol/cowswap/issues/5948)) ([bca7971](https://github.com/cowprotocol/cowswap/commit/bca79715be6e43c405be432eacd4a6ef5d8f978f))
10+
311
## [2.48.2](https://github.com/cowprotocol/cowswap/compare/explorer-v2.48.1...explorer-v2.48.2) (2025-07-03)
412

513

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.2",
3+
"version": "2.48.3",
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.15.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.14.1...widget-configurator-v1.15.0) (2025-07-10)
4+
5+
6+
### Features
7+
8+
* **trade:** slippage config for integrators ([#5906](https://github.com/cowprotocol/cowswap/issues/5906)) ([cbfa3b1](https://github.com/cowprotocol/cowswap/commit/cbfa3b142571df7bdf55919b8ae6df986017aeab))
9+
310
## [1.14.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.14.0...widget-configurator-v1.14.1) (2025-06-27)
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.14.1",
3+
"version": "1.15.0",
44
"description": "CoW Swap widget configurator",
55
"main": "src/main.tsx",
66
"author": "",

libs/common-utils/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.18.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.17.1...common-utils-v1.18.0) (2025-07-10)
4+
5+
6+
### Features
7+
8+
* **trade:** slippage config for integrators ([#5906](https://github.com/cowprotocol/cowswap/issues/5906)) ([cbfa3b1](https://github.com/cowprotocol/cowswap/commit/cbfa3b142571df7bdf55919b8ae6df986017aeab))
9+
310
## [1.17.1](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.17.0...common-utils-v1.17.1) (2025-07-03)
411

512

libs/common-utils/package.json

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

libs/ui/CHANGELOG.md

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

3+
## [1.25.1](https://github.com/cowprotocol/cowswap/compare/ui-v1.25.0...ui-v1.25.1) (2025-07-10)
4+
5+
6+
### Bug Fixes
7+
8+
* add fontBold prop for customizable font weight ([#5949](https://github.com/cowprotocol/cowswap/issues/5949)) ([f212bf5](https://github.com/cowprotocol/cowswap/commit/f212bf56feec9ec1e3b39be9e75a670f8690bbfe))
9+
* update InlineBanner width for UnsignedOrderWarning component ([#5948](https://github.com/cowprotocol/cowswap/issues/5948)) ([bca7971](https://github.com/cowprotocol/cowswap/commit/bca79715be6e43c405be432eacd4a6ef5d8f978f))
10+
311
## [1.25.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.24.0...ui-v1.25.0) (2025-07-03)
412

513

0 commit comments

Comments
 (0)