Skip to content

Commit ba67ecc

Browse files
authored
chore: release main (#7237)
1 parent b83fb63 commit ba67ecc

23 files changed

Lines changed: 155 additions & 22 deletions

File tree

.release-please-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"apps/cowswap-frontend": "3.0.5",
3-
"apps/explorer": "4.0.3",
2+
"apps/cowswap-frontend": "3.1.0",
3+
"apps/explorer": "4.0.4",
44
"libs/permit-utils": "3.0.2",
55
"libs/widget-lib": "2.0.2",
66
"libs/widget-react": "1.1.0",
7-
"apps/widget-configurator": "3.0.2",
7+
"apps/widget-configurator": "3.0.3",
88
"libs/analytics": "3.0.2",
9-
"libs/assets": "2.1.0",
9+
"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",
1616
"libs/events": "4.0.2",
17-
"libs/snackbars": "2.0.12",
18-
"libs/tokens": "3.0.2",
17+
"libs/snackbars": "2.0.13",
18+
"libs/tokens": "3.0.3",
1919
"libs/types": "4.1.0",
20-
"libs/ui": "3.0.2",
21-
"libs/wallet": "3.0.2",
22-
"apps/cow-fi": "2.3.2",
20+
"libs/ui": "3.1.0",
21+
"libs/wallet": "3.0.3",
22+
"apps/cow-fi": "2.4.0",
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.2",
26+
"libs/balances-and-allowances": "3.0.3",
2727
"libs/iframe-transport": "2.0.10",
2828
"libs/hook-dapp-lib": "2.0.10",
29-
"libs/multicall": "3.0.2"
29+
"libs/multicall": "3.0.3"
3030
}

apps/cow-fi/CHANGELOG.md

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

3+
## [2.4.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.3.2...cow-fi-v2.4.0) (2026-04-02)
4+
5+
6+
### ✨ Features
7+
8+
* **affiliate:** add affiliate program page to cow-fi ([#7232](https://github.com/cowprotocol/cowswap/issues/7232)) ([fbf93d7](https://github.com/cowprotocol/cowswap/commit/fbf93d71b6c423d3378eb9b7d51ab09082f770a9))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* **affiliate:** update affiliate program documentation URLs ([#7239](https://github.com/cowprotocol/cowswap/issues/7239)) ([b83fb63](https://github.com/cowprotocol/cowswap/commit/b83fb63eaf4b81b6a040f35a65e47b99675f4ad0))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @cowprotocol/assets bumped to 2.2.0
21+
* @cowprotocol/ui bumped to 3.1.0
22+
* @cowprotocol/wallet bumped to 3.0.3
23+
324
## [2.3.2](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.3.1...cow-fi-v2.3.2) (2026-03-19)
425

526

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

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [3.1.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.0.5...cowswap-v3.1.0) (2026-04-02)
4+
5+
6+
### ✨ Features
7+
8+
* **affiliate:** add affiliate program page to cow-fi ([#7232](https://github.com/cowprotocol/cowswap/issues/7232)) ([fbf93d7](https://github.com/cowprotocol/cowswap/commit/fbf93d71b6c423d3378eb9b7d51ab09082f770a9))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* **affiliate:** unit tests ([4b59489](https://github.com/cowprotocol/cowswap/commit/4b594896e1434043edff56216f262153cbaf9d4a))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @cowprotocol/assets bumped to 2.2.0
21+
* @cowprotocol/balances-and-allowances bumped to 3.0.3
22+
* @cowprotocol/multicall bumped to 3.0.3
23+
* @cowprotocol/snackbars bumped to 2.0.13
24+
* @cowprotocol/tokens bumped to 3.0.3
25+
* @cowprotocol/ui bumped to 3.1.0
26+
* @cowprotocol/wallet bumped to 3.0.3
27+
328
## [3.0.5](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.0.4...cowswap-v3.0.5) (2026-03-20)
429

530

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

apps/explorer/CHANGELOG.md

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

3+
## [4.0.4](https://github.com/cowprotocol/cowswap/compare/explorer-v4.0.3...explorer-v4.0.4) (2026-04-02)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/ui bumped to 3.1.0
11+
312
## [4.0.3](https://github.com/cowprotocol/cowswap/compare/explorer-v4.0.2...explorer-v4.0.3) (2026-03-19)
413

514

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

apps/widget-configurator/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/widget-configurator-v3.0.2...widget-configurator-v3.0.3) (2026-04-02)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/assets bumped to 2.2.0
11+
312
## [3.0.2](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v3.0.1...widget-configurator-v3.0.2) (2026-03-19)
413

514

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

libs/assets/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.2.0](https://github.com/cowprotocol/cowswap/compare/assets-v2.1.0...assets-v2.2.0) (2026-04-02)
4+
5+
6+
### ✨ Features
7+
8+
* **affiliate:** add affiliate program page to cow-fi ([#7232](https://github.com/cowprotocol/cowswap/issues/7232)) ([fbf93d7](https://github.com/cowprotocol/cowswap/commit/fbf93d71b6c423d3378eb9b7d51ab09082f770a9))
9+
310
## [2.1.0](https://github.com/cowprotocol/cowswap/compare/assets-v2.0.1...assets-v2.1.0) (2026-03-10)
411

512

0 commit comments

Comments
 (0)