Skip to content

Commit 6d4494f

Browse files
authored
chore: release main (#4984)
1 parent b960bde commit 6d4494f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"apps/cowswap-frontend": "1.85.0",
3-
"apps/explorer": "2.35.0",
3+
"apps/explorer": "2.35.1",
44
"libs/permit-utils": "0.4.0",
55
"libs/widget-lib": "0.15.0",
66
"libs/widget-react": "0.11.0",

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.35.1](https://github.com/cowprotocol/cowswap/compare/explorer-v2.35.0...explorer-v2.35.1) (2024-10-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **explorer:** do not crash when appData is not parsed ([#4983](https://github.com/cowprotocol/cowswap/issues/4983)) ([b960bde](https://github.com/cowprotocol/cowswap/commit/b960bde94570dba2a297ecb59a7a79cbbbfcefb8))
9+
310
## [2.35.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.34.1...explorer-v2.35.0) (2024-10-10)
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.0",
3+
"version": "2.35.1",
44
"description": "CoW Swap Explorer",
55
"main": "src/main.tsx",
66
"author": "",

0 commit comments

Comments
 (0)