Skip to content

Commit dcfb057

Browse files
authored
Merge pull request #7247 from cowprotocol/release-please--branches--main
chore: release main
1 parent e8ca72e commit dcfb057

29 files changed

Lines changed: 225 additions & 28 deletions

.release-please-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"apps/cowswap-frontend": "3.1.0",
3-
"apps/explorer": "4.0.4",
2+
"apps/cowswap-frontend": "3.2.0",
3+
"apps/explorer": "4.0.5",
44
"libs/permit-utils": "3.0.2",
5-
"libs/widget-lib": "2.0.2",
6-
"libs/widget-react": "1.1.0",
7-
"apps/widget-configurator": "3.0.3",
8-
"libs/analytics": "3.0.2",
5+
"libs/widget-lib": "2.1.0",
6+
"libs/widget-react": "1.2.0",
7+
"apps/widget-configurator": "3.1.0",
8+
"libs/analytics": "3.0.3",
99
"libs/assets": "2.2.0",
1010
"libs/common-const": "3.0.2",
1111
"libs/common-hooks": "3.0.2",
1212
"libs/common-utils": "3.0.2",
1313
"libs/core": "3.0.2",
1414
"libs/currency": "1.0.0",
1515
"libs/ens": "3.0.2",
16-
"libs/events": "4.0.2",
17-
"libs/snackbars": "2.0.13",
18-
"libs/tokens": "3.0.3",
16+
"libs/events": "4.1.0",
17+
"libs/snackbars": "2.0.14",
18+
"libs/tokens": "3.1.0",
1919
"libs/types": "4.1.0",
20-
"libs/ui": "3.1.0",
21-
"libs/wallet": "3.0.3",
22-
"apps/cow-fi": "2.4.0",
20+
"libs/ui": "3.1.1",
21+
"libs/wallet": "3.0.4",
22+
"apps/cow-fi": "2.4.1",
2323
"libs/wallet-provider": "2.1.10",
2424
"libs/ui-utils": "2.0.1",
2525
"libs/abis": "3.0.0",
26-
"libs/balances-and-allowances": "3.0.3",
26+
"libs/balances-and-allowances": "3.0.4",
2727
"libs/iframe-transport": "2.0.10",
2828
"libs/hook-dapp-lib": "2.0.10",
29-
"libs/multicall": "3.0.3"
29+
"libs/multicall": "3.0.4"
3030
}

apps/cow-fi/CHANGELOG.md

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

3+
## [2.4.1](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.4.0...cow-fi-v2.4.1) (2026-04-02)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/analytics bumped to 3.0.3
11+
* @cowprotocol/events bumped to 4.1.0
12+
* @cowprotocol/ui bumped to 3.1.1
13+
* @cowprotocol/wallet bumped to 3.0.4
14+
* @cowprotocol/widget-react bumped to 1.2.0
15+
316
## [2.4.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.3.2...cow-fi-v2.4.0) (2026-04-02)
417

