diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f5115213ed..3d453814ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,24 +1,24 @@ { - "apps/cowswap-frontend": "1.80.0", + "apps/cowswap-frontend": "1.81.0", "apps/explorer": "2.33.1", "libs/permit-utils": "0.3.1", - "libs/widget-lib": "0.13.2", + "libs/widget-lib": "0.14.0", "libs/widget-react": "0.9.0", - "apps/widget-configurator": "1.5.1", - "libs/analytics": "1.5.0", - "libs/assets": "1.6.0", + "apps/widget-configurator": "1.6.0", + "libs/analytics": "1.6.0", + "libs/assets": "1.7.0", "libs/common-const": "1.7.0", "libs/common-hooks": "1.3.0", - "libs/common-utils": "1.6.1", - "libs/core": "1.2.0", + "libs/common-utils": "1.7.0", + "libs/core": "1.3.0", "libs/ens": "1.2.0", "libs/events": "1.4.0", "libs/snackbars": "1.1.0", - "libs/tokens": "1.7.0", + "libs/tokens": "1.8.0", "libs/types": "1.1.0", - "libs/ui": "1.7.1", + "libs/ui": "1.8.0", "libs/wallet": "1.5.1", - "apps/cow-fi": "1.10.0", + "apps/cow-fi": "1.11.0", "libs/wallet-provider": "1.0.0", "libs/ui-utils": "1.1.0", "libs/abis": "1.0.0", diff --git a/apps/cow-fi/CHANGELOG.md b/apps/cow-fi/CHANGELOG.md index 39f881381a..88ad8f16ff 100644 --- a/apps/cow-fi/CHANGELOG.md +++ b/apps/cow-fi/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.11.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.10.0...cow-fi-v1.11.0) (2024-08-27) + + +### Features + +* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a)) +* update refer to earn text ([#4821](https://github.com/cowprotocol/cowswap/issues/4821)) ([c90dba0](https://github.com/cowprotocol/cowswap/commit/c90dba0c1bfbf1923354e08476eaaf2e039d73b2)) + ## [1.10.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.9.0...cow-fi-v1.10.0) (2024-08-09) diff --git a/apps/cow-fi/package.json b/apps/cow-fi/package.json index c5c3316d39..e2a2f1f195 100644 --- a/apps/cow-fi/package.json +++ b/apps/cow-fi/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cow-fi", - "version": "1.10.0", + "version": "1.11.0", "description": "CoW DAO website", "main": "index.js", "author": "", diff --git a/apps/cowswap-frontend/CHANGELOG.md b/apps/cowswap-frontend/CHANGELOG.md index a4816c9b69..afde4dbcfa 100644 --- a/apps/cowswap-frontend/CHANGELOG.md +++ b/apps/cowswap-frontend/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.81.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.80.0...cowswap-v1.81.0) (2024-08-27) + + +### Features + +* **dynamic-slippage:** add tooltip and change message ([#4819](https://github.com/cowprotocol/cowswap/issues/4819)) ([75a16ac](https://github.com/cowprotocol/cowswap/commit/75a16aca98541b42583399b6aad3a99f7ced3ab7)) +* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a)) + + +### Bug Fixes + +* adjust dynamic slippage wording ([a2375e6](https://github.com/cowprotocol/cowswap/commit/a2375e6651a6fba7d2a99cc67395011133486676)) + ## [1.80.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.79.0...cowswap-v1.80.0) (2024-08-14) diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json index e58967a7fc..1f4b8f88fb 100644 --- a/apps/cowswap-frontend/package.json +++ b/apps/cowswap-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cowswap", - "version": "1.80.0", + "version": "1.81.0", "description": "CoW Swap", "main": "index.js", "author": "", diff --git a/apps/widget-configurator/CHANGELOG.md b/apps/widget-configurator/CHANGELOG.md index 49d39248b4..330a0a8a28 100644 --- a/apps/widget-configurator/CHANGELOG.md +++ b/apps/widget-configurator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.5.1...widget-configurator-v1.6.0) (2024-08-27) + + +### Features + +* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a)) + ## [1.5.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.5.0...widget-configurator-v1.5.1) (2024-08-14) diff --git a/apps/widget-configurator/package.json b/apps/widget-configurator/package.json index a480ec033a..0ec2741a22 100644 --- a/apps/widget-configurator/package.json +++ b/apps/widget-configurator/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/widget-configurator", - "version": "1.5.1", + "version": "1.6.0", "description": "CoW Swap widget configurator", "main": "src/main.tsx", "author": "", diff --git a/libs/analytics/CHANGELOG.md b/libs/analytics/CHANGELOG.md index e6baa86264..dea718d9e5 100644 --- a/libs/analytics/CHANGELOG.md +++ b/libs/analytics/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.5.0...analytics-v1.6.0) (2024-08-27) + + +### Features + +* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a)) + ## [1.5.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.4.0...analytics-v1.5.0) (2024-07-18) diff --git a/libs/analytics/package.json b/libs/analytics/package.json index 89592015db..a6108473b0 100644 --- a/libs/analytics/package.json +++ b/libs/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/analytics", - "version": "1.5.0", + "version": "1.6.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/assets/CHANGELOG.md b/libs/assets/CHANGELOG.md index 6c2c2acb0c..46f189ce5e 100644 --- a/libs/assets/CHANGELOG.md +++ b/libs/assets/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.6.0...assets-v1.7.0) (2024-08-27) + + +### Features + +* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a)) + ## [1.6.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.5.0...assets-v1.6.0) (2024-07-12) diff --git a/libs/assets/package.json b/libs/assets/package.json index fc83616722..a3e82d8c35 100644 --- a/libs/assets/package.json +++ b/libs/assets/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/assets", - "version": "1.6.0", + "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 9965e9b62d..60a3de4a66 100644 --- a/libs/common-utils/CHANGELOG.md +++ b/libs/common-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.6.1...common-utils-v1.7.0) (2024-08-27) + + +### Features + +* **dynamic-slippage:** add tooltip and change message ([#4819](https://github.com/cowprotocol/cowswap/issues/4819)) ([75a16ac](https://github.com/cowprotocol/cowswap/commit/75a16aca98541b42583399b6aad3a99f7ced3ab7)) + ## [1.6.1](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.6.0...common-utils-v1.6.1) (2024-08-14) diff --git a/libs/common-utils/package.json b/libs/common-utils/package.json index 6de9c86272..a07cc87ee3 100644 --- a/libs/common-utils/package.json +++ b/libs/common-utils/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-utils", - "version": "1.6.1", + "version": "1.7.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/core/CHANGELOG.md b/libs/core/CHANGELOG.md index 0eb8f47ad8..0f915b8a38 100644 --- a/libs/core/CHANGELOG.md +++ b/libs/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/cowprotocol/cowswap/compare/core-v1.2.0...core-v1.3.0) (2024-08-27) + + +### Features + +* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a)) + ## [1.2.0](https://github.com/cowprotocol/cowswap/compare/core-v1.1.0...core-v1.2.0) (2024-07-31) diff --git a/libs/core/package.json b/libs/core/package.json index 6680dbfada..4108ab86b6 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/core", - "version": "1.2.0", + "version": "1.3.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/tokens/CHANGELOG.md b/libs/tokens/CHANGELOG.md index 4856f79cab..4fbb00e496 100644 --- a/libs/tokens/CHANGELOG.md +++ b/libs/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.7.0...tokens-v1.8.0) (2024-08-27) + + +### Features + +* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a)) + ## [1.7.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.6.1...tokens-v1.7.0) (2024-08-14) diff --git a/libs/tokens/package.json b/libs/tokens/package.json index 6dd6e069aa..9c3d09c734 100644 --- a/libs/tokens/package.json +++ b/libs/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/tokens", - "version": "1.7.0", + "version": "1.8.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/ui/CHANGELOG.md b/libs/ui/CHANGELOG.md index dd372c48bd..243e568898 100644 --- a/libs/ui/CHANGELOG.md +++ b/libs/ui/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.7.1...ui-v1.8.0) (2024-08-27) + + +### Features + +* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a)) + ## [1.7.1](https://github.com/cowprotocol/cowswap/compare/ui-v1.7.0...ui-v1.7.1) (2024-08-14) diff --git a/libs/ui/package.json b/libs/ui/package.json index 528657cba2..08926eefb4 100644 --- a/libs/ui/package.json +++ b/libs/ui/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/ui", - "version": "1.7.1", + "version": "1.8.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/widget-lib/CHANGELOG.md b/libs/widget-lib/CHANGELOG.md index 7af8a10968..8a71edb0c4 100644 --- a/libs/widget-lib/CHANGELOG.md +++ b/libs/widget-lib/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.0](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.13.2...widget-lib-v0.14.0) (2024-08-27) + + +### Features + +* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a)) + ## [0.13.2](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.13.1...widget-lib-v0.13.2) (2024-07-05) diff --git a/libs/widget-lib/package.json b/libs/widget-lib/package.json index e9be7bd22d..0c86a84971 100644 --- a/libs/widget-lib/package.json +++ b/libs/widget-lib/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/widget-lib", - "version": "0.13.2", + "version": "0.14.0", "type": "commonjs", "description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your website.", "main": "index.js",