Skip to content

Commit 5623ac8

Browse files
authored
chore: release main (#6546)
1 parent 1f09744 commit 5623ac8

33 files changed

+178
-35
lines changed

.release-please-manifest.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"apps/cowswap-frontend": "1.123.1",
3-
"apps/explorer": "2.58.0",
2+
"apps/cowswap-frontend": "1.124.0",
3+
"apps/explorer": "2.59.0",
44
"libs/permit-utils": "1.0.0",
5-
"libs/widget-lib": "0.20.0",
6-
"libs/widget-react": "0.11.2",
5+
"libs/widget-lib": "0.21.0",
6+
"libs/widget-react": "0.14.1",
77
"apps/widget-configurator": "1.16.1",
8-
"libs/analytics": "1.13.0",
8+
"libs/analytics": "1.14.0",
99
"libs/assets": "1.17.0",
10-
"libs/common-const": "1.29.0",
11-
"libs/common-hooks": "1.12.0",
12-
"libs/common-utils": "1.23.0",
13-
"libs/core": "1.9.0",
14-
"libs/ens": "1.6.0",
15-
"libs/events": "2.0.0",
10+
"libs/common-const": "1.30.0",
11+
"libs/common-hooks": "1.13.0",
12+
"libs/common-utils": "1.24.0",
13+
"libs/core": "1.10.0",
14+
"libs/ens": "1.7.0",
15+
"libs/events": "2.0.1",
1616
"libs/snackbars": "1.2.0",
17-
"libs/tokens": "1.29.0",
18-
"libs/types": "2.0.1",
19-
"libs/ui": "1.29.0",
17+
"libs/tokens": "1.30.0",
18+
"libs/types": "2.1.0",
19+
"libs/ui": "1.30.0",
2020
"libs/wallet": "1.16.0",
2121
"apps/cow-fi": "1.28.0",
2222
"libs/wallet-provider": "1.0.1",
2323
"libs/ui-utils": "1.1.1",
2424
"libs/abis": "1.2.3",
2525
"libs/balances-and-allowances": "1.10.0",
2626
"libs/iframe-transport": "1.1.0",
27-
"libs/hook-dapp-lib": "1.13.0",
28-
"libs/multicall": "1.2.3"
27+
"libs/hook-dapp-lib": "1.14.0",
28+
"libs/multicall": "1.3.0"
2929
}

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [1.124.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.123.1...cowswap-v1.124.0) (2025-11-24)
4+
5+
6+
### Features
7+
8+
* add protocol fee ([#6537](https://github.com/cowprotocol/cowswap/issues/6537)) ([d367945](https://github.com/cowprotocol/cowswap/commit/d3679456bacc772750781b587cb4755def39198e))
9+
* add ProtocolFeeInfoBanner to limit orders and TWAP action buttons ([#6541](https://github.com/cowprotocol/cowswap/issues/6541)) ([cc5237e](https://github.com/cowprotocol/cowswap/commit/cc5237e8fa74bd5bd2f27fecfddd0b909954dd1e))
10+
* **bridge:** add Near provider and provider feature-flags ([#6466](https://github.com/cowprotocol/cowswap/issues/6466)) ([c91b17f](https://github.com/cowprotocol/cowswap/commit/c91b17f9c24fef516eee904e51268264b6adff25))
11+
* **i18n:** finish internationalization setup ([#6526](https://github.com/cowprotocol/cowswap/issues/6526)) ([7b596e4](https://github.com/cowprotocol/cowswap/commit/7b596e49b132179152c6b8c5436dc5dd199f7aa8))
12+
* **internationalization:** add internationalization to CoW Swap ([#6198](https://github.com/cowprotocol/cowswap/issues/6198)) ([bec1e54](https://github.com/cowprotocol/cowswap/commit/bec1e54643d9b20a8b6517eae188993e364fed90))
13+
14+
15+
### Bug Fixes
16+
17+
* keep displayed orders in progress state and dedupe favicon completions ([#6510](https://github.com/cowprotocol/cowswap/issues/6510)) ([71df046](https://github.com/cowprotocol/cowswap/commit/71df046d8c286491f75ce59af74c4e466803582d))
18+
* reset appData hooks when sell token changes ([#6524](https://github.com/cowprotocol/cowswap/issues/6524)) ([94cdbc0](https://github.com/cowprotocol/cowswap/commit/94cdbc01e4390197ed416af5ecdd222eafeada72))
19+
320
## [1.123.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.123.0...cowswap-v1.123.1) (2025-11-12)
421

522

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

apps/explorer/CHANGELOG.md

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

3+
## [2.59.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.58.0...explorer-v2.59.0) (2025-11-24)
4+
5+
6+
### Features
7+
8+
* **bridge:** add Near provider and provider feature-flags ([#6466](https://github.com/cowprotocol/cowswap/issues/6466)) ([c91b17f](https://github.com/cowprotocol/cowswap/commit/c91b17f9c24fef516eee904e51268264b6adff25))
9+
* **internationalization:** add internationalization to CoW Swap ([#6198](https://github.com/cowprotocol/cowswap/issues/6198)) ([bec1e54](https://github.com/cowprotocol/cowswap/commit/bec1e54643d9b20a8b6517eae188993e364fed90))
10+
311
## [2.58.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.57.0...explorer-v2.58.0) (2025-11-10)
412

513

apps/explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/explorer",
3-
"version": "2.58.0",
3+
"version": "2.59.0",
44
"description": "CoW Swap Explorer",
55
"main": "src/main.tsx",
66
"author": "",

libs/analytics/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.14.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.13.0...analytics-v1.14.0) (2025-11-24)
4+
5+
6+
### Features
7+
8+
* **internationalization:** add internationalization to CoW Swap ([#6198](https://github.com/cowprotocol/cowswap/issues/6198)) ([bec1e54](https://github.com/cowprotocol/cowswap/commit/bec1e54643d9b20a8b6517eae188993e364fed90))
9+
310
## [1.13.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.12.0...analytics-v1.13.0) (2025-07-30)
411

512

libs/analytics/package.json

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

libs/common-const/CHANGELOG.md

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

3+
## [1.30.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.29.0...common-const-v1.30.0) (2025-11-24)
4+
5+
6+
### Features
7+
8+
* **internationalization:** add internationalization to CoW Swap ([#6198](https://github.com/cowprotocol/cowswap/issues/6198)) ([bec1e54](https://github.com/cowprotocol/cowswap/commit/bec1e54643d9b20a8b6517eae188993e364fed90))
9+
10+
11+
### Bug Fixes
12+
13+
* sort chains according to the rest of the UI ([#6517](https://github.com/cowprotocol/cowswap/issues/6517)) ([5982866](https://github.com/cowprotocol/cowswap/commit/598286694f8cda9e5ee45a11f52df982ad7a0da4))
14+
315
## [1.29.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.28.1...common-const-v1.29.0) (2025-11-10)
416

517

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.29.0",
3+
"version": "1.30.0",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

libs/common-hooks/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.13.0](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.12.0...common-hooks-v1.13.0) (2025-11-24)
4+
5+
6+
### Features
7+
8+
* **internationalization:** add internationalization to CoW Swap ([#6198](https://github.com/cowprotocol/cowswap/issues/6198)) ([bec1e54](https://github.com/cowprotocol/cowswap/commit/bec1e54643d9b20a8b6517eae188993e364fed90))
9+
310
## [1.12.0](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.11.1...common-hooks-v1.12.0) (2025-11-10)
411

512

0 commit comments

Comments
 (0)