diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1076a1ba14..b6c71c5eff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "libs/permit-utils": "0.3.1", "libs/widget-lib": "0.15.0", "libs/widget-react": "0.11.0", - "apps/widget-configurator": "1.7.1", + "apps/widget-configurator": "1.7.2", "libs/analytics": "1.8.0", "libs/assets": "1.8.0", "libs/common-const": "1.7.0", diff --git a/apps/widget-configurator/CHANGELOG.md b/apps/widget-configurator/CHANGELOG.md index 3e43fa66a2..179cf695e8 100644 --- a/apps/widget-configurator/CHANGELOG.md +++ b/apps/widget-configurator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.2](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.7.1...widget-configurator-v1.7.2) (2024-10-08) + + +### Bug Fixes + +* **widget-configurator:** update mainnet default partner fee recipient ([#4949](https://github.com/cowprotocol/cowswap/issues/4949)) ([173a0b3](https://github.com/cowprotocol/cowswap/commit/173a0b3c5e40e6e1679eaf052890b2395112b78b)) + ## [1.7.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.7.0...widget-configurator-v1.7.1) (2024-10-07) diff --git a/apps/widget-configurator/package.json b/apps/widget-configurator/package.json index aea749c2e7..b903661cb1 100644 --- a/apps/widget-configurator/package.json +++ b/apps/widget-configurator/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/widget-configurator", - "version": "1.7.1", + "version": "1.7.2", "description": "CoW Swap widget configurator", "main": "src/main.tsx", "author": "",