Skip to content

Commit cb589b6

Browse files
authored
chore: release main (#5011)
1 parent 8952e9f commit cb589b6

File tree

7 files changed

+27
-6
lines changed

7 files changed

+27
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"apps/cowswap-frontend": "1.86.0",
3-
"apps/explorer": "2.35.2",
2+
"apps/cowswap-frontend": "1.86.1",
3+
"apps/explorer": "2.36.0",
44
"libs/permit-utils": "0.4.0",
55
"libs/widget-lib": "0.16.0",
66
"libs/widget-react": "0.11.0",
@@ -17,7 +17,7 @@
1717
"libs/tokens": "1.10.0",
1818
"libs/types": "1.2.0",
1919
"libs/ui": "1.11.0",
20-
"libs/wallet": "1.6.0",
20+
"libs/wallet": "1.6.1",
2121
"apps/cow-fi": "1.15.0",
2222
"libs/wallet-provider": "1.0.0",
2323
"libs/ui-utils": "1.1.0",

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.86.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.86.0...cowswap-v1.86.1) (2024-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **widget:** ignore selected eip6963 provider when in widget ([#5009](https://github.com/cowprotocol/cowswap/issues/5009)) ([3f8446b](https://github.com/cowprotocol/cowswap/commit/3f8446b48a4f493448b262959b943756a24382d9))
9+
310
## [1.86.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.85.0...cowswap-v1.86.0) (2024-10-18)
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.86.0",
3+
"version": "1.86.1",
44
"description": "CoW Swap",
55
"main": "index.js",
66
"author": "",

apps/explorer/CHANGELOG.md

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

3+
## [2.36.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.35.2...explorer-v2.36.0) (2024-10-18)
4+
5+
6+
### Features
7+
8+
* **explorer:** update explorer graph images ([#5008](https://github.com/cowprotocol/cowswap/issues/5008)) ([8952e9f](https://github.com/cowprotocol/cowswap/commit/8952e9f7b29ff848fa3da3f811e3e6232eb92361))
9+
310
## [2.35.2](https://github.com/cowprotocol/cowswap/compare/explorer-v2.35.1...explorer-v2.35.2) (2024-10-18)
411

512

apps/explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/explorer",
3-
"version": "2.35.2",
3+
"version": "2.36.0",
44
"description": "CoW Swap Explorer",
55
"main": "src/main.tsx",
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.6.1](https://github.com/cowprotocol/cowswap/compare/wallet-v1.6.0...wallet-v1.6.1) (2024-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **widget:** ignore selected eip6963 provider when in widget ([#5009](https://github.com/cowprotocol/cowswap/issues/5009)) ([3f8446b](https://github.com/cowprotocol/cowswap/commit/3f8446b48a4f493448b262959b943756a24382d9))
9+
310
## [1.6.0](https://github.com/cowprotocol/cowswap/compare/wallet-v1.5.2...wallet-v1.6.0) (2024-09-30)
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.6.0",
3+
"version": "1.6.1",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)