Skip to content

Commit cd2ad0f

Browse files
authored
chore: release main (#6076)
1 parent 0998f1d commit cd2ad0f

File tree

7 files changed

+35
-6
lines changed

7 files changed

+35
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/cowswap-frontend": "1.114.0",
2+
"apps/cowswap-frontend": "1.115.0",
33
"apps/explorer": "2.50.0",
44
"libs/permit-utils": "0.6.2",
55
"libs/widget-lib": "0.20.0",
@@ -9,7 +9,7 @@
99
"libs/assets": "1.14.0",
1010
"libs/common-const": "1.21.1",
1111
"libs/common-hooks": "1.9.1",
12-
"libs/common-utils": "1.18.1",
12+
"libs/common-utils": "1.19.0",
1313
"libs/core": "1.7.4",
1414
"libs/ens": "1.4.0",
1515
"libs/events": "1.7.0",
@@ -18,7 +18,7 @@
1818
"libs/types": "1.9.0",
1919
"libs/ui": "1.26.1",
2020
"libs/wallet": "1.13.1",
21-
"apps/cow-fi": "1.24.0",
21+
"apps/cow-fi": "1.24.1",
2222
"libs/wallet-provider": "1.0.1",
2323
"libs/ui-utils": "1.1.1",
2424
"libs/abis": "1.2.2",

apps/cow-fi/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.24.1](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.24.0...cow-fi-v1.24.1) (2025-08-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **cow-fi:** enhance caching strategy and middleware for /learn routes to improve performance ([#6084](https://github.com/cowprotocol/cowswap/issues/6084)) ([f51652a](https://github.com/cowprotocol/cowswap/commit/f51652ac1c979aa8f3fde5a3af1003f9595d7722))
9+
* **cow-fi:** ISR optimization to prevent cache-busting in learn pages ([#6079](https://github.com/cowprotocol/cowswap/issues/6079)) ([6ace758](https://github.com/cowprotocol/cowswap/commit/6ace75842a7a5b686e3649f002b323309c47874d))
10+
* **cow-fi:** update articles page with caching strategy and type annotations … ([#6066](https://github.com/cowprotocol/cowswap/issues/6066)) ([a117209](https://github.com/cowprotocol/cowswap/commit/a117209a5dfdfd83aea83c606114211d9d5383c7))
11+
312
## [1.24.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.23.0...cow-fi-v1.24.0) (2025-07-03)
413

514

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.0",
3+
"version": "1.24.1",
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.115.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.114.0...cowswap-v1.115.0) (2025-08-04)
4+
5+
6+
### Features
7+
8+
* update same tokens warning message, address wrapped tokens bug ([#6028](https://github.com/cowprotocol/cowswap/issues/6028)) ([95b9089](https://github.com/cowprotocol/cowswap/commit/95b9089744cd6fd9445e1c2ebd021a86cf3da29a))
9+
10+
11+
### Bug Fixes
12+
13+
* **bridge:** broken network switching when try to select the same network as dst in token select ([#6067](https://github.com/cowprotocol/cowswap/issues/6067)) ([ed00fe4](https://github.com/cowprotocol/cowswap/commit/ed00fe4f19f00e80e6850f8098c761f09d576bdc))
14+
* **bridge:** fix received amount parsing from executed info ([#6088](https://github.com/cowprotocol/cowswap/issues/6088)) ([071a361](https://github.com/cowprotocol/cowswap/commit/071a361d7bf26a4260b91cd72f8af051cc733d1e))
15+
316
## [1.114.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.113.0...cowswap-v1.114.0) (2025-07-31)
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.114.0",
3+
"version": "1.115.0",
44
"description": "CoW Swap",
55
"main": "index.js",
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.19.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.18.1...common-utils-v1.19.0) (2025-08-04)
4+
5+
6+
### Features
7+
8+
* update same tokens warning message, address wrapped tokens bug ([#6028](https://github.com/cowprotocol/cowswap/issues/6028)) ([95b9089](https://github.com/cowprotocol/cowswap/commit/95b9089744cd6fd9445e1c2ebd021a86cf3da29a))
9+
310
## [1.18.1](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.18.0...common-utils-v1.18.1) (2025-07-30)
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.18.1",
3+
"version": "1.19.0",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)