Skip to content

Commit 505e7cd

Browse files
authored
chore: release main (#7360)
1 parent 44fb968 commit 505e7cd

49 files changed

Lines changed: 444 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.6.1",
3-
"apps/explorer": "4.1.2",
4-
"libs/permit-utils": "3.1.2",
5-
"libs/widget-lib": "3.1.1",
6-
"libs/widget-react": "2.0.2",
7-
"apps/widget-configurator": "3.3.3",
8-
"libs/analytics": "3.1.2",
2+
"apps/cowswap-frontend": "3.7.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",
99
"libs/assets": "2.2.1",
10-
"libs/common-const": "3.1.2",
11-
"libs/common-hooks": "3.1.2",
12-
"libs/common-utils": "3.2.1",
13-
"libs/core": "3.1.2",
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",
1414
"libs/currency": "1.0.0",
15-
"libs/ens": "3.1.2",
16-
"libs/events": "4.2.1",
17-
"libs/snackbars": "2.0.19",
18-
"libs/tokens": "3.3.2",
19-
"libs/types": "4.2.1",
20-
"libs/ui": "3.2.2",
21-
"libs/wallet": "3.1.2",
22-
"apps/cow-fi": "2.5.3",
23-
"libs/wallet-provider": "2.1.15",
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",
2424
"libs/ui-utils": "2.0.1",
2525
"libs/abis": "3.0.0",
26-
"libs/balances-and-allowances": "3.1.2",
27-
"libs/iframe-transport": "2.2.1",
28-
"libs/hook-dapp-lib": "2.2.1",
29-
"libs/multicall": "3.1.2"
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"
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.4](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.5.3...cow-fi-v2.5.4) (2026-04-16)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/analytics bumped to 3.2.0
11+
* @cowprotocol/common-const bumped to 3.2.0
12+
* @cowprotocol/common-hooks bumped to 3.2.0
13+
* @cowprotocol/common-utils bumped to 3.3.0
14+
* @cowprotocol/core bumped to 3.2.0
15+
* @cowprotocol/events bumped to 4.3.0
16+
* @cowprotocol/types bumped to 4.3.0
17+
* @cowprotocol/ui bumped to 3.3.0
18+
* @cowprotocol/wallet bumped to 3.2.0
19+
* @cowprotocol/wallet-provider bumped to 2.1.16
20+
* @cowprotocol/widget-react bumped to 3.0.0
21+
322
## [2.5.3](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.5.2...cow-fi-v2.5.3) (2026-04-15)
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.3",
3+
"version": "2.5.4",
44
"description": "CoW DAO website",
55
"main": "index.js",
66
"author": "",

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [3.7.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.6.1...cowswap-v3.7.0) (2026-04-16)
4+
5+
6+
### ✨ Features
7+
8+
* bring cow.fi back (sdk) ([#7359](https://github.com/cowprotocol/cowswap/issues/7359)) ([7c19aee](https://github.com/cowprotocol/cowswap/commit/7c19aee0e0ec06ce9e2b657d79323975a62f6bd7))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @cowprotocol/analytics bumped to 3.2.0
16+
* @cowprotocol/balances-and-allowances bumped to 3.2.0
17+
* @cowprotocol/common-const bumped to 3.2.0
18+
* @cowprotocol/common-hooks bumped to 3.2.0
19+
* @cowprotocol/common-utils bumped to 3.3.0
20+
* @cowprotocol/core bumped to 3.2.0
21+
* @cowprotocol/ens bumped to 3.2.0
22+
* @cowprotocol/events bumped to 4.3.0
23+
* @cowprotocol/hook-dapp-lib bumped to 2.2.2
24+
* @cowprotocol/iframe-transport bumped to 2.2.2
25+
* @cowprotocol/multicall bumped to 3.2.0
26+
* @cowprotocol/permit-utils bumped to 3.2.0
27+
* @cowprotocol/snackbars bumped to 2.0.20
28+
* @cowprotocol/tokens bumped to 3.4.0
29+
* @cowprotocol/types bumped to 4.3.0
30+
* @cowprotocol/ui bumped to 3.3.0
31+
* @cowprotocol/wallet bumped to 3.2.0
32+
* @cowprotocol/wallet-provider bumped to 2.1.16
33+
* @cowprotocol/widget-lib bumped to 4.0.0
34+
335
## [3.6.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.6.0...cowswap-v3.6.1) (2026-04-15)
436

537

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

apps/explorer/CHANGELOG.md

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

3+
## [4.2.0](https://github.com/cowprotocol/cowswap/compare/explorer-v4.1.2...explorer-v4.2.0) (2026-04-16)
4+
5+
6+
### ✨ Features
7+
8+
* bring cow.fi back (sdk) ([#7359](https://github.com/cowprotocol/cowswap/issues/7359)) ([7c19aee](https://github.com/cowprotocol/cowswap/commit/7c19aee0e0ec06ce9e2b657d79323975a62f6bd7))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @cowprotocol/analytics bumped to 3.2.0
16+
* @cowprotocol/common-const bumped to 3.2.0
17+
* @cowprotocol/common-hooks bumped to 3.2.0
18+
* @cowprotocol/common-utils bumped to 3.3.0
19+
* @cowprotocol/core bumped to 3.2.0
20+
* @cowprotocol/hook-dapp-lib bumped to 2.2.2
21+
* @cowprotocol/types bumped to 4.3.0
22+
* @cowprotocol/ui bumped to 3.3.0
23+
324
## [4.1.2](https://github.com/cowprotocol/cowswap/compare/explorer-v4.1.1...explorer-v4.1.2) (2026-04-15)
425

526

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.1.2",
3+
"version": "4.2.0",
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.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v3.3.3...widget-configurator-v3.4.0) (2026-04-16)
4+
5+
6+
### ✨ Features
7+
8+
* bring cow.fi back (sdk) ([#7359](https://github.com/cowprotocol/cowswap/issues/7359)) ([7c19aee](https://github.com/cowprotocol/cowswap/commit/7c19aee0e0ec06ce9e2b657d79323975a62f6bd7))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @cowprotocol/analytics bumped to 3.2.0
16+
* @cowprotocol/common-const bumped to 3.2.0
17+
* @cowprotocol/common-hooks bumped to 3.2.0
18+
* @cowprotocol/common-utils bumped to 3.3.0
19+
* @cowprotocol/events bumped to 4.3.0
20+
* @cowprotocol/types bumped to 4.3.0
21+
* @cowprotocol/widget-lib bumped to 4.0.0
22+
* @cowprotocol/widget-react bumped to 3.0.0
23+
324
## [3.3.3](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v3.3.2...widget-configurator-v3.3.3) (2026-04-15)
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.3.3",
3+
"version": "3.4.0",
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.0](https://github.com/cowprotocol/cowswap/compare/analytics-v3.1.2...analytics-v3.2.0) (2026-04-16)
4+
5+
6+
### ✨ Features
7+
8+
* bring cow.fi back (sdk) ([#7359](https://github.com/cowprotocol/cowswap/issues/7359)) ([7c19aee](https://github.com/cowprotocol/cowswap/commit/7c19aee0e0ec06ce9e2b657d79323975a62f6bd7))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @cowprotocol/common-const bumped to 3.2.0
16+
* @cowprotocol/common-hooks bumped to 3.2.0
17+
* @cowprotocol/common-utils bumped to 3.3.0
18+
* @cowprotocol/events bumped to 4.3.0
19+
320
## [3.1.2](https://github.com/cowprotocol/cowswap/compare/analytics-v3.1.1...analytics-v3.1.2) (2026-04-15)
421

522

0 commit comments

Comments
 (0)