Skip to content

Commit a0ac875

Browse files
authored
chore: release main (#6638)
1 parent 9cfeae0 commit a0ac875

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.125.2",
3-
"apps/explorer": "2.59.0",
2+
"apps/cowswap-frontend": "1.125.3",
3+
"apps/explorer": "2.59.1",
44
"libs/permit-utils": "1.0.0",
55
"libs/widget-lib": "0.21.0",
66
"libs/widget-react": "0.14.1",
@@ -24,6 +24,6 @@
2424
"libs/abis": "1.2.3",
2525
"libs/balances-and-allowances": "1.10.0",
2626
"libs/iframe-transport": "1.1.0",
27-
"libs/hook-dapp-lib": "1.14.0",
27+
"libs/hook-dapp-lib": "1.14.1",
2828
"libs/multicall": "1.3.0"
2929
}

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.125.3](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.125.2...cowswap-v1.125.3) (2025-12-09)
4+
5+
6+
### Bug Fixes
7+
8+
* avoid using i18n in hookDappsRegistry ([#6633](https://github.com/cowprotocol/cowswap/issues/6633)) ([9cfeae0](https://github.com/cowprotocol/cowswap/commit/9cfeae0c107a632e78176c004aa3614fad12f68b))
9+
310
## [1.125.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.125.1...cowswap-v1.125.2) (2025-11-27)
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.125.2",
3+
"version": "1.125.3",
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.59.1](https://github.com/cowprotocol/cowswap/compare/explorer-v2.59.0...explorer-v2.59.1) (2025-12-09)
4+
5+
6+
### Bug Fixes
7+
8+
* avoid using i18n in hookDappsRegistry ([#6633](https://github.com/cowprotocol/cowswap/issues/6633)) ([9cfeae0](https://github.com/cowprotocol/cowswap/commit/9cfeae0c107a632e78176c004aa3614fad12f68b))
9+
310
## [2.59.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.58.0...explorer-v2.59.0) (2025-11-24)
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.59.0",
3+
"version": "2.59.1",
44
"description": "CoW Swap Explorer",
55
"main": "src/main.tsx",
66
"author": "",

libs/hook-dapp-lib/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.14.1](https://github.com/cowprotocol/cowswap/compare/hook-dapp-lib-v1.14.0...hook-dapp-lib-v1.14.1) (2025-12-09)
4+
5+
6+
### Bug Fixes
7+
8+
* avoid using i18n in hookDappsRegistry ([#6633](https://github.com/cowprotocol/cowswap/issues/6633)) ([9cfeae0](https://github.com/cowprotocol/cowswap/commit/9cfeae0c107a632e78176c004aa3614fad12f68b))
9+
310
## [1.14.0](https://github.com/cowprotocol/cowswap/compare/hook-dapp-lib-v1.13.0...hook-dapp-lib-v1.14.0) (2025-11-24)
411

512

libs/hook-dapp-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/hook-dapp-lib",
3-
"version": "1.14.0",
3+
"version": "1.14.1",
44
"type": "commonjs",
55
"description": "CoW Swap Hook Dapp Library. Allows you to develop pre/post hooks dapps for CoW Protocol.",
66
"main": "index.js",

0 commit comments

Comments
 (0)