Skip to content

Commit da03d34

Browse files
authored
chore: release main (#7386)
1 parent 53057f8 commit da03d34

49 files changed

Lines changed: 432 additions & 48 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.release-please-manifest.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"apps/cowswap-frontend": "3.9.0",
3-
"apps/explorer": "4.2.0",
4-
"libs/permit-utils": "3.2.0",
5-
"libs/widget-lib": "4.0.0",
6-
"libs/widget-react": "3.0.0",
7-
"apps/widget-configurator": "3.4.0",
8-
"libs/analytics": "3.2.0",
2+
"apps/cowswap-frontend": "3.9.1",
3+
"apps/explorer": "4.2.1",
4+
"libs/permit-utils": "3.2.1",
5+
"libs/widget-lib": "4.0.1",
6+
"libs/widget-react": "3.0.1",
7+
"apps/widget-configurator": "3.4.1",
8+
"libs/analytics": "3.2.1",
99
"libs/assets": "2.2.1",
10-
"libs/common-const": "3.2.0",
11-
"libs/common-hooks": "3.2.0",
12-
"libs/common-utils": "3.3.0",
13-
"libs/core": "3.2.0",
10+
"libs/common-const": "3.2.1",
11+
"libs/common-hooks": "3.2.1",
12+
"libs/common-utils": "3.3.1",
13+
"libs/core": "3.2.1",
1414
"libs/currency": "1.0.0",
15-
"libs/ens": "3.2.0",
16-
"libs/events": "4.3.0",
17-
"libs/snackbars": "2.0.20",
18-
"libs/tokens": "3.4.0",
19-
"libs/types": "4.3.0",
20-
"libs/ui": "3.3.0",
21-
"libs/wallet": "3.2.0",
22-
"apps/cow-fi": "2.5.4",
23-
"libs/wallet-provider": "2.1.16",
15+
"libs/ens": "3.2.1",
16+
"libs/events": "4.3.1",
17+
"libs/snackbars": "2.0.21",
18+
"libs/tokens": "3.4.1",
19+
"libs/types": "4.3.1",
20+
"libs/ui": "3.3.1",
21+
"libs/wallet": "3.2.1",
22+
"apps/cow-fi": "2.5.5",
23+
"libs/wallet-provider": "2.1.17",
2424
"libs/ui-utils": "2.0.1",
2525
"libs/abis": "3.0.0",
26-
"libs/balances-and-allowances": "3.2.0",
27-
"libs/iframe-transport": "2.2.2",
28-
"libs/hook-dapp-lib": "2.2.2",
29-
"libs/multicall": "3.2.0"
26+
"libs/balances-and-allowances": "3.2.1",
27+
"libs/iframe-transport": "2.2.3",
28+
"libs/hook-dapp-lib": "2.2.3",
29+
"libs/multicall": "3.2.1"
3030
}

apps/cow-fi/CHANGELOG.md

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

3+
## [2.5.5](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.5.4...cow-fi-v2.5.5) (2026-04-22)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/analytics bumped to 3.2.1
11+
* @cowprotocol/common-const bumped to 3.2.1
12+
* @cowprotocol/common-hooks bumped to 3.2.1
13+
* @cowprotocol/common-utils bumped to 3.3.1
14+
* @cowprotocol/core bumped to 3.2.1
15+
* @cowprotocol/events bumped to 4.3.1
16+
* @cowprotocol/types bumped to 4.3.1
17+
* @cowprotocol/ui bumped to 3.3.1
18+
* @cowprotocol/wallet bumped to 3.2.1
19+
* @cowprotocol/wallet-provider bumped to 2.1.17
20+
* @cowprotocol/widget-react bumped to 3.0.1
21+
322
## [2.5.4](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.5.3...cow-fi-v2.5.4) (2026-04-16)
423

