Skip to content

Commit 773e2bb

Browse files
alfetopitocowdan
andauthored
chore: release main (#6117)
* chore: release main * fix: permit-utils package version --------- Co-authored-by: daniele <[email protected]>
1 parent 08ba610 commit 773e2bb

File tree

15 files changed

+79
-14
lines changed

15 files changed

+79
-14
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"apps/cowswap-frontend": "1.115.1",
3-
"apps/explorer": "2.50.0",
4-
"libs/permit-utils": "0.6.2",
2+
"apps/cowswap-frontend": "1.116.0",
3+
"apps/explorer": "2.51.0",
4+
"libs/permit-utils": "0.7.0",
55
"libs/widget-lib": "0.20.0",
66
"libs/widget-react": "0.11.2",
77
"apps/widget-configurator": "1.16.0",
88
"libs/analytics": "1.13.0",
99
"libs/assets": "1.14.0",
10-
"libs/common-const": "1.21.1",
10+
"libs/common-const": "1.22.0",
1111
"libs/common-hooks": "1.9.1",
12-
"libs/common-utils": "1.19.0",
12+
"libs/common-utils": "1.20.0",
1313
"libs/core": "1.7.4",
1414
"libs/ens": "1.4.0",
1515
"libs/events": "1.7.0",
1616
"libs/snackbars": "1.1.3",
17-
"libs/tokens": "1.23.1",
17+
"libs/tokens": "1.24.0",
1818
"libs/types": "1.9.0",
1919
"libs/ui": "1.26.1",
20-
"libs/wallet": "1.13.1",
20+
"libs/wallet": "1.14.0",
2121
"apps/cow-fi": "1.24.1",
2222
"libs/wallet-provider": "1.0.1",
2323
"libs/ui-utils": "1.1.1",

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [1.116.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.115.1...cowswap-v1.116.0) (2025-08-07)
4+
5+
6+
### Features
7+
8+
* **bridging:** add Avalanche bridge support ([#6106](https://github.com/cowprotocol/cowswap/issues/6106)) ([c3a8881](https://github.com/cowprotocol/cowswap/commit/c3a88818e4d8c7300491ef29b7e4579a1fee5950))
9+
* don't use mm sdk if injected provider exists or mobile device is used ([#6094](https://github.com/cowprotocol/cowswap/issues/6094)) ([f77de45](https://github.com/cowprotocol/cowswap/commit/f77de45ccf0b1423e85e0dbee5742e3b8dc6ca17))
10+
311
## [1.115.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.115.0...cowswap-v1.115.1) (2025-08-05)
412

513

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

apps/explorer/CHANGELOG.md

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

3+
## [2.51.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.50.0...explorer-v2.51.0) (2025-08-07)
4+
5+
6+
### Features
7+
8+
* **explorer:** sort fills tab by execution date, descending ([#6080](https://github.com/cowprotocol/cowswap/issues/6080)) ([3c58f9d](https://github.com/cowprotocol/cowswap/commit/3c58f9d304a755cb4ed9ae8ea1584262bec40917))
9+
* respect explorer environment for explorer navigation to Swap's … ([#6060](https://github.com/cowprotocol/cowswap/issues/6060)) ([c1d778a](https://github.com/cowprotocol/cowswap/commit/c1d778a56d1fc5facbc743b649af23f7953ee364))
10+
* use received label constant for consistency in bridging content ([#6071](https://github.com/cowprotocol/cowswap/issues/6071)) ([709d183](https://github.com/cowprotocol/cowswap/commit/709d183bf7d8e41fc6705dc3dda89214c96e6919))
11+
12+
13+
### Bug Fixes
14+
15+
* **bridge:** use account proxy label for consistent naming ([#6073](https://github.com/cowprotocol/cowswap/issues/6073)) ([d2d4e39](https://github.com/cowprotocol/cowswap/commit/d2d4e392e1c9f05dae2552aba11f07dacee077f0))
16+
* **explorer:** add space between native token and chain name ([#6101](https://github.com/cowprotocol/cowswap/issues/6101)) ([304bbdf](https://github.com/cowprotocol/cowswap/commit/304bbdf3c0a5a675615e6e22a6141ef240acc31a))
17+
* **explorer:** remove flickering from app-data details ([#6083](https://github.com/cowprotocol/cowswap/issues/6083)) ([310f445](https://github.com/cowprotocol/cowswap/commit/310f445444c42440a2c1cf0c7f941ef1f9109fd3))
18+
* **explorer:** resolve native tokens from hardcode ([#6081](https://github.com/cowprotocol/cowswap/issues/6081)) ([6fdec11](https://github.com/cowprotocol/cowswap/commit/6fdec114b2b060de087c7577654697edc1c1d6fe))
19+
320
## [2.50.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.49.0...explorer-v2.50.0) (2025-07-31)
421

522

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.50.0",
3+
"version": "2.51.0",
44
"description": "CoW Swap Explorer",
55
"main": "src/main.tsx",
66
"author": "",

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.22.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.21.1...common-const-v1.22.0) (2025-08-07)
4+
5+
6+
### Features
7+
8+
* use received label constant for consistency in bridging content ([#6071](https://github.com/cowprotocol/cowswap/issues/6071)) ([709d183](https://github.com/cowprotocol/cowswap/commit/709d183bf7d8e41fc6705dc3dda89214c96e6919))
9+
10+
11+
### Bug Fixes
12+
13+
* **bridge:** use account proxy label for consistent naming ([#6073](https://github.com/cowprotocol/cowswap/issues/6073)) ([d2d4e39](https://github.com/cowprotocol/cowswap/commit/d2d4e392e1c9f05dae2552aba11f07dacee077f0))
14+
315
## [1.21.1](https://github.com/cowprotocol/cowswap/compare/common-const-v1.21.0...common-const-v1.21.1) (2025-07-30)
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.21.1",
3+
"version": "1.22.0",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

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.20.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.19.0...common-utils-v1.20.0) (2025-08-07)
4+
5+
6+
### Features
7+
8+
* respect explorer environment for explorer navigation to Swap's … ([#6060](https://github.com/cowprotocol/cowswap/issues/6060)) ([c1d778a](https://github.com/cowprotocol/cowswap/commit/c1d778a56d1fc5facbc743b649af23f7953ee364))
9+
310
## [1.19.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.18.1...common-utils-v1.19.0) (2025-08-04)
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.19.0",
3+
"version": "1.20.0",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

libs/permit-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+
## [0.7.0](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.6.2...permit-utils-v0.7.0) (2025-08-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **trade:** use salt for eip712 if it's needed ([#6086](https://github.com/cowprotocol/cowswap/issues/6086)) ([bb6f26c](https://github.com/cowprotocol/cowswap/commit/bb6f26c72781df087e018ec14d9fefcbc225baa3))
9+
310
## [0.6.2](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.6.1...permit-utils-v0.6.2) (2025-05-16)
411

512

0 commit comments

Comments
 (0)