Skip to content

Commit 2bed3c9

Browse files
authored
chore: release main (#6097)
1 parent 47f4cfb commit 2bed3c9

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,5 +1,5 @@
11
{
2-
"apps/cowswap-frontend": "1.115.0",
2+
"apps/cowswap-frontend": "1.115.1",
33
"apps/explorer": "2.50.0",
44
"libs/permit-utils": "0.6.2",
55
"libs/widget-lib": "0.20.0",
@@ -14,16 +14,16 @@
1414
"libs/ens": "1.4.0",
1515
"libs/events": "1.7.0",
1616
"libs/snackbars": "1.1.3",
17-
"libs/tokens": "1.23.0",
17+
"libs/tokens": "1.23.1",
1818
"libs/types": "1.9.0",
1919
"libs/ui": "1.26.1",
2020
"libs/wallet": "1.13.1",
2121
"apps/cow-fi": "1.24.1",
2222
"libs/wallet-provider": "1.0.1",
2323
"libs/ui-utils": "1.1.1",
2424
"libs/abis": "1.2.2",
25-
"libs/balances-and-allowances": "1.5.2",
25+
"libs/balances-and-allowances": "1.5.3",
2626
"libs/iframe-transport": "1.0.3",
2727
"libs/hook-dapp-lib": "1.9.0",
28-
"libs/multicall": "1.2.1"
28+
"libs/multicall": "1.2.2"
2929
}

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.115.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.115.0...cowswap-v1.115.1) (2025-08-05)
4+
5+
6+
### Bug Fixes
7+
8+
* get relevant provider network for multicall ([#6093](https://github.com/cowprotocol/cowswap/issues/6093)) ([47f4cfb](https://github.com/cowprotocol/cowswap/commit/47f4cfbea5f2a394a0fc10c9b90d313a46613373))
9+
310
## [1.115.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.114.0...cowswap-v1.115.0) (2025-08-04)
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.115.0",
3+
"version": "1.115.1",
44
"description": "CoW Swap",
55
"main": "index.js",
66
"author": "",

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.3](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.5.2...balances-and-allowances-v1.5.3) (2025-08-05)
4+
5+
6+
### Bug Fixes
7+
8+
* get relevant provider network for multicall ([#6093](https://github.com/cowprotocol/cowswap/issues/6093)) ([47f4cfb](https://github.com/cowprotocol/cowswap/commit/47f4cfbea5f2a394a0fc10c9b90d313a46613373))
9+
310
## [1.5.2](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.5.1...balances-and-allowances-v1.5.2) (2025-07-30)
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.2",
3+
"version": "1.5.3",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

libs/multicall/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.2](https://github.com/cowprotocol/cowswap/compare/multicall-v1.2.1...multicall-v1.2.2) (2025-08-05)
4+
5+
6+
### Bug Fixes
7+
8+
* get relevant provider network for multicall ([#6093](https://github.com/cowprotocol/cowswap/issues/6093)) ([47f4cfb](https://github.com/cowprotocol/cowswap/commit/47f4cfbea5f2a394a0fc10c9b90d313a46613373))
9+
310
## [1.2.1](https://github.com/cowprotocol/cowswap/compare/multicall-v1.2.0...multicall-v1.2.1) (2025-07-31)
411

512

libs/multicall/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/multicall",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
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.23.1](https://github.com/cowprotocol/cowswap/compare/tokens-v1.23.0...tokens-v1.23.1) (2025-08-05)
4+
5+
6+
### Bug Fixes
7+
8+
* get relevant provider network for multicall ([#6093](https://github.com/cowprotocol/cowswap/issues/6093)) ([47f4cfb](https://github.com/cowprotocol/cowswap/commit/47f4cfbea5f2a394a0fc10c9b90d313a46613373))
9+
310
## [1.23.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.22.0...tokens-v1.23.0) (2025-07-30)
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.23.0",
3+
"version": "1.23.1",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)