diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 936bb909ed..3e706d8a3e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,13 @@ { - "apps/cowswap-frontend": "1.89.0", + "apps/cowswap-frontend": "1.90.0", "apps/explorer": "2.36.1", "libs/permit-utils": "0.4.0", "libs/widget-lib": "0.17.0", "libs/widget-react": "0.11.0", "apps/widget-configurator": "1.9.0", "libs/analytics": "1.8.0", - "libs/assets": "1.9.0", - "libs/common-const": "1.10.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", @@ -16,13 +16,13 @@ "libs/snackbars": "1.1.0", "libs/tokens": "1.11.0", "libs/types": "1.4.0", - "libs/ui": "1.13.0", + "libs/ui": "1.14.0", "libs/wallet": "1.6.1", "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.0", + "libs/balances-and-allowances": "1.1.1", "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 9f0a46f159..3f6a55f5fe 100644 --- a/apps/cowswap-frontend/CHANGELOG.md +++ b/apps/cowswap-frontend/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.90.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.89.0...cowswap-v1.90.0) (2024-11-21) + + +### Features + +* **hooks-store:** add loading logo for hook-dapp ([#5112](https://github.com/cowprotocol/cowswap/issues/5112)) ([4b7267f](https://github.com/cowprotocol/cowswap/commit/4b7267fb6ea37c7bfcc896c7953b70fa8af2729d)) +* refactor badge component and experimental icon ([#5102](https://github.com/cowprotocol/cowswap/issues/5102)) ([f642ce5](https://github.com/cowprotocol/cowswap/commit/f642ce5d5a8f2f81dbc72cb1d8942eaa8905bb3b)) +* refactor trade container styles ([#5103](https://github.com/cowprotocol/cowswap/issues/5103)) ([29ab5c4](https://github.com/cowprotocol/cowswap/commit/29ab5c45971767716df2d048b87198ac1acb2c90)) + + +### Bug Fixes + +* **hooks-store:** fix custom hook alert title and trim slash from url ([#5117](https://github.com/cowprotocol/cowswap/issues/5117)) ([4858b7c](https://github.com/cowprotocol/cowswap/commit/4858b7c1cfd220b98d2f185682c6f71af2f8edfc)) +* **hooks-store:** log simulation only on trade simulation ([#5101](https://github.com/cowprotocol/cowswap/issues/5101)) ([84f5d5e](https://github.com/cowprotocol/cowswap/commit/84f5d5e3252f78564821be67ad738009426150f1)) +* **limit-orders:** do not crash when sell amount is giant ([#5120](https://github.com/cowprotocol/cowswap/issues/5120)) ([94d71f1](https://github.com/cowprotocol/cowswap/commit/94d71f1c785a682e608d00ad477f429ee4df4e9d)) +* **yield:** show green banner only when vampire attack is ready ([#5064](https://github.com/cowprotocol/cowswap/issues/5064)) ([cd9f2e1](https://github.com/cowprotocol/cowswap/commit/cd9f2e18b36a280d25c8727f730414c95ea90979)) + ## [1.89.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.88.0...cowswap-v1.89.0) (2024-11-14) diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json index 814e078d5d..a75a57c3dd 100644 --- a/apps/cowswap-frontend/package.json +++ b/apps/cowswap-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cowswap", - "version": "1.89.0", + "version": "1.90.0", "description": "CoW Swap", "main": "index.js", "author": "", diff --git a/libs/assets/CHANGELOG.md b/libs/assets/CHANGELOG.md index 88025e4193..f518942828 100644 --- a/libs/assets/CHANGELOG.md +++ b/libs/assets/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.9.0...assets-v1.10.0) (2024-11-21) + + +### Features + +* refactor badge component and experimental icon ([#5102](https://github.com/cowprotocol/cowswap/issues/5102)) ([f642ce5](https://github.com/cowprotocol/cowswap/commit/f642ce5d5a8f2f81dbc72cb1d8942eaa8905bb3b)) + ## [1.9.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.8.0...assets-v1.9.0) (2024-10-29) diff --git a/libs/assets/package.json b/libs/assets/package.json index a5cade5ca5..8848f25e5d 100644 --- a/libs/assets/package.json +++ b/libs/assets/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/assets", - "version": "1.9.0", + "version": "1.10.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 dda07590fa..fed2c3c4c1 100644 --- a/libs/balances-and-allowances/CHANGELOG.md +++ b/libs/balances-and-allowances/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.1.0...balances-and-allowances-v1.1.1) (2024-11-21) + + +### Bug Fixes + +* **yield:** show green banner only when vampire attack is ready ([#5064](https://github.com/cowprotocol/cowswap/issues/5064)) ([cd9f2e1](https://github.com/cowprotocol/cowswap/commit/cd9f2e18b36a280d25c8727f730414c95ea90979)) + ## [1.1.0](https://github.com/cowprotocol/cowswap/compare/balances-and-allowances-v1.0.0...balances-and-allowances-v1.1.0) (2024-11-06) diff --git a/libs/balances-and-allowances/package.json b/libs/balances-and-allowances/package.json index 1e83c54709..3f4bbfcf04 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.0", + "version": "1.1.1", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/common-const/CHANGELOG.md b/libs/common-const/CHANGELOG.md index c45296eaa0..0e75526671 100644 --- a/libs/common-const/CHANGELOG.md +++ b/libs/common-const/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.1](https://github.com/cowprotocol/cowswap/compare/common-const-v1.10.0...common-const-v1.10.1) (2024-11-21) + + +### Bug Fixes + +* **volume-fee:** do not add fee for USDC.e on arb ([#5119](https://github.com/cowprotocol/cowswap/issues/5119)) ([ba11c02](https://github.com/cowprotocol/cowswap/commit/ba11c02ccbd9631d15a1c3c898606a62cc636270)) + ## [1.10.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.9.0...common-const-v1.10.0) (2024-11-06) diff --git a/libs/common-const/package.json b/libs/common-const/package.json index e0b8f061d9..a3f1c4e3d9 100644 --- a/libs/common-const/package.json +++ b/libs/common-const/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-const", - "version": "1.10.0", + "version": "1.10.1", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/ui/CHANGELOG.md b/libs/ui/CHANGELOG.md index f59104065d..c7fa46b56c 100644 --- a/libs/ui/CHANGELOG.md +++ b/libs/ui/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.14.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.13.0...ui-v1.14.0) (2024-11-21) + + +### Features + +* refactor badge component and experimental icon ([#5102](https://github.com/cowprotocol/cowswap/issues/5102)) ([f642ce5](https://github.com/cowprotocol/cowswap/commit/f642ce5d5a8f2f81dbc72cb1d8942eaa8905bb3b)) +* refactor trade container styles ([#5103](https://github.com/cowprotocol/cowswap/issues/5103)) ([29ab5c4](https://github.com/cowprotocol/cowswap/commit/29ab5c45971767716df2d048b87198ac1acb2c90)) + ## [1.13.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.12.0...ui-v1.13.0) (2024-11-06) diff --git a/libs/ui/package.json b/libs/ui/package.json index 721059f641..6f93453c2f 100644 --- a/libs/ui/package.json +++ b/libs/ui/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/ui", - "version": "1.13.0", + "version": "1.14.0", "main": "./index.js", "types": "./index.d.ts", "exports": {