Skip to content

Commit 5159b12

Browse files
authored
Merge branch 'develop' into feat/wallet-restoring-spinner
2 parents e8c7b09 + 5e64256 commit 5159b12

6 files changed

Lines changed: 469 additions & 26 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"libs/types": "4.3.1",
2020
"libs/ui": "3.3.1",
2121
"libs/wallet": "3.2.1",
22-
"apps/cow-fi": "2.5.6",
22+
"apps/cow-fi": "2.5.7",
2323
"libs/wallet-provider": "2.1.17",
2424
"libs/ui-utils": "2.0.1",
2525
"libs/abis": "3.0.0",

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+
## [2.5.7](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.5.6...cow-fi-v2.5.7) (2026-05-08)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* bump next version ([#7471](https://github.com/cowprotocol/cowswap/issues/7471)) ([5f0d60f](https://github.com/cowprotocol/cowswap/commit/5f0d60f1933ca435e49138c8c2133341bfd5bf9e))
9+
310
## [2.5.6](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.5.5...cow-fi-v2.5.6) (2026-04-30)
411

512

apps/cow-fi/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/cow-fi",
3-
"version": "2.5.6",
3+
"version": "2.5.7",
44
"description": "CoW DAO website",
55
"main": "index.js",
66
"author": "",
@@ -58,7 +58,7 @@
5858
"exponential-backoff": "^3.1.1",
5959
"jotai": "2.16.2",
6060
"launchdarkly-react-client-sdk": "^3.0.4",
61-
"next": "15.2.8",
61+
"next": "15.5.18",
6262
"polished": "^4.0.5",
6363
"qs": "^6.14.1",
6464
"react": "19.1.2",
@@ -88,6 +88,8 @@
8888
"@types/rebass": "^4.0.10",
8989
"@types/sortablejs": "^1.15.8",
9090
"@types/styled-components": "5.1.34",
91+
"babel-loader": "^9.1.3",
92+
"babel-plugin-macros": "^3.1.0",
9193
"file-loader": "^6.2.0",
9294
"jest-fetch-mock": "^3.0.3",
9395
"react-cosmos": "^7.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@walletconnect/types": "2.17.3",
113113
"cross-env": "^7.0.3",
114114
"dotenv": "^16.4.5",
115-
"next": "15.2.8",
115+
"next": "15.5.18",
116116
"styled-jsx": "5.1.2",
117117
"tslib": "^2.3.0"
118118
},

0 commit comments

Comments
 (0)