Skip to content

Commit 0174f35

Browse files
authored
chore: release main (#7437)
1 parent e8a9f91 commit 0174f35

11 files changed

Lines changed: 54 additions & 10 deletions

File tree

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"apps/cowswap-frontend": "3.9.1",
2+
"apps/cowswap-frontend": "3.9.2",
33
"apps/explorer": "4.2.1",
44
"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",
5+
"libs/widget-lib": "4.0.2",
6+
"libs/widget-react": "3.0.2",
7+
"apps/widget-configurator": "3.4.2",
88
"libs/analytics": "3.2.1",
99
"libs/assets": "2.2.1",
1010
"libs/common-const": "3.2.1",
@@ -19,7 +19,7 @@
1919
"libs/types": "4.3.1",
2020
"libs/ui": "3.3.1",
2121
"libs/wallet": "3.2.1",
22-
"apps/cow-fi": "2.5.5",
22+
"apps/cow-fi": "2.5.6",
2323
"libs/wallet-provider": "2.1.17",
2424
"libs/ui-utils": "2.0.1",
2525
"libs/abis": "3.0.0",

apps/cow-fi/CHANGELOG.md

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

3+
## [2.5.6](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.5.5...cow-fi-v2.5.6) (2026-04-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/widget-react bumped to 3.0.2
11+
312
## [2.5.5](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.5.4...cow-fi-v2.5.5) (2026-04-22)
413

514

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

apps/cowswap-frontend/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.9.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.9.1...cowswap-v3.9.2) (2026-04-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/widget-lib bumped to 4.0.2
11+
312
## [3.9.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.9.0...cowswap-v3.9.1) (2026-04-22)
413

514

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.1",
3+
"version": "3.9.2",
44
"description": "CoW Swap",
55
"main": "index.js",
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.2](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v3.4.1...widget-configurator-v3.4.2) (2026-04-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/widget-lib bumped to 4.0.2
11+
* @cowprotocol/widget-react bumped to 3.0.2
12+
313
## [3.4.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v3.4.0...widget-configurator-v3.4.1) (2026-04-22)
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.1",
3+
"version": "3.4.2",
44
"description": "CoW Swap widget configurator",
55
"main": "src/main.tsx",
66
"author": "",

libs/widget-lib/CHANGELOG.md

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

3+
## [4.0.2](https://github.com/cowprotocol/cowswap/compare/widget-lib-v4.0.1...widget-lib-v4.0.2) (2026-04-30)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **widget:** call onReady against iframe ([#7436](https://github.com/cowprotocol/cowswap/issues/7436)) ([e8a9f91](https://github.com/cowprotocol/cowswap/commit/e8a9f912f560a1d849636723717c569b24cc7f83))
9+
310
## [4.0.1](https://github.com/cowprotocol/cowswap/compare/widget-lib-v4.0.0...widget-lib-v4.0.1) (2026-04-22)
411

512

libs/widget-lib/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-lib",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your website.",
55
"repository": {
66
"type": "git",

libs/widget-react/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.2](https://github.com/cowprotocol/cowswap/compare/widget-react-v3.0.1...widget-react-v3.0.2) (2026-04-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/widget-lib bumped to 4.0.2
11+
312
## [3.0.1](https://github.com/cowprotocol/cowswap/compare/widget-react-v3.0.0...widget-react-v3.0.1) (2026-04-22)
413

514

0 commit comments

Comments
 (0)