Skip to content

Commit 7b8c07e

Browse files
authored
chore: release main (#6453)
1 parent aaaec55 commit 7b8c07e

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/cowswap-frontend": "1.121.4",
2+
"apps/cowswap-frontend": "1.121.5",
33
"apps/explorer": "2.56.0",
44
"libs/permit-utils": "1.0.0",
55
"libs/widget-lib": "0.20.0",
@@ -9,7 +9,7 @@
99
"libs/assets": "1.17.0",
1010
"libs/common-const": "1.28.1",
1111
"libs/common-hooks": "1.11.0",
12-
"libs/common-utils": "1.22.1",
12+
"libs/common-utils": "1.22.2",
1313
"libs/core": "1.8.1",
1414
"libs/ens": "1.5.0",
1515
"libs/events": "2.0.0",

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [1.121.5](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.121.4...cowswap-v1.121.5) (2025-10-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **widget:** revert "fix(widget): consider widget when inside an iframe ([#6447](https://github.com/cowprotocol/cowswap/issues/6447))" ([#6452](https://github.com/cowprotocol/cowswap/issues/6452)) ([aaaec55](https://github.com/cowprotocol/cowswap/commit/aaaec5527cbef9a3a11f6d7a79d9b5b03e5c5f6f))
9+
310
## [1.121.4](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.121.3...cowswap-v1.121.4) (2025-10-28)
411

512

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

libs/common-utils/CHANGELOG.md

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

3+
## [1.22.2](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.22.1...common-utils-v1.22.2) (2025-10-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **widget:** revert "fix(widget): consider widget when inside an iframe ([#6447](https://github.com/cowprotocol/cowswap/issues/6447))" ([#6452](https://github.com/cowprotocol/cowswap/issues/6452)) ([aaaec55](https://github.com/cowprotocol/cowswap/commit/aaaec5527cbef9a3a11f6d7a79d9b5b03e5c5f6f))
9+
310
## [1.22.1](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.22.0...common-utils-v1.22.1) (2025-10-28)
411

512

libs/common-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/common-utils",
3-
"version": "1.22.1",
3+
"version": "1.22.2",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)