diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3e706d8a3e..b41190c072 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,28 +1,28 @@ { - "apps/cowswap-frontend": "1.90.0", - "apps/explorer": "2.36.1", - "libs/permit-utils": "0.4.0", - "libs/widget-lib": "0.17.0", + "apps/cowswap-frontend": "1.91.0", + "apps/explorer": "2.37.0", + "libs/permit-utils": "0.5.0", + "libs/widget-lib": "0.18.0", "libs/widget-react": "0.11.0", - "apps/widget-configurator": "1.9.0", + "apps/widget-configurator": "1.10.0", "libs/analytics": "1.8.0", - "libs/assets": "1.10.0", - "libs/common-const": "1.10.1", - "libs/common-hooks": "1.4.0", - "libs/common-utils": "1.7.2", - "libs/core": "1.3.0", - "libs/ens": "1.2.0", + "libs/assets": "1.11.0", + "libs/common-const": "1.11.0", + "libs/common-hooks": "1.5.0", + "libs/common-utils": "1.8.0", + "libs/core": "1.4.0", + "libs/ens": "1.3.0", "libs/events": "1.5.0", "libs/snackbars": "1.1.0", - "libs/tokens": "1.11.0", - "libs/types": "1.4.0", - "libs/ui": "1.14.0", - "libs/wallet": "1.6.1", + "libs/tokens": "1.12.0", + "libs/types": "1.5.0", + "libs/ui": "1.15.0", + "libs/wallet": "1.7.0", "apps/cow-fi": "1.16.0", "libs/wallet-provider": "1.0.0", "libs/ui-utils": "1.1.0", "libs/abis": "1.2.0", - "libs/balances-and-allowances": "1.1.1", + "libs/balances-and-allowances": "1.2.0", "libs/iframe-transport": "1.0.0", "libs/hook-dapp-lib": "1.3.0", "libs/multicall": "1.0.0" diff --git a/apps/cowswap-frontend/CHANGELOG.md b/apps/cowswap-frontend/CHANGELOG.md index 3f6a55f5fe..fe01c480d5 100644 --- a/apps/cowswap-frontend/CHANGELOG.md +++ b/apps/cowswap-frontend/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.91.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.90.0...cowswap-v1.91.0) (2024-12-03) + + +### Features + +* allow adding networks without invalidating local-storage ([#5134](https://github.com/cowprotocol/cowswap/issues/5134)) ([995b4c0](https://github.com/cowprotocol/cowswap/commit/995b4c05da90356c6621a92dc58efbd6f37349ff)) +* **base:** add base chain support ([#5044](https://github.com/cowprotocol/cowswap/issues/5044)) ([4cf0c91](https://github.com/cowprotocol/cowswap/commit/4cf0c91a300d6fcdc026364e74c45e5b2f729f2b)) +* improve custom hook validation messages ([#5123](https://github.com/cowprotocol/cowswap/issues/5123)) ([91bab8d](https://github.com/cowprotocol/cowswap/commit/91bab8dc3b124a32790c3bb1955b01dd3a75ea7b)) +* **volume-fee:** add volume fee for Safe ([#5139](https://github.com/cowprotocol/cowswap/issues/5139)) ([bb14c6a](https://github.com/cowprotocol/cowswap/commit/bb14c6a6ecfaba7d1a9a1da5366fac054efb97aa)) + + +### Bug Fixes + +* display usd value for tokens with small prices ([#5137](https://github.com/cowprotocol/cowswap/issues/5137)) ([74c27fd](https://github.com/cowprotocol/cowswap/commit/74c27fd38e0280a5cf24575bf002a9598994ff95)) +* **hooks-store:** update hooks learn link ([#5126](https://github.com/cowprotocol/cowswap/issues/5126)) ([a3b378c](https://github.com/cowprotocol/cowswap/commit/a3b378cda5be4d33fc816e9b3b4c62efe7df5c39)) +* reset trade completely if default token is duplicated ([#5140](https://github.com/cowprotocol/cowswap/issues/5140)) ([32e1ca0](https://github.com/cowprotocol/cowswap/commit/32e1ca0108e8bf789d2bad01f8129d9343875bce)) +* **wallet:** remove change wallet feature ([#5136](https://github.com/cowprotocol/cowswap/issues/5136)) ([329c1df](https://github.com/cowprotocol/cowswap/commit/329c1df3aa2e2617b0bb15a94904b51c6063ff3d)) + ## [1.90.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.89.0...cowswap-v1.90.0) (2024-11-21) diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json index a75a57c3dd..0b2d93ff0e 100644 --- a/apps/cowswap-frontend/package.json +++ b/apps/cowswap-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cowswap", - "version": "1.90.0", + "version": "1.91.0", "description": "CoW Swap", "main": "index.js", "author": "", diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md index ca26b0bc85..71747e4abf 100644 --- a/apps/explorer/CHANGELOG.md +++ b/apps/explorer/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.37.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.36.1...explorer-v2.37.0) (2024-12-03) + + +### Features + +* allow adding networks without invalidating local-storage ([#5134](https://github.com/cowprotocol/cowswap/issues/5134)) ([995b4c0](https://github.com/cowprotocol/cowswap/commit/995b4c05da90356c6621a92dc58efbd6f37349ff)) +* **base:** add base chain support ([#5044](https://github.com/cowprotocol/cowswap/issues/5044)) ([4cf0c91](https://github.com/cowprotocol/cowswap/commit/4cf0c91a300d6fcdc026364e74c45e5b2f729f2b)) +* **explorer:** add search bar in order view ([#5118](https://github.com/cowprotocol/cowswap/issues/5118)) ([d708dcf](https://github.com/cowprotocol/cowswap/commit/d708dcf7e8428eaef611a9288f45f2c3f51bc689)) +* improve custom hook validation messages ([#5123](https://github.com/cowprotocol/cowswap/issues/5123)) ([91bab8d](https://github.com/cowprotocol/cowswap/commit/91bab8dc3b124a32790c3bb1955b01dd3a75ea7b)) + ## [2.36.1](https://github.com/cowprotocol/cowswap/compare/explorer-v2.36.0...explorer-v2.36.1) (2024-11-06) diff --git a/apps/explorer/package.json b/apps/explorer/package.json index 916c8ab4bb..5c73daf1a1 100644 --- a/apps/explorer/package.json +++ b/apps/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/explorer", - "version": "2.36.1", + "version": "2.37.0", "description": "CoW Swap Explorer", "main": "src/main.tsx", "author": "", diff --git a/apps/widget-configurator/CHANGELOG.md b/apps/widget-configurator/CHANGELOG.md index 724c8ba36a..467b9f2229 100644 --- a/apps/widget-configurator/CHANGELOG.md +++ b/apps/widget-configurator/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.10.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.9.0...widget-configurator-v1.10.0) (2024-12-03) + + +### Features + +* **base:** add base chain support ([#5044](https://github.com/cowprotocol/cowswap/issues/5044)) ([4cf0c91](https://github.com/cowprotocol/cowswap/commit/4cf0c91a300d6fcdc026364e74c45e5b2f729f2b)) +* **widget:** add maxHeight parameter for the widget ([#5127](https://github.com/cowprotocol/cowswap/issues/5127)) ([db8b509](https://github.com/cowprotocol/cowswap/commit/db8b509d2d46d1ef5e52a18347d20bbebe96dbbd)) + ## [1.9.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.8.0...widget-configurator-v1.9.0) (2024-10-29) diff --git a/apps/widget-configurator/package.json b/apps/widget-configurator/package.json index fece0abc67..cf8f9fffdb 100644 --- a/apps/widget-configurator/package.json +++ b/apps/widget-configurator/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/widget-configurator", - "version": "1.9.0", + "version": "1.10.0", "description": "CoW Swap widget configurator", "main": "src/main.tsx", "author": "", diff --git a/libs/assets/CHANGELOG.md b/libs/assets/CHANGELOG.md index f518942828..a898a541c3 100644 --- a/libs/assets/CHANGELOG.md +++ b/libs/assets/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.10.0...assets-v1.11.0) (2024-12-03) + + +### Features + +* **base:** add base chain support ([#5044](https://github.com/cowprotocol/cowswap/issues/5044)) ([4cf0c91](https://github.com/cowprotocol/cowswap/commit/4cf0c91a300d6fcdc026364e74c45e5b2f729f2b)) + ## [1.10.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.9.0...assets-v1.10.0) (2024-11-21) diff --git a/libs/assets/package.json b/libs/assets/package.json index 8848f25e5d..11fab8e630 100644 --- a/libs/assets/package.json +++ b/libs/assets/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/assets", - "version": "1.10.0", + "version": "1.11.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/balances-and-allowances/CHANGELOG.md b/libs/balances-and-allowances/CHANGELOG.md index fed2c3c4c1..d0d97bf6f2 100644 --- a/libs/balances-and-allowances/CHANGELOG.md +++ b/libs/balances-and-allowances/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.0](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.1.1...balances-and-allowances-v1.2.0) (2024-12-03) + + +### Features + +* allow adding networks without invalidating local-storage ([#5134](https://github.com/cowprotocol/cowswap/issues/5134)) ([995b4c0](https://github.com/cowprotocol/cowswap/commit/995b4c05da90356c6621a92dc58efbd6f37349ff)) +* improve custom hook validation messages ([#5123](https://github.com/cowprotocol/cowswap/issues/5123)) ([91bab8d](https://github.com/cowprotocol/cowswap/commit/91bab8dc3b124a32790c3bb1955b01dd3a75ea7b)) + ## [1.1.1](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.1.0...balances-and-allowances-v1.1.1) (2024-11-21) diff --git a/libs/balances-and-allowances/package.json b/libs/balances-and-allowances/package.json index 3f4bbfcf04..b1c90063be 100644 --- a/libs/balances-and-allowances/package.json +++ b/libs/balances-and-allowances/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/balances-and-allowances", - "version": "1.1.1", + "version": "1.2.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/common-const/CHANGELOG.md b/libs/common-const/CHANGELOG.md index 0e75526671..4cce7a0da4 100644 --- a/libs/common-const/CHANGELOG.md +++ b/libs/common-const/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.10.1...common-const-v1.11.0) (2024-12-03) + + +### Features + +* **base:** add base chain support ([#5044](https://github.com/cowprotocol/cowswap/issues/5044)) ([4cf0c91](https://github.com/cowprotocol/cowswap/commit/4cf0c91a300d6fcdc026364e74c45e5b2f729f2b)) + ## [1.10.1](https://github.com/cowprotocol/cowswap/compare/common-const-v1.10.0...common-const-v1.10.1) (2024-11-21) diff --git a/libs/common-const/package.json b/libs/common-const/package.json index a3f1c4e3d9..3b19e7e887 100644 --- a/libs/common-const/package.json +++ b/libs/common-const/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-const", - "version": "1.10.1", + "version": "1.11.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/common-hooks/CHANGELOG.md b/libs/common-hooks/CHANGELOG.md index b83f138489..1cfe524665 100644 --- a/libs/common-hooks/CHANGELOG.md +++ b/libs/common-hooks/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.4.0...common-hooks-v1.5.0) (2024-12-03) + + +### Features + +* **base:** add base chain support ([#5044](https://github.com/cowprotocol/cowswap/issues/5044)) ([4cf0c91](https://github.com/cowprotocol/cowswap/commit/4cf0c91a300d6fcdc026364e74c45e5b2f729f2b)) + ## [1.4.0](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.3.0...common-hooks-v1.4.0) (2024-09-30) diff --git a/libs/common-hooks/package.json b/libs/common-hooks/package.json index 9c86d34cd8..b14d57a68e 100644 --- a/libs/common-hooks/package.json +++ b/libs/common-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-hooks", - "version": "1.4.0", + "version": "1.5.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/common-utils/CHANGELOG.md b/libs/common-utils/CHANGELOG.md index 10cf903822..4103f53539 100644 --- a/libs/common-utils/CHANGELOG.md +++ b/libs/common-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.8.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.7.2...common-utils-v1.8.0) (2024-12-03) + + +### Features + +* **base:** add base chain support ([#5044](https://github.com/cowprotocol/cowswap/issues/5044)) ([4cf0c91](https://github.com/cowprotocol/cowswap/commit/4cf0c91a300d6fcdc026364e74c45e5b2f729f2b)) +* improve custom hook validation messages ([#5123](https://github.com/cowprotocol/cowswap/issues/5123)) ([91bab8d](https://github.com/cowprotocol/cowswap/commit/91bab8dc3b124a32790c3bb1955b01dd3a75ea7b)) + ## [1.7.2](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.7.1...common-utils-v1.7.2) (2024-09-30) diff --git a/libs/common-utils/package.json b/libs/common-utils/package.json index eccdc1f7ab..32dd700be3 100644 --- a/libs/common-utils/package.json +++ b/libs/common-utils/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-utils", - "version": "1.7.2", + "version": "1.8.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/core/CHANGELOG.md b/libs/core/CHANGELOG.md index 0f915b8a38..5314f78af3 100644 --- a/libs/core/CHANGELOG.md +++ b/libs/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/cowprotocol/cowswap/compare/core-v1.3.0...core-v1.4.0) (2024-12-03) + + +### Features + +* **base:** add base chain support ([#5044](https://github.com/cowprotocol/cowswap/issues/5044)) ([4cf0c91](https://github.com/cowprotocol/cowswap/commit/4cf0c91a300d6fcdc026364e74c45e5b2f729f2b)) + ## [1.3.0](https://github.com/cowprotocol/cowswap/compare/core-v1.2.0...core-v1.3.0) (2024-08-27) diff --git a/libs/core/package.json b/libs/core/package.json index 4108ab86b6..72d2c11840 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/core", - "version": "1.3.0", + "version": "1.4.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/ens/CHANGELOG.md b/libs/ens/CHANGELOG.md index adbd60603a..b60e15a6e2 100644 --- a/libs/ens/CHANGELOG.md +++ b/libs/ens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/cowprotocol/cowswap/compare/ens-v1.2.0...ens-v1.3.0) (2024-12-03) + + +### Features + +* **base:** add base chain support ([#5044](https://github.com/cowprotocol/cowswap/issues/5044)) ([4cf0c91](https://github.com/cowprotocol/cowswap/commit/4cf0c91a300d6fcdc026364e74c45e5b2f729f2b)) + ## [1.2.0](https://github.com/cowprotocol/cowswap/compare/ens-v1.1.0...ens-v1.2.0) (2024-05-29) diff --git a/libs/ens/package.json b/libs/ens/package.json index 94288815c6..617ef10779 100644 --- a/libs/ens/package.json +++ b/libs/ens/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/ens", - "version": "1.2.0", + "version": "1.3.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/permit-utils/CHANGELOG.md b/libs/permit-utils/CHANGELOG.md index 474269ba0e..dfafa53077 100644 --- a/libs/permit-utils/CHANGELOG.md +++ b/libs/permit-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.4.0...permit-utils-v0.5.0) (2024-12-03) + + +### Features + +* **base:** add base chain support ([#5044](https://github.com/cowprotocol/cowswap/issues/5044)) ([4cf0c91](https://github.com/cowprotocol/cowswap/commit/4cf0c91a300d6fcdc026364e74c45e5b2f729f2b)) + ## [0.4.0](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.3.1...permit-utils-v0.4.0) (2024-10-10) diff --git a/libs/permit-utils/package.json b/libs/permit-utils/package.json index 031b404f16..4f9e4014d5 100644 --- a/libs/permit-utils/package.json +++ b/libs/permit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/permit-utils", - "version": "0.5.0-RC.0", + "version": "0.5.0", "type": "module", "dependencies": { "ethers": "^5.7.2", diff --git a/libs/tokens/CHANGELOG.md b/libs/tokens/CHANGELOG.md index d515d5fab8..bfeff18b80 100644 --- a/libs/tokens/CHANGELOG.md +++ b/libs/tokens/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.12.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.11.0...tokens-v1.12.0) (2024-12-03) + + +### Features + +* add default list for tokens in base ([#5141](https://github.com/cowprotocol/cowswap/issues/5141)) ([973b93a](https://github.com/cowprotocol/cowswap/commit/973b93a3bb11658bbfba51224a8062588655f5ef)) +* allow adding networks without invalidating local-storage ([#5134](https://github.com/cowprotocol/cowswap/issues/5134)) ([995b4c0](https://github.com/cowprotocol/cowswap/commit/995b4c05da90356c6621a92dc58efbd6f37349ff)) +* **base:** add base chain support ([#5044](https://github.com/cowprotocol/cowswap/issues/5044)) ([4cf0c91](https://github.com/cowprotocol/cowswap/commit/4cf0c91a300d6fcdc026364e74c45e5b2f729f2b)) +* improve custom hook validation messages ([#5123](https://github.com/cowprotocol/cowswap/issues/5123)) ([91bab8d](https://github.com/cowprotocol/cowswap/commit/91bab8dc3b124a32790c3bb1955b01dd3a75ea7b)) + ## [1.11.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.10.0...tokens-v1.11.0) (2024-11-06) diff --git a/libs/tokens/package.json b/libs/tokens/package.json index 0c8f390999..54847b84bf 100644 --- a/libs/tokens/package.json +++ b/libs/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/tokens", - "version": "1.11.0", + "version": "1.12.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/types/CHANGELOG.md b/libs/types/CHANGELOG.md index feeb61cb73..623a78cd48 100644 --- a/libs/types/CHANGELOG.md +++ b/libs/types/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/cowprotocol/cowswap/compare/types-v1.4.0...types-v1.5.0) (2024-12-03) + + +### Features + +* allow adding networks without invalidating local-storage ([#5134](https://github.com/cowprotocol/cowswap/issues/5134)) ([995b4c0](https://github.com/cowprotocol/cowswap/commit/995b4c05da90356c6621a92dc58efbd6f37349ff)) + ## [1.4.0](https://github.com/cowprotocol/cowswap/compare/types-v1.3.0...types-v1.4.0) (2024-11-06) diff --git a/libs/types/package.json b/libs/types/package.json index 4d97b54f24..7aad263cae 100644 --- a/libs/types/package.json +++ b/libs/types/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/types", - "version": "1.4.0", + "version": "1.5.0", "type": "commonjs", "description": "CoW Swap events", "main": "index.js", diff --git a/libs/ui/CHANGELOG.md b/libs/ui/CHANGELOG.md index c7fa46b56c..5a632fdf44 100644 --- a/libs/ui/CHANGELOG.md +++ b/libs/ui/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.14.0...ui-v1.15.0) (2024-12-03) + + +### Features + +* **volume-fee:** add volume fee for Safe ([#5139](https://github.com/cowprotocol/cowswap/issues/5139)) ([bb14c6a](https://github.com/cowprotocol/cowswap/commit/bb14c6a6ecfaba7d1a9a1da5366fac054efb97aa)) + ## [1.14.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.13.0...ui-v1.14.0) (2024-11-21) diff --git a/libs/ui/package.json b/libs/ui/package.json index 6f93453c2f..0abcaec149 100644 --- a/libs/ui/package.json +++ b/libs/ui/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/ui", - "version": "1.14.0", + "version": "1.15.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/wallet/CHANGELOG.md b/libs/wallet/CHANGELOG.md index 19aa9378f6..11c352a22e 100644 --- a/libs/wallet/CHANGELOG.md +++ b/libs/wallet/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.7.0](https://github.com/cowprotocol/cowswap/compare/wallet-v1.6.1...wallet-v1.7.0) (2024-12-03) + + +### Features + +* **base:** add base chain support ([#5044](https://github.com/cowprotocol/cowswap/issues/5044)) ([4cf0c91](https://github.com/cowprotocol/cowswap/commit/4cf0c91a300d6fcdc026364e74c45e5b2f729f2b)) +* **volume-fee:** add volume fee for Safe ([#5139](https://github.com/cowprotocol/cowswap/issues/5139)) ([bb14c6a](https://github.com/cowprotocol/cowswap/commit/bb14c6a6ecfaba7d1a9a1da5366fac054efb97aa)) + ## [1.6.1](https://github.com/cowprotocol/cowswap/compare/wallet-v1.6.0...wallet-v1.6.1) (2024-10-18) diff --git a/libs/wallet/package.json b/libs/wallet/package.json index fc6205c015..a4276b08dc 100644 --- a/libs/wallet/package.json +++ b/libs/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/wallet", - "version": "1.6.1", + "version": "1.7.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/widget-lib/CHANGELOG.md b/libs/widget-lib/CHANGELOG.md index 0cf8d3358e..bacf816ed3 100644 --- a/libs/widget-lib/CHANGELOG.md +++ b/libs/widget-lib/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.0](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.17.0...widget-lib-v0.18.0) (2024-12-03) + + +### Features + +* **widget:** add maxHeight parameter for the widget ([#5127](https://github.com/cowprotocol/cowswap/issues/5127)) ([db8b509](https://github.com/cowprotocol/cowswap/commit/db8b509d2d46d1ef5e52a18347d20bbebe96dbbd)) + ## [0.17.0](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.16.0...widget-lib-v0.17.0) (2024-10-29)