diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ff93bdda83..1d17758561 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "apps/widget-configurator": "1.10.0", "libs/analytics": "1.9.0", "libs/assets": "1.11.0", - "libs/common-const": "1.12.1", + "libs/common-const": "1.12.2", "libs/common-hooks": "1.6.0", "libs/common-utils": "1.8.0", "libs/core": "1.5.0", diff --git a/libs/common-const/CHANGELOG.md b/libs/common-const/CHANGELOG.md index ef891dc66a..eca7ba548c 100644 --- a/libs/common-const/CHANGELOG.md +++ b/libs/common-const/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.2](https://github.com/cowprotocol/cowswap/compare/common-const-v1.12.1...common-const-v1.12.2) (2024-12-12) + + +### Bug Fixes + +* add more stablecoins in fees logic ([#5192](https://github.com/cowprotocol/cowswap/issues/5192)) ([79afa5c](https://github.com/cowprotocol/cowswap/commit/79afa5cb8018cd263b7820bdcb922998a4d80527)) + ## [1.12.1](https://github.com/cowprotocol/cowswap/compare/common-const-v1.12.0...common-const-v1.12.1) (2024-12-12) diff --git a/libs/common-const/package.json b/libs/common-const/package.json index cd6878a981..a1107af315 100644 --- a/libs/common-const/package.json +++ b/libs/common-const/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-const", - "version": "1.12.1", + "version": "1.12.2", "main": "./index.js", "types": "./index.d.ts", "exports": {