Skip to content

Commit 1d2c6f4

Browse files
authored
chore: release main (#5434)
1 parent 4c2e400 commit 1d2c6f4

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-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.101.0",
2+
"apps/cowswap-frontend": "1.102.0",
33
"apps/explorer": "2.42.2",
44
"libs/permit-utils": "0.6.0",
55
"libs/widget-lib": "0.18.1",
@@ -17,7 +17,7 @@
1717
"libs/tokens": "1.14.1",
1818
"libs/types": "1.5.1",
1919
"libs/ui": "1.19.0",
20-
"libs/wallet": "1.10.0",
20+
"libs/wallet": "1.10.1",
2121
"apps/cow-fi": "1.19.4",
2222
"libs/wallet-provider": "1.0.0",
2323
"libs/ui-utils": "1.1.0",

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.102.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.101.0...cowswap-v1.102.0) (2025-02-17)
4+
5+
6+
### Features
7+
8+
* **correlated-tokens:** use new CMS model Correlated Tokens ([#5427](https://github.com/cowprotocol/cowswap/issues/5427)) ([6ed415a](https://github.com/cowprotocol/cowswap/commit/6ed415a05c6a7f228fda704ea27c664d6c8d3321))
9+
10+
11+
### Bug Fixes
12+
13+
* do not check capabilities in mobile wc ([#5429](https://github.com/cowprotocol/cowswap/issues/5429)) ([26b907d](https://github.com/cowprotocol/cowswap/commit/26b907dad4c7310bdc3e560e5592fdeb3db11b95))
14+
* **twap:** do not show FallbackHandler warning after first order ([#5418](https://github.com/cowprotocol/cowswap/issues/5418)) ([337795a](https://github.com/cowprotocol/cowswap/commit/337795a4746e7a36c5144b0ff590c35bcad88a3f))
15+
316
## [1.101.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.100.1...cowswap-v1.101.0) (2025-02-12)
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.101.0",
3+
"version": "1.102.0",
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.10.1](https://github.com/cowprotocol/cowswap/compare/wallet-v1.10.0...wallet-v1.10.1) (2025-02-17)
4+
5+
6+
### Bug Fixes
7+
8+
* do not check capabilities in mobile wc ([#5429](https://github.com/cowprotocol/cowswap/issues/5429)) ([26b907d](https://github.com/cowprotocol/cowswap/commit/26b907dad4c7310bdc3e560e5592fdeb3db11b95))
9+
310
## [1.10.0](https://github.com/cowprotocol/cowswap/compare/wallet-v1.9.3...wallet-v1.10.0) (2025-02-12)
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.10.0",
3+
"version": "1.10.1",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)