From 72c5b9c54e6698f5017dcfddf3cb66328a427b25 Mon Sep 17 00:00:00 2001 From: Alexandr Kazachenko Date: Fri, 12 Jul 2024 18:27:22 +0500 Subject: [PATCH] chore: release main (#4712) --- .release-please-manifest.json | 24 ++++++++++++----------- apps/cow-fi/CHANGELOG.md | 7 +++++++ apps/cow-fi/package.json | 2 +- apps/cowswap-frontend/CHANGELOG.md | 19 ++++++++++++++++++ apps/cowswap-frontend/package.json | 2 +- apps/widget-configurator/CHANGELOG.md | 7 +++++++ apps/widget-configurator/package.json | 2 +- libs/abis/CHANGELOG.md | 8 ++++++++ libs/abis/package.json | 2 +- libs/analytics/CHANGELOG.md | 7 +++++++ libs/analytics/package.json | 2 +- libs/assets/CHANGELOG.md | 8 ++++++++ libs/assets/package.json | 2 +- libs/balances-and-allowances/CHANGELOG.md | 8 ++++++++ libs/balances-and-allowances/package.json | 2 +- libs/common-const/CHANGELOG.md | 7 +++++++ libs/common-const/package.json | 2 +- libs/common-utils/CHANGELOG.md | 8 ++++++++ libs/common-utils/package.json | 2 +- libs/events/CHANGELOG.md | 7 +++++++ libs/events/package.json | 2 +- libs/types/CHANGELOG.md | 7 +++++++ libs/types/package.json | 2 +- libs/ui/CHANGELOG.md | 12 ++++++++++++ libs/ui/package.json | 2 +- 25 files changed, 130 insertions(+), 23 deletions(-) create mode 100644 libs/abis/CHANGELOG.md create mode 100644 libs/balances-and-allowances/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 39b0a4a6a6..e6c5ffc51a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,24 +1,26 @@ { - "apps/cowswap-frontend": "1.76.2", + "apps/cowswap-frontend": "1.77.0", "apps/explorer": "2.32.2", "libs/permit-utils": "0.3.0", "libs/widget-lib": "0.13.2", "libs/widget-react": "0.9.0", - "apps/widget-configurator": "1.3.2", - "libs/analytics": "1.3.0", - "libs/assets": "1.5.0", - "libs/common-const": "1.6.2", + "apps/widget-configurator": "1.4.0", + "libs/analytics": "1.4.0", + "libs/assets": "1.6.0", + "libs/common-const": "1.7.0", "libs/common-hooks": "1.3.0", - "libs/common-utils": "1.4.1", + "libs/common-utils": "1.5.0", "libs/core": "1.1.0", "libs/ens": "1.2.0", - "libs/events": "1.3.0", + "libs/events": "1.4.0", "libs/snackbars": "1.1.0", "libs/tokens": "1.5.2", - "libs/types": "1.0.0", - "libs/ui": "1.5.0", + "libs/types": "1.1.0", + "libs/ui": "1.6.0", "libs/wallet": "1.5.1", - "apps/cow-fi": "1.6.0", + "apps/cow-fi": "1.7.0", "libs/wallet-provider": "1.0.0", - "libs/ui-utils": "1.1.0" + "libs/ui-utils": "1.1.0", + "libs/abis": "1.0.0", + "libs/balances-and-allowances": "1.0.0" } diff --git a/apps/cow-fi/CHANGELOG.md b/apps/cow-fi/CHANGELOG.md index 7d8c54d54f..2b3df3178f 100644 --- a/apps/cow-fi/CHANGELOG.md +++ b/apps/cow-fi/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.6.0...cow-fi-v1.7.0) (2024-07-12) + + +### Features + +* sitemap.xml generating cow.fi ([#4687](https://github.com/cowprotocol/cowswap/issues/4687)) ([571bb7d](https://github.com/cowprotocol/cowswap/commit/571bb7d2fabedceb5484bf59e3c26b39de3e5717)) + ## [1.6.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.5.0...cow-fi-v1.6.0) (2024-07-05) diff --git a/apps/cow-fi/package.json b/apps/cow-fi/package.json index 16ce128b81..aefbe84be5 100644 --- a/apps/cow-fi/package.json +++ b/apps/cow-fi/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cow-fi", - "version": "1.6.0", + "version": "1.7.0", "description": "CoW DAO website", "main": "index.js", "author": "", diff --git a/apps/cowswap-frontend/CHANGELOG.md b/apps/cowswap-frontend/CHANGELOG.md index 9867f68086..b34fb840b7 100644 --- a/apps/cowswap-frontend/CHANGELOG.md +++ b/apps/cowswap-frontend/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.77.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.76.2...cowswap-v1.77.0) (2024-07-12) + + +### Features + +* **hooks:** simulate hook transaction via Tenderly ([#4702](https://github.com/cowprotocol/cowswap/issues/4702)) ([19ee90a](https://github.com/cowprotocol/cowswap/commit/19ee90ab37638df29269bd47572898dcc94be8f4)) +* **swap:** use smart slippage ([#4649](https://github.com/cowprotocol/cowswap/issues/4649)) ([ebb22ce](https://github.com/cowprotocol/cowswap/commit/ebb22cec497dfc696d32a2fd75ecc17cfd58eb41)) +* update favicon icons and manifest ([#4689](https://github.com/cowprotocol/cowswap/issues/4689)) ([549bcc0](https://github.com/cowprotocol/cowswap/commit/549bcc0dea929efdb6adbffa956dac013a73c679)) + + +### Bug Fixes + +* **hooks:** link hooks page to swap trade state ([#4698](https://github.com/cowprotocol/cowswap/issues/4698)) ([bab250c](https://github.com/cowprotocol/cowswap/commit/bab250cb9888b3ec3dab422fc91fbaf23541b778)) +* **limit:** clear limit output amount when price is empty ([#4678](https://github.com/cowprotocol/cowswap/issues/4678)) ([0620a9a](https://github.com/cowprotocol/cowswap/commit/0620a9a70a31687f70ec4abc6da280d54a823cb8)) +* **limit:** missing price error takes precedence over missing approval ([#4693](https://github.com/cowprotocol/cowswap/issues/4693)) ([306059e](https://github.com/cowprotocol/cowswap/commit/306059ee46c57cb14bb69eb48f06aa6c85a9e4f6)) +* **safe-bundle:** don't show active SWAP button unless trade is valid ([#4672](https://github.com/cowprotocol/cowswap/issues/4672)) ([1ea49ea](https://github.com/cowprotocol/cowswap/commit/1ea49ea7552ce8a314b35c9092bc234ba38fa66f)) +* **trade:** display trade details when there is no usd value of costs ([#4704](https://github.com/cowprotocol/cowswap/issues/4704)) ([62e6b78](https://github.com/cowprotocol/cowswap/commit/62e6b78ea934836f709ef4a4c6ab5f817baf592a)) +* vercel redirects ([#4686](https://github.com/cowprotocol/cowswap/issues/4686)) ([107ed3a](https://github.com/cowprotocol/cowswap/commit/107ed3ad74318c14ef608cd090d1086d6389426b)) + ## [1.76.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.76.1...cowswap-v1.76.2) (2024-07-05) diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json index 540db99470..9226d0a54c 100644 --- a/apps/cowswap-frontend/package.json +++ b/apps/cowswap-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cowswap", - "version": "1.76.2", + "version": "1.77.0", "description": "CoW Swap", "main": "index.js", "author": "", diff --git a/apps/widget-configurator/CHANGELOG.md b/apps/widget-configurator/CHANGELOG.md index ec6177328a..c6794c3927 100644 --- a/apps/widget-configurator/CHANGELOG.md +++ b/apps/widget-configurator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.3.2...widget-configurator-v1.4.0) (2024-07-12) + + +### Features + +* update favicon icons and manifest ([#4689](https://github.com/cowprotocol/cowswap/issues/4689)) ([549bcc0](https://github.com/cowprotocol/cowswap/commit/549bcc0dea929efdb6adbffa956dac013a73c679)) + ## [1.3.2](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.3.1...widget-configurator-v1.3.2) (2024-06-24) diff --git a/apps/widget-configurator/package.json b/apps/widget-configurator/package.json index 0605d523d3..17c471274b 100644 --- a/apps/widget-configurator/package.json +++ b/apps/widget-configurator/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/widget-configurator", - "version": "1.3.2", + "version": "1.4.0", "description": "CoW Swap widget configurator", "main": "src/main.tsx", "author": "", diff --git a/libs/abis/CHANGELOG.md b/libs/abis/CHANGELOG.md new file mode 100644 index 0000000000..2e03624974 --- /dev/null +++ b/libs/abis/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2024-07-12) + + +### Features + +* hook store & hook Dapps 🪝 ([#4652](https://github.com/cowprotocol/cowswap/issues/4652)) ([b38321e](https://github.com/cowprotocol/cowswap/commit/b38321e0665e1ad5f0633868f8934128601ad313)) diff --git a/libs/abis/package.json b/libs/abis/package.json index c9305887a6..de770c4daa 100644 --- a/libs/abis/package.json +++ b/libs/abis/package.json @@ -1,5 +1,5 @@ { "name": "@cowprotocol/cowswap-abis", - "version": "0.0.1", + "version": "1.0.0", "type": "commonjs" } diff --git a/libs/analytics/CHANGELOG.md b/libs/analytics/CHANGELOG.md index a23ba1795d..5287e4f768 100644 --- a/libs/analytics/CHANGELOG.md +++ b/libs/analytics/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.3.0...analytics-v1.4.0) (2024-07-12) + + +### Features + +* hook store & hook Dapps 🪝 ([#4652](https://github.com/cowprotocol/cowswap/issues/4652)) ([b38321e](https://github.com/cowprotocol/cowswap/commit/b38321e0665e1ad5f0633868f8934128601ad313)) + ## [1.3.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.2.0...analytics-v1.3.0) (2024-06-24) diff --git a/libs/analytics/package.json b/libs/analytics/package.json index 5c508282f6..a2ddacc3ae 100644 --- a/libs/analytics/package.json +++ b/libs/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/analytics", - "version": "1.3.0", + "version": "1.4.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/assets/CHANGELOG.md b/libs/assets/CHANGELOG.md index 8efea9e0a1..6c2c2acb0c 100644 --- a/libs/assets/CHANGELOG.md +++ b/libs/assets/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.6.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.5.0...assets-v1.6.0) (2024-07-12) + + +### Features + +* **hooks:** simulate hook transaction via Tenderly ([#4702](https://github.com/cowprotocol/cowswap/issues/4702)) ([19ee90a](https://github.com/cowprotocol/cowswap/commit/19ee90ab37638df29269bd47572898dcc94be8f4)) +* update widget cow logo ([#4659](https://github.com/cowprotocol/cowswap/issues/4659)) ([d7d40f7](https://github.com/cowprotocol/cowswap/commit/d7d40f718012b1d4dc039c57dcbfe2070795b3e0)) + ## [1.5.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.4.1...assets-v1.5.0) (2024-06-25) diff --git a/libs/assets/package.json b/libs/assets/package.json index ec3df6e781..fc83616722 100644 --- a/libs/assets/package.json +++ b/libs/assets/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/assets", - "version": "1.5.0", + "version": "1.6.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 new file mode 100644 index 0000000000..f59e1ebd4e --- /dev/null +++ b/libs/balances-and-allowances/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2024-07-12) + + +### Bug Fixes + +* **limit:** clear limit output amount when price is empty ([#4678](https://github.com/cowprotocol/cowswap/issues/4678)) ([0620a9a](https://github.com/cowprotocol/cowswap/commit/0620a9a70a31687f70ec4abc6da280d54a823cb8)) diff --git a/libs/balances-and-allowances/package.json b/libs/balances-and-allowances/package.json index bb7e12bb96..a315d1888f 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": "0.0.1", + "version": "1.0.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/common-const/CHANGELOG.md b/libs/common-const/CHANGELOG.md index f0af936659..a4af2ddeaf 100644 --- a/libs/common-const/CHANGELOG.md +++ b/libs/common-const/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.6.2...common-const-v1.7.0) (2024-07-12) + + +### Features + +* **swap:** use smart slippage ([#4649](https://github.com/cowprotocol/cowswap/issues/4649)) ([ebb22ce](https://github.com/cowprotocol/cowswap/commit/ebb22cec497dfc696d32a2fd75ecc17cfd58eb41)) + ## [1.6.2](https://github.com/cowprotocol/cowswap/compare/common-const-v1.6.1...common-const-v1.6.2) (2024-07-05) diff --git a/libs/common-const/package.json b/libs/common-const/package.json index 3332ec2369..72cb582543 100644 --- a/libs/common-const/package.json +++ b/libs/common-const/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-const", - "version": "1.6.2", + "version": "1.7.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/common-utils/CHANGELOG.md b/libs/common-utils/CHANGELOG.md index ff1c501e2c..60ffdca91a 100644 --- a/libs/common-utils/CHANGELOG.md +++ b/libs/common-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.5.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.4.1...common-utils-v1.5.0) (2024-07-12) + + +### Features + +* **hooks:** simulate hook transaction via Tenderly ([#4702](https://github.com/cowprotocol/cowswap/issues/4702)) ([19ee90a](https://github.com/cowprotocol/cowswap/commit/19ee90ab37638df29269bd47572898dcc94be8f4)) +* **swap:** use smart slippage ([#4649](https://github.com/cowprotocol/cowswap/issues/4649)) ([ebb22ce](https://github.com/cowprotocol/cowswap/commit/ebb22cec497dfc696d32a2fd75ecc17cfd58eb41)) + ## [1.4.1](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.4.0...common-utils-v1.4.1) (2024-06-27) diff --git a/libs/common-utils/package.json b/libs/common-utils/package.json index 1a19dc6941..755ed86b62 100644 --- a/libs/common-utils/package.json +++ b/libs/common-utils/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-utils", - "version": "1.4.1", + "version": "1.5.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/events/CHANGELOG.md b/libs/events/CHANGELOG.md index 2943422282..c121094b73 100644 --- a/libs/events/CHANGELOG.md +++ b/libs/events/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/cowprotocol/cowswap/compare/events-v1.3.0...events-v1.4.0) (2024-07-12) + + +### Features + +* hook store & hook Dapps 🪝 ([#4652](https://github.com/cowprotocol/cowswap/issues/4652)) ([b38321e](https://github.com/cowprotocol/cowswap/commit/b38321e0665e1ad5f0633868f8934128601ad313)) + ## [1.3.0](https://github.com/cowprotocol/cowswap/compare/events-v1.2.0...events-v1.3.0) (2024-04-15) diff --git a/libs/events/package.json b/libs/events/package.json index 48a96d9b29..f040110235 100644 --- a/libs/events/package.json +++ b/libs/events/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/events", - "version": "1.3.0", + "version": "1.4.0", "type": "commonjs", "description": "CoW Swap events", "main": "index.js", diff --git a/libs/types/CHANGELOG.md b/libs/types/CHANGELOG.md index 1f70c6f1f0..daff421a4f 100644 --- a/libs/types/CHANGELOG.md +++ b/libs/types/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/cowprotocol/cowswap/compare/types-v1.0.0...types-v1.1.0) (2024-07-12) + + +### Features + +* hook store & hook Dapps 🪝 ([#4652](https://github.com/cowprotocol/cowswap/issues/4652)) ([b38321e](https://github.com/cowprotocol/cowswap/commit/b38321e0665e1ad5f0633868f8934128601ad313)) + ## 1.0.0 (2024-03-29) diff --git a/libs/types/package.json b/libs/types/package.json index 77e692b531..b00561318d 100644 --- a/libs/types/package.json +++ b/libs/types/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/types", - "version": "1.0.0", + "version": "1.1.0", "type": "commonjs", "description": "CoW Swap events", "main": "index.js", diff --git a/libs/ui/CHANGELOG.md b/libs/ui/CHANGELOG.md index 92dcb4270c..60b5547f8a 100644 --- a/libs/ui/CHANGELOG.md +++ b/libs/ui/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.6.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.5.0...ui-v1.6.0) (2024-07-12) + + +### Features + +* explorer app cleanup ([#4625](https://github.com/cowprotocol/cowswap/issues/4625)) ([4148b0a](https://github.com/cowprotocol/cowswap/commit/4148b0a2f8e33d0b5d2c09a0f5eeacdb8d4eb66a)) + + +### Bug Fixes + +* **explorer:** fix almost filled orders on Explorer ([#4650](https://github.com/cowprotocol/cowswap/issues/4650)) ([fb4f593](https://github.com/cowprotocol/cowswap/commit/fb4f593d8a30f6fe3834d298178994aa9af3abf5)) + ## [1.5.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.4.1...ui-v1.5.0) (2024-06-25) diff --git a/libs/ui/package.json b/libs/ui/package.json index c317dc7924..554612465d 100644 --- a/libs/ui/package.json +++ b/libs/ui/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/ui", - "version": "1.5.0", + "version": "1.6.0", "main": "./index.js", "types": "./index.d.ts", "exports": {