Skip to content

Commit 8756853

Browse files
authored
chore: release main (#5750)
1 parent e404dbd commit 8756853

File tree

7 files changed

+28
-6
lines changed

7 files changed

+28
-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.107.1",
2+
"apps/cowswap-frontend": "1.108.0",
33
"apps/explorer": "2.47.0",
44
"libs/permit-utils": "0.6.2",
55
"libs/widget-lib": "0.19.1",
@@ -9,7 +9,7 @@
99
"libs/assets": "1.13.1",
1010
"libs/common-const": "1.18.0",
1111
"libs/common-hooks": "1.8.2",
12-
"libs/common-utils": "1.14.0",
12+
"libs/common-utils": "1.15.0",
1313
"libs/core": "1.7.1",
1414
"libs/ens": "1.3.1",
1515
"libs/events": "1.6.1",
@@ -18,7 +18,7 @@
1818
"libs/types": "1.7.0",
1919
"libs/ui": "1.23.2",
2020
"libs/wallet": "1.12.2",
21-
"apps/cow-fi": "1.22.5",
21+
"apps/cow-fi": "1.22.6",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.22.6](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.22.5...cow-fi-v1.22.6) (2025-05-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **cowfi:** simplify revalidation paths in route.ts ([#5736](https://github.com/cowprotocol/cowswap/issues/5736)) ([fc7e4b5](https://github.com/cowprotocol/cowswap/commit/fc7e4b5c5e8822612e579f11b8ee3af78dc2904c))
9+
* **cowfi:** update comment and simplify revalidation logic in route.ts ([#5753](https://github.com/cowprotocol/cowswap/issues/5753)) ([68a0fe8](https://github.com/cowprotocol/cowswap/commit/68a0fe85ae5c25286541cfda9ae83d9eaeb81500))
10+
311
## [1.22.5](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.22.4...cow-fi-v1.22.5) (2025-05-20)
412

513

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.22.5",
3+
"version": "1.22.6",
44
"description": "CoW DAO website",
55
"main": "index.js",
66
"author": "",

apps/cowswap-frontend/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.108.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.107.1...cowswap-v1.108.0) (2025-05-28)
4+
5+
6+
### Features
7+
8+
* **appzi:** disable appzi for Coinbase Wallet ([#5671](https://github.com/cowprotocol/cowswap/issues/5671)) ([381e4b1](https://github.com/cowprotocol/cowswap/commit/381e4b1e8a7b1eec9b99d9d21841c647d66a7420))
9+
310
## [1.107.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.107.0...cowswap-v1.107.1) (2025-05-22)
411

512

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.107.1",
3+
"version": "1.108.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.15.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.14.0...common-utils-v1.15.0) (2025-05-28)
4+
5+
6+
### Features
7+
8+
* **appzi:** disable appzi for Coinbase Wallet ([#5671](https://github.com/cowprotocol/cowswap/issues/5671)) ([381e4b1](https://github.com/cowprotocol/cowswap/commit/381e4b1e8a7b1eec9b99d9d21841c647d66a7420))
9+
310
## [1.14.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.13.2...common-utils-v1.14.0) (2025-05-19)
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.14.0",
3+
"version": "1.15.0",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)