524

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

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [3.9.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.9.0...cowswap-v3.9.1) (2026-04-22)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* take protocol fee into account ([#7385](https://github.com/cowprotocol/cowswap/issues/7385)) ([53057f8](https://github.com/cowprotocol/cowswap/commit/53057f8becaa6cfe9182e2d726471794d03b5775))
9+
* unify 'scan' spelling for chain explorer labels ([#7382](https://github.com/cowprotocol/cowswap/issues/7382)) ([0286991](https://github.com/cowprotocol/cowswap/commit/028699127de8a51637fa2f9bc48b14ff3ecda10f)), closes [#6827](https://github.com/cowprotocol/cowswap/issues/6827)
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @cowprotocol/analytics bumped to 3.2.1
17+
* @cowprotocol/balances-and-allowances bumped to 3.2.1
18+
* @cowprotocol/common-const bumped to 3.2.1
19+
* @cowprotocol/common-hooks bumped to 3.2.1
20+
* @cowprotocol/common-utils bumped to 3.3.1
21+
* @cowprotocol/core bumped to 3.2.1
22+
* @cowprotocol/ens bumped to 3.2.1
23+
* @cowprotocol/events bumped to 4.3.1
24+
* @cowprotocol/hook-dapp-lib bumped to 2.2.3
25+
* @cowprotocol/iframe-transport bumped to 2.2.3
26+
* @cowprotocol/multicall bumped to 3.2.1
27+
* @cowprotocol/permit-utils bumped to 3.2.1
28+
* @cowprotocol/snackbars bumped to 2.0.21
29+
* @cowprotocol/tokens bumped to 3.4.1
30+
* @cowprotocol/types bumped to 4.3.1
31+
* @cowprotocol/ui bumped to 3.3.1
32+
* @cowprotocol/wallet bumped to 3.2.1
33+
* @cowprotocol/wallet-provider bumped to 2.1.17
34+
* @cowprotocol/widget-lib bumped to 4.0.1
35+
336
## [3.9.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.8.0...cowswap-v3.9.0) (2026-04-17)
437

538

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

apps/explorer/CHANGELOG.md

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

3+
## [4.2.1](https://github.com/cowprotocol/cowswap/compare/explorer-v4.2.0...explorer-v4.2.1) (2026-04-22)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* take protocol fee into account ([#7385](https://github.com/cowprotocol/cowswap/issues/7385)) ([53057f8](https://github.com/cowprotocol/cowswap/commit/53057f8becaa6cfe9182e2d726471794d03b5775))
9+
* unify 'scan' spelling for chain explorer labels ([#7382](https://github.com/cowprotocol/cowswap/issues/7382)) ([0286991](https://github.com/cowprotocol/cowswap/commit/028699127de8a51637fa2f9bc48b14ff3ecda10f)), closes [#6827](https://github.com/cowprotocol/cowswap/issues/6827)
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @cowprotocol/analytics bumped to 3.2.1
17+
* @cowprotocol/common-const bumped to 3.2.1
18+
* @cowprotocol/common-hooks bumped to 3.2.1
19+
* @cowprotocol/common-utils bumped to 3.3.1
20+
* @cowprotocol/core bumped to 3.2.1
21+
* @cowprotocol/hook-dapp-lib bumped to 2.2.3
22+
* @cowprotocol/types bumped to 4.3.1
23+
* @cowprotocol/ui bumped to 3.3.1
24+
325
## [4.2.0](https://github.com/cowprotocol/cowswap/compare/explorer-v4.1.2...explorer-v4.2.0) (2026-04-16)
426

527

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

apps/widget-configurator/CHANGELOG.md

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

3+
## [3.4.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v3.4.0...widget-configurator-v3.4.1) (2026-04-22)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* take protocol fee into account ([#7385](https://github.com/cowprotocol/cowswap/issues/7385)) ([53057f8](https://github.com/cowprotocol/cowswap/commit/53057f8becaa6cfe9182e2d726471794d03b5775))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @cowprotocol/analytics bumped to 3.2.1
16+
* @cowprotocol/common-const bumped to 3.2.1
17+
* @cowprotocol/common-hooks bumped to 3.2.1
18+
* @cowprotocol/common-utils bumped to 3.3.1
19+
* @cowprotocol/events bumped to 4.3.1
20+
* @cowprotocol/types bumped to 4.3.1
21+
* @cowprotocol/widget-lib bumped to 4.0.1
22+
* @cowprotocol/widget-react bumped to 3.0.1
23+
324
## [3.4.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v3.3.3...widget-configurator-v3.4.0) (2026-04-16)
425

526

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

libs/analytics/CHANGELOG.md

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

3+
## [3.2.1](https://github.com/cowprotocol/cowswap/compare/analytics-v3.2.0...analytics-v3.2.1) (2026-04-22)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* take protocol fee into account ([#7385](https://github.com/cowprotocol/cowswap/issues/7385)) ([53057f8](https://github.com/cowprotocol/cowswap/commit/53057f8becaa6cfe9182e2d726471794d03b5775))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @cowprotocol/common-const bumped to 3.2.1
16+
* @cowprotocol/common-hooks bumped to 3.2.1
17+
* @cowprotocol/common-utils bumped to 3.3.1
18+
* @cowprotocol/events bumped to 4.3.1
19+
320
## [3.2.0](https://github.com/cowprotocol/cowswap/compare/analytics-v3.1.2...analytics-v3.2.0) (2026-04-16)
421

522

0 commit comments

Comments
 (0)