Skip to content

Commit 849add3

Browse files
authored
chore: release main (#6448)
1 parent 9817a4e commit 849add3

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.2",
2+
"apps/cowswap-frontend": "1.121.3",
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.0",
12+
"libs/common-utils": "1.22.1",
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.3](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.121.2...cowswap-v1.121.3) (2025-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **widget:** consider widget when inside an iframe ([#6447](https://github.com/cowprotocol/cowswap/issues/6447)) ([9817a4e](https://github.com/cowprotocol/cowswap/commit/9817a4e4d4d648d09366d8a33e9a8874a62f6473))
9+
310
## [1.121.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.121.1...cowswap-v1.121.2) (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.2",
3+
"version": "1.121.3",
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.1](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.22.0...common-utils-v1.22.1) (2025-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **widget:** consider widget when inside an iframe ([#6447](https://github.com/cowprotocol/cowswap/issues/6447)) ([9817a4e](https://github.com/cowprotocol/cowswap/commit/9817a4e4d4d648d09366d8a33e9a8874a62f6473))
9+
310
## [1.22.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.21.1...common-utils-v1.22.0) (2025-10-23)
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.0",
3+
"version": "1.22.1",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)