Skip to content

Commit dd386f9

Browse files
authored
chore: release main (#6306)
1 parent dcfcc86 commit dd386f9

File tree

9 files changed

+36
-8
lines changed

9 files changed

+36
-8
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"apps/cowswap-frontend": "1.118.12",
2+
"apps/cowswap-frontend": "1.118.13",
33
"apps/explorer": "2.54.3",
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.15.0",
10-
"libs/common-const": "1.25.0",
10+
"libs/common-const": "1.26.0",
1111
"libs/common-hooks": "1.10.0",
1212
"libs/common-utils": "1.21.1",
1313
"libs/core": "1.8.1",
1414
"libs/ens": "1.5.0",
1515
"libs/events": "2.0.0",
1616
"libs/snackbars": "1.1.4",
17-
"libs/tokens": "1.26.0",
17+
"libs/tokens": "1.27.0",
1818
"libs/types": "2.0.1",
1919
"libs/ui": "1.27.0",
2020
"libs/wallet": "1.15.2",
21-
"apps/cow-fi": "1.26.1",
21+
"apps/cow-fi": "1.26.2",
2222
"libs/wallet-provider": "1.0.1",
2323
"libs/ui-utils": "1.1.1",
2424
"libs/abis": "1.2.3",

apps/cow-fi/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.26.2](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.26.1...cow-fi-v1.26.2) (2025-09-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **cowfi:** update chains info on CoW protocol and CoW Swap pages ([#6159](https://github.com/cowprotocol/cowswap/issues/6159)) ([5ebdd51](https://github.com/cowprotocol/cowswap/commit/5ebdd513b3209495aa05710b05dc863f4b3ef47a))
9+
310
## [1.26.1](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.26.0...cow-fi-v1.26.1) (2025-09-22)
411

512

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

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.118.13](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.118.12...cowswap-v1.118.13) (2025-09-25)
4+
5+
6+
### Bug Fixes
7+
8+
* add return type annotations (to trigger release please build) ([#6307](https://github.com/cowprotocol/cowswap/issues/6307)) ([dcfcc86](https://github.com/cowprotocol/cowswap/commit/dcfcc86679e082fde2d6c5e8cbd61c8db65bf286))
9+
310
## [1.118.12](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.118.11...cowswap-v1.118.12) (2025-09-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.118.12",
3+
"version": "1.118.13",
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.26.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.25.0...common-const-v1.26.0) (2025-09-25)
4+
5+
6+
### Features
7+
8+
* **bnb:** add BNB favorite tokens ([#6291](https://github.com/cowprotocol/cowswap/issues/6291)) ([db3b963](https://github.com/cowprotocol/cowswap/commit/db3b963e0032a13aa60972845c8502d53e0ef539))
9+
310
## [1.25.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.24.1...common-const-v1.25.0) (2025-09-12)
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.25.0",
3+
"version": "1.26.0",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

libs/tokens/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.27.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.26.0...tokens-v1.27.0) (2025-09-25)
4+
5+
6+
### Features
7+
8+
* **bnb:** add BNB favorite tokens ([#6291](https://github.com/cowprotocol/cowswap/issues/6291)) ([db3b963](https://github.com/cowprotocol/cowswap/commit/db3b963e0032a13aa60972845c8502d53e0ef539))
9+
310
## [1.26.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.25.2...tokens-v1.26.0) (2025-09-17)
411

512

libs/tokens/package.json

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

0 commit comments

Comments
 (0)