Skip to content

Commit 6ed1fae

Browse files
authored
chore: release main (#5794)
1 parent b06ba6a commit 6ed1fae

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/cowswap-frontend": "1.108.1",
2+
"apps/cowswap-frontend": "1.108.2",
33
"apps/explorer": "2.47.0",
44
"libs/permit-utils": "0.6.2",
55
"libs/widget-lib": "0.19.1",
@@ -17,7 +17,7 @@
1717
"libs/tokens": "1.19.1",
1818
"libs/types": "1.7.0",
1919
"libs/ui": "1.23.2",
20-
"libs/wallet": "1.12.2",
20+
"libs/wallet": "1.12.3",
2121
"apps/cow-fi": "1.22.7",
2222
"libs/wallet-provider": "1.0.1",
2323
"libs/ui-utils": "1.1.1",

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.108.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.108.1...cowswap-v1.108.2) (2025-06-06)
4+
5+
6+
### Bug Fixes
7+
8+
* empty change to trigger cowswap deployment ([b06ba6a](https://github.com/cowprotocol/cowswap/commit/b06ba6ad20adfbbfbe3366f4eed787e2dd8fd21d))
9+
310
## [1.108.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.108.0...cowswap-v1.108.1) (2025-05-29)
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.108.1",
3+
"version": "1.108.2",
44
"description": "CoW Swap",
55
"main": "index.js",
66
"author": "",

libs/wallet/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.12.3](https://github.com/cowprotocol/cowswap/compare/wallet-v1.12.2...wallet-v1.12.3) (2025-06-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **safe-wc:** pass chainId to wallet_sendCalls in the body of the request ([#5793](https://github.com/cowprotocol/cowswap/issues/5793)) ([8e21739](https://github.com/cowprotocol/cowswap/commit/8e21739a9829dc47533767b4d28fbba4dc0759f7))
9+
310
## [1.12.2](https://github.com/cowprotocol/cowswap/compare/wallet-v1.12.1...wallet-v1.12.2) (2025-05-21)
411

512

libs/wallet/package.json

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

0 commit comments

Comments
 (0)