Skip to content

Commit 83bae67

Browse files
authored
chore: release main (#6446)
1 parent 6ae03b1 commit 83bae67

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,13 +1,13 @@
11
{
2-
"apps/cowswap-frontend": "1.121.1",
2+
"apps/cowswap-frontend": "1.121.2",
33
"apps/explorer": "2.56.0",
44
"libs/permit-utils": "1.0.0",
55
"libs/widget-lib": "0.20.0",
66
"libs/widget-react": "0.11.2",
77
"apps/widget-configurator": "1.16.1",
88
"libs/analytics": "1.13.0",
99
"libs/assets": "1.17.0",
10-
"libs/common-const": "1.28.0",
10+
"libs/common-const": "1.28.1",
1111
"libs/common-hooks": "1.11.0",
1212
"libs/common-utils": "1.22.0",
1313
"libs/core": "1.8.1",

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.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.121.1...cowswap-v1.121.2) (2025-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **widget:** no custom themes for widget ([#6445](https://github.com/cowprotocol/cowswap/issues/6445)) ([6ae03b1](https://github.com/cowprotocol/cowswap/commit/6ae03b1149b56323fcc6df8bbd2b8d2f52f447b9))
9+
310
## [1.121.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.121.0...cowswap-v1.121.1) (2025-10-23)
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.1",
3+
"version": "1.121.2",
44
"description": "CoW Swap",
55
"main": "index.js",
66
"author": "",

libs/common-const/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.28.1](https://github.com/cowprotocol/cowswap/compare/common-const-v1.28.0...common-const-v1.28.1) (2025-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **widget:** no custom themes for widget ([#6445](https://github.com/cowprotocol/cowswap/issues/6445)) ([6ae03b1](https://github.com/cowprotocol/cowswap/commit/6ae03b1149b56323fcc6df8bbd2b8d2f52f447b9))
9+
310
## [1.28.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.27.0...common-const-v1.28.0) (2025-10-23)
411

512

libs/common-const/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-const",
3-
"version": "1.28.0",
3+
"version": "1.28.1",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)