518

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

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [3.2.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.1.0...cowswap-v3.2.0) (2026-04-02)
4+
5+
6+
### ✨ Features
7+
8+
* **widget:** control available tokens to select to sell or buy ([#7201](https://github.com/cowprotocol/cowswap/issues/7201)) ([7a74e24](https://github.com/cowprotocol/cowswap/commit/7a74e242deee18b47b36aaf5efefa0d4fb108973))
9+
* **widget:** control trading with price impact ([#7202](https://github.com/cowprotocol/cowswap/issues/7202)) ([3af7bf1](https://github.com/cowprotocol/cowswap/commit/3af7bf125aa404ac4bb30b21950eab3ee5b68067))
10+
* **widget:** hook wallet interactions ([#7228](https://github.com/cowprotocol/cowswap/issues/7228)) ([681b1d7](https://github.com/cowprotocol/cowswap/commit/681b1d7e77a1fc7bc03063345f71a81169691c53))
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @cowprotocol/analytics bumped to 3.0.3
17+
* @cowprotocol/balances-and-allowances bumped to 3.0.4
18+
* @cowprotocol/events bumped to 4.1.0
19+
* @cowprotocol/multicall bumped to 3.0.4
20+
* @cowprotocol/snackbars bumped to 2.0.14
21+
* @cowprotocol/tokens bumped to 3.1.0
22+
* @cowprotocol/ui bumped to 3.1.1
23+
* @cowprotocol/wallet bumped to 3.0.4
24+
* @cowprotocol/widget-lib bumped to 2.1.0
25+
326
## [3.1.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.0.5...cowswap-v3.1.0) (2026-04-02)
427

528

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

apps/explorer/CHANGELOG.md

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

3+
## [4.0.5](https://github.com/cowprotocol/cowswap/compare/explorer-v4.0.4...explorer-v4.0.5) (2026-04-02)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/analytics bumped to 3.0.3
11+
* @cowprotocol/ui bumped to 3.1.1
12+
313
## [4.0.4](https://github.com/cowprotocol/cowswap/compare/explorer-v4.0.3...explorer-v4.0.4) (2026-04-02)
414

515

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": "4.0.4",
3+
"version": "4.0.5",
44
"description": "CoW Swap Explorer",
55
"main": "src/main.tsx",
66
"author": "",

apps/widget-configurator/CHANGELOG.md

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

3+
## [3.1.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v3.0.3...widget-configurator-v3.1.0) (2026-04-02)
4+
5+
6+
### ✨ Features
7+
8+
* **tradeFormValidation:** add loading state for price impact and update validation logic ([681b1d7](https://github.com/cowprotocol/cowswap/commit/681b1d7e77a1fc7bc03063345f71a81169691c53))
9+
* **tradeFormValidation:** add loading state for price impact and update validation logic ([3af7bf1](https://github.com/cowprotocol/cowswap/commit/3af7bf125aa404ac4bb30b21950eab3ee5b68067))
10+
* **widget:** add options to disable trade based on price impact ([3af7bf1](https://github.com/cowprotocol/cowswap/commit/3af7bf125aa404ac4bb30b21950eab3ee5b68067))
11+
* **widget:** control available tokens to select to sell or buy ([3af7bf1](https://github.com/cowprotocol/cowswap/commit/3af7bf125aa404ac4bb30b21950eab3ee5b68067))
12+
* **widget:** control available tokens to select to sell or buy ([#7201](https://github.com/cowprotocol/cowswap/issues/7201)) ([7a74e24](https://github.com/cowprotocol/cowswap/commit/7a74e242deee18b47b36aaf5efefa0d4fb108973))
13+
* **widget:** control trading with price impact ([3af7bf1](https://github.com/cowprotocol/cowswap/commit/3af7bf125aa404ac4bb30b21950eab3ee5b68067))
14+
* **widget:** control trading with price impact [#7202](https://github.com/cowprotocol/cowswap/issues/7202) ([#7238](https://github.com/cowprotocol/cowswap/issues/7238)) ([3af7bf1](https://github.com/cowprotocol/cowswap/commit/3af7bf125aa404ac4bb30b21950eab3ee5b68067))
15+
* **widget:** hook wallet interactions ([#7228](https://github.com/cowprotocol/cowswap/issues/7228)) ([681b1d7](https://github.com/cowprotocol/cowswap/commit/681b1d7e77a1fc7bc03063345f71a81169691c53))
16+
17+
18+
### 🔧 Miscellaneous
19+
20+
* fix test ([3af7bf1](https://github.com/cowprotocol/cowswap/commit/3af7bf125aa404ac4bb30b21950eab3ee5b68067))
21+
* run i18n extract ([3af7bf1](https://github.com/cowprotocol/cowswap/commit/3af7bf125aa404ac4bb30b21950eab3ee5b68067))
22+
23+
24+
### Dependencies
25+
26+
* The following workspace dependencies were updated
27+
* dependencies
28+
* @cowprotocol/analytics bumped to 3.0.3
29+
* @cowprotocol/events bumped to 4.1.0
30+
* @cowprotocol/widget-lib bumped to 2.1.0
31+
* @cowprotocol/widget-react bumped to 1.2.0
32+
333
## [3.0.3](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v3.0.2...widget-configurator-v3.0.3) (2026-04-02)
434

535

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": "3.0.3",
3+
"version": "3.1.0",
44
"description": "CoW Swap widget configurator",
55
"main": "src/main.tsx",
66
"author": "",

libs/analytics/CHANGELOG.md

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

3+
## [3.0.3](https://github.com/cowprotocol/cowswap/compare/analytics-v3.0.2...analytics-v3.0.3) (2026-04-02)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/events bumped to 4.1.0
11+
312
## [3.0.2](https://github.com/cowprotocol/cowswap/compare/analytics-v3.0.1...analytics-v3.0.2) (2026-03-19)
413

514

0 commit comments

Comments
 (0)