Skip to content

Commit 199e72c

Browse files
authored
chore: release main (#5872)
1 parent 9d2edec commit 199e72c

File tree

9 files changed

+39
-8
lines changed

9 files changed

+39
-8
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"apps/cowswap-frontend": "1.109.0",
2+
"apps/cowswap-frontend": "1.110.0",
33
"apps/explorer": "2.48.0",
44
"libs/permit-utils": "0.6.2",
55
"libs/widget-lib": "0.19.2",
66
"libs/widget-react": "0.11.2",
77
"apps/widget-configurator": "1.14.0",
88
"libs/analytics": "1.12.0",
99
"libs/assets": "1.14.0",
10-
"libs/common-const": "1.19.0",
10+
"libs/common-const": "1.20.0",
1111
"libs/common-hooks": "1.9.0",
12-
"libs/common-utils": "1.16.0",
12+
"libs/common-utils": "1.17.0",
1313
"libs/core": "1.7.3",
1414
"libs/ens": "1.4.0",
1515
"libs/events": "1.6.1",
1616
"libs/snackbars": "1.1.3",
17-
"libs/tokens": "1.20.0",
17+
"libs/tokens": "1.21.0",
1818
"libs/types": "1.7.1",
1919
"libs/ui": "1.24.0",
2020
"libs/wallet": "1.12.4",

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.110.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.109.0...cowswap-v1.110.0) (2025-06-20)
4+
5+
6+
### Features
7+
8+
* account shows banner is COW token is unavaillable ([#5833](https://github.com/cowprotocol/cowswap/issues/5833)) ([b553228](https://github.com/cowprotocol/cowswap/commit/b55322899161785076f95ee420a1b796661a1e52))
9+
* **auto-slippage:** apply auto slippage for ETH flow ([#5836](https://github.com/cowprotocol/cowswap/issues/5836)) ([5bd3807](https://github.com/cowprotocol/cowswap/commit/5bd38079e73380ee489727bcaff0614b89e24439))
10+
311
## [1.109.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.108.2...cowswap-v1.109.0) (2025-06-18)
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.109.0",
3+
"version": "1.110.0",
44
"description": "CoW Swap",
55
"main": "index.js",
66
"author": "",

libs/common-const/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.20.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.19.0...common-const-v1.20.0) (2025-06-20)
4+
5+
6+
### Features
7+
8+
* account shows banner is COW token is unavaillable ([#5833](https://github.com/cowprotocol/cowswap/issues/5833)) ([b553228](https://github.com/cowprotocol/cowswap/commit/b55322899161785076f95ee420a1b796661a1e52))
9+
* **new-newtworks:** fixed sort order for chains ([#5856](https://github.com/cowprotocol/cowswap/issues/5856)) ([65c1b36](https://github.com/cowprotocol/cowswap/commit/65c1b36b84b3a1d3570ce574e8d105da048b8c20))
10+
311
## [1.19.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.18.0...common-const-v1.19.0) (2025-06-18)
412

513

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

libs/common-utils/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.17.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.16.0...common-utils-v1.17.0) (2025-06-20)
4+
5+
6+
### Features
7+
8+
* **auto-slippage:** apply auto slippage for ETH flow ([#5836](https://github.com/cowprotocol/cowswap/issues/5836)) ([5bd3807](https://github.com/cowprotocol/cowswap/commit/5bd38079e73380ee489727bcaff0614b89e24439))
9+
* **new-newtworks:** fixed sort order for chains ([#5856](https://github.com/cowprotocol/cowswap/issues/5856)) ([65c1b36](https://github.com/cowprotocol/cowswap/commit/65c1b36b84b3a1d3570ce574e8d105da048b8c20))
10+
311
## [1.16.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.15.0...common-utils-v1.16.0) (2025-06-18)
412

513

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.16.0",
3+
"version": "1.17.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.21.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.20.0...tokens-v1.21.0) (2025-06-20)
4+
5+
6+
### Features
7+
8+
* account shows banner is COW token is unavaillable ([#5833](https://github.com/cowprotocol/cowswap/issues/5833)) ([b553228](https://github.com/cowprotocol/cowswap/commit/b55322899161785076f95ee420a1b796661a1e52))
9+
310
## [1.20.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.19.1...tokens-v1.20.0) (2025-06-18)
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.20.0",
3+
"version": "1.21.0",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)