Skip to content

Commit 455f678

Browse files
authored
chore: release main (#6272)
1 parent cffe763 commit 455f678

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,6 +1,6 @@
11
{
22
"apps/cowswap-frontend": "1.118.10",
3-
"apps/explorer": "2.54.1",
3+
"apps/explorer": "2.54.2",
44
"libs/permit-utils": "1.0.0",
55
"libs/widget-lib": "0.20.0",
66
"libs/widget-react": "0.11.2",
@@ -9,7 +9,7 @@
99
"libs/assets": "1.15.0",
1010
"libs/common-const": "1.25.0",
1111
"libs/common-hooks": "1.10.0",
12-
"libs/common-utils": "1.21.0",
12+
"libs/common-utils": "1.21.1",
1313
"libs/core": "1.8.1",
1414
"libs/ens": "1.5.0",
1515
"libs/events": "2.0.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.54.2](https://github.com/cowprotocol/cowswap/compare/explorer-v2.54.1...explorer-v2.54.2) (2025-09-16)
4+
5+
6+
### Bug Fixes
7+
8+
* explorer environments ([#6271](https://github.com/cowprotocol/cowswap/issues/6271)) ([cffe763](https://github.com/cowprotocol/cowswap/commit/cffe763fd99bb2ee2de50146c6a91ad78f8e71e7))
9+
310
## [2.54.1](https://github.com/cowprotocol/cowswap/compare/explorer-v2.54.0...explorer-v2.54.1) (2025-09-15)
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.54.1",
3+
"version": "2.54.2",
44
"description": "CoW Swap Explorer",
55
"main": "src/main.tsx",
66
"author": "",

libs/common-utils/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.21.1](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.21.0...common-utils-v1.21.1) (2025-09-16)
4+
5+
6+
### Bug Fixes
7+
8+
* explorer environments ([#6271](https://github.com/cowprotocol/cowswap/issues/6271)) ([cffe763](https://github.com/cowprotocol/cowswap/commit/cffe763fd99bb2ee2de50146c6a91ad78f8e71e7))
9+
310
## [1.21.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.20.0...common-utils-v1.21.0) (2025-08-21)
411

512

libs/common-utils/package.json

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

0 commit comments

Comments
 (0)