Skip to content

Commit d84c8e3

Browse files
authored
chore: release main (#6149)
1 parent 6e310b0 commit d84c8e3

File tree

19 files changed

+96
-18
lines changed

19 files changed

+96
-18
lines changed

.release-please-manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"apps/cowswap-frontend": "1.116.0",
2+
"apps/cowswap-frontend": "1.117.0",
33
"apps/explorer": "2.51.0",
4-
"libs/permit-utils": "0.7.0",
4+
"libs/permit-utils": "0.8.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.22.0",
10+
"libs/common-const": "1.23.0",
1111
"libs/common-hooks": "1.9.1",
1212
"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.24.0",
17+
"libs/tokens": "1.24.1",
1818
"libs/types": "1.9.0",
1919
"libs/ui": "1.26.1",
2020
"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",
24-
"libs/abis": "1.2.2",
25-
"libs/balances-and-allowances": "1.5.3",
26-
"libs/iframe-transport": "1.0.3",
27-
"libs/hook-dapp-lib": "1.9.0",
28-
"libs/multicall": "1.2.2"
24+
"libs/abis": "1.2.3",
25+
"libs/balances-and-allowances": "1.5.4",
26+
"libs/iframe-transport": "1.1.0",
27+
"libs/hook-dapp-lib": "1.10.0",
28+
"libs/multicall": "1.2.3"
2929
}

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [1.117.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.116.0...cowswap-v1.117.0) (2025-08-12)
4+
5+
6+
### Features
7+
8+
* rename Permit hook dapp id ([#6138](https://github.com/cowprotocol/cowswap/issues/6138)) ([41b0b18](https://github.com/cowprotocol/cowswap/commit/41b0b182d4a673bb1799a699ea83029ee8c6d73b))
9+
10+
11+
### Bug Fixes
12+
13+
* **balances:** skip balances update from old blocks ([#6137](https://github.com/cowprotocol/cowswap/issues/6137)) ([0748151](https://github.com/cowprotocol/cowswap/commit/074815141e2992171cf752ef395a5dc34ecf6176))
14+
* do not validate proxy when provider network mismatch ([#6124](https://github.com/cowprotocol/cowswap/issues/6124)) ([33544c2](https://github.com/cowprotocol/cowswap/commit/33544c2d6590dabc912e68b45cd99e4942131c33))
15+
316
## [1.116.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.115.1...cowswap-v1.116.0) (2025-08-07)
417

518

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

libs/abis/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.2.3](https://github.com/cowprotocol/cowswap/compare/cowswap-abis-v1.2.2...cowswap-abis-v1.2.3) (2025-08-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **balances:** skip balances update from old blocks ([#6137](https://github.com/cowprotocol/cowswap/issues/6137)) ([0748151](https://github.com/cowprotocol/cowswap/commit/074815141e2992171cf752ef395a5dc34ecf6176))
9+
310
## [1.2.2](https://github.com/cowprotocol/cowswap/compare/cowswap-abis-v1.2.1...cowswap-abis-v1.2.2) (2025-05-19)
411

512

libs/abis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@cowprotocol/cowswap-abis",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"type": "commonjs"
55
}

libs/balances-and-allowances/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.5.4](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.5.3...balances-and-allowances-v1.5.4) (2025-08-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **balances:** skip balances update from old blocks ([#6137](https://github.com/cowprotocol/cowswap/issues/6137)) ([0748151](https://github.com/cowprotocol/cowswap/commit/074815141e2992171cf752ef395a5dc34ecf6176))
9+
310
## [1.5.3](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.5.2...balances-and-allowances-v1.5.3) (2025-08-05)
411

512

libs/balances-and-allowances/package.json

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

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.23.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.22.0...common-const-v1.23.0) (2025-08-12)
4+
5+
6+
### Features
7+
8+
* rename Permit hook dapp id ([#6138](https://github.com/cowprotocol/cowswap/issues/6138)) ([41b0b18](https://github.com/cowprotocol/cowswap/commit/41b0b182d4a673bb1799a699ea83029ee8c6d73b))
9+
310
## [1.22.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.21.1...common-const-v1.22.0) (2025-08-07)
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.22.0",
3+
"version": "1.23.0",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

libs/hook-dapp-lib/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.10.0](https://github.com/cowprotocol/cowswap/compare/hook-dapp-lib-v1.9.0...hook-dapp-lib-v1.10.0) (2025-08-12)
4+
5+
6+
### Features
7+
8+
* rename Permit hook dapp id ([#6138](https://github.com/cowprotocol/cowswap/issues/6138)) ([41b0b18](https://github.com/cowprotocol/cowswap/commit/41b0b182d4a673bb1799a699ea83029ee8c6d73b))
9+
310
## [1.9.0](https://github.com/cowprotocol/cowswap/compare/hook-dapp-lib-v1.8.0...hook-dapp-lib-v1.9.0) (2025-07-30)
411

512

0 commit comments

Comments
 (0)