Skip to content

Commit d9dd5fb

Browse files
chore: release main (#7494)
* chore: release main * chore: add description --------- Co-authored-by: Denis Makarov <limitofzero@gmail.com>
1 parent b8a3bea commit d9dd5fb

23 files changed

Lines changed: 153 additions & 22 deletions

File tree

.release-please-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"apps/cowswap-frontend": "3.10.0",
3-
"apps/explorer": "4.3.0",
4-
"libs/permit-utils": "3.2.2",
5-
"libs/widget-lib": "4.0.2",
6-
"libs/widget-react": "3.0.2",
7-
"apps/widget-configurator": "3.4.3",
2+
"apps/cowswap-frontend": "3.10.1",
3+
"apps/explorer": "4.3.1",
4+
"libs/permit-utils": "3.2.3",
5+
"libs/widget-lib": "4.0.3",
6+
"libs/widget-react": "3.0.3",
7+
"apps/widget-configurator": "3.4.4",
88
"libs/analytics": "3.2.2",
99
"libs/assets": "2.3.0",
1010
"libs/common-const": "3.2.1",
@@ -18,13 +18,13 @@
1818
"libs/tokens": "3.5.0",
1919
"libs/types": "4.3.1",
2020
"libs/ui": "3.4.0",
21-
"libs/wallet": "3.3.0",
22-
"apps/cow-fi": "2.5.8",
21+
"libs/wallet": "3.3.1",
22+
"apps/cow-fi": "2.5.9",
2323
"libs/wallet-provider": "2.1.17",
2424
"libs/ui-utils": "2.0.1",
2525
"libs/abis": "4.0.0",
26-
"libs/balances-and-allowances": "3.2.2",
27-
"libs/iframe-transport": "2.2.3",
28-
"libs/hook-dapp-lib": "2.2.3",
26+
"libs/balances-and-allowances": "3.2.3",
27+
"libs/iframe-transport": "2.2.4",
28+
"libs/hook-dapp-lib": "2.2.4",
2929
"libs/multicall": "3.2.1"
3030
}

apps/cow-fi/CHANGELOG.md

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

3+
## [2.5.9](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.5.8...cow-fi-v2.5.9) (2026-05-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/wallet bumped to 3.3.1
11+
* @cowprotocol/widget-react bumped to 3.0.3
12+
313
## [2.5.8](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.5.7...cow-fi-v2.5.8) (2026-05-12)
414

515

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

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [3.10.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.10.0...cowswap-v3.10.1) (2026-05-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/balances-and-allowances bumped to 3.2.3
11+
* @cowprotocol/hook-dapp-lib bumped to 2.2.4
12+
* @cowprotocol/iframe-transport bumped to 2.2.4
13+
* @cowprotocol/permit-utils bumped to 3.2.3
14+
* @cowprotocol/wallet bumped to 3.3.1
15+
* @cowprotocol/widget-lib bumped to 4.0.3
16+
317
## [3.10.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.9.2...cowswap-v3.10.0) (2026-05-12)
418

519

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.10.0",
3+
"version": "3.10.1",
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.3.1](https://github.com/cowprotocol/cowswap/compare/explorer-v4.3.0...explorer-v4.3.1) (2026-05-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/hook-dapp-lib bumped to 2.2.4
11+
312
## [4.3.0](https://github.com/cowprotocol/cowswap/compare/explorer-v4.2.1...explorer-v4.3.0) (2026-05-12)
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.3.0",
3+
"version": "4.3.1",
44
"description": "CoW Swap Explorer",
55
"main": "src/main.tsx",
66
"author": "",

apps/widget-configurator/CHANGELOG.md

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

3+
## [3.4.4](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v3.4.3...widget-configurator-v3.4.4) (2026-05-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/widget-lib bumped to 4.0.3
11+
* @cowprotocol/widget-react bumped to 3.0.3
12+
313
## [3.4.3](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v3.4.2...widget-configurator-v3.4.3) (2026-05-12)
414

515

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

libs/balances-and-allowances/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.2.3](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v3.2.2...balances-and-allowances-v3.2.3) (2026-05-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/wallet bumped to 3.3.1
11+
312
## [3.2.2](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v3.2.1...balances-and-allowances-v3.2.2) (2026-05-12)
413

514

0 commit comments

Comments
 (0)