From beee49a486103ef031ebc91bc50be3a1e3b4e1fd Mon Sep 17 00:00:00 2001 From: Alexandr Kazachenko Date: Tue, 17 Sep 2024 13:31:22 +0500 Subject: [PATCH] chore: release main (#4899) --- .release-please-manifest.json | 18 +++++++++--------- apps/cowswap-frontend/CHANGELOG.md | 17 +++++++++++++++++ apps/cowswap-frontend/package.json | 2 +- apps/explorer/CHANGELOG.md | 7 +++++++ apps/explorer/package.json | 2 +- libs/analytics/CHANGELOG.md | 7 +++++++ libs/analytics/package.json | 2 +- libs/assets/CHANGELOG.md | 7 +++++++ libs/assets/package.json | 2 +- libs/events/CHANGELOG.md | 7 +++++++ libs/events/package.json | 2 +- libs/types/CHANGELOG.md | 12 ++++++++++++ libs/types/package.json | 2 +- libs/ui/CHANGELOG.md | 8 ++++++++ libs/ui/package.json | 2 +- libs/widget-lib/CHANGELOG.md | 7 +++++++ libs/widget-lib/package.json | 2 +- libs/widget-react/CHANGELOG.md | 7 +++++++ libs/widget-react/package.json | 2 +- 19 files changed, 97 insertions(+), 18 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f2fc96c679..fc7a3a4ed5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,22 +1,22 @@ { - "apps/cowswap-frontend": "1.81.2", - "apps/explorer": "2.33.1", + "apps/cowswap-frontend": "1.82.0", + "apps/explorer": "2.34.0", "libs/permit-utils": "0.3.1", - "libs/widget-lib": "0.14.0", - "libs/widget-react": "0.10.1", + "libs/widget-lib": "0.14.1", + "libs/widget-react": "0.10.2", "apps/widget-configurator": "1.6.0", - "libs/analytics": "1.6.0", - "libs/assets": "1.7.0", + "libs/analytics": "1.7.0", + "libs/assets": "1.8.0", "libs/common-const": "1.7.0", "libs/common-hooks": "1.3.0", "libs/common-utils": "1.7.1", "libs/core": "1.3.0", "libs/ens": "1.2.0", - "libs/events": "1.4.0", + "libs/events": "1.4.1", "libs/snackbars": "1.1.0", "libs/tokens": "1.8.1", - "libs/types": "1.1.0", - "libs/ui": "1.8.1", + "libs/types": "1.2.0", + "libs/ui": "1.9.0", "libs/wallet": "1.5.2", "apps/cow-fi": "1.13.0", "libs/wallet-provider": "1.0.0", diff --git a/apps/cowswap-frontend/CHANGELOG.md b/apps/cowswap-frontend/CHANGELOG.md index 238ecd87aa..088b5d2bba 100644 --- a/apps/cowswap-frontend/CHANGELOG.md +++ b/apps/cowswap-frontend/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.82.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.81.2...cowswap-v1.82.0) (2024-09-17) + + +### Features + +* change finished step layout ([#4880](https://github.com/cowprotocol/cowswap/issues/4880)) ([181acb1](https://github.com/cowprotocol/cowswap/commit/181acb11f55485d6c76cfadbae618a6ed10ea79c)) +* **hooks-store:** add order params and signer to hook dapp context ([#4878](https://github.com/cowprotocol/cowswap/issues/4878)) ([700da7e](https://github.com/cowprotocol/cowswap/commit/700da7e64c680072bf97ac240b04439a26ceaa0d)) +* **hooks-store:** new design & refactoring ([#4859](https://github.com/cowprotocol/cowswap/issues/4859)) ([1b989fa](https://github.com/cowprotocol/cowswap/commit/1b989fa037b276d507adfa0462129ab53fe2ac6d)) +* **smart-slippage:** add smartSlippage flag to appData quote metadata ([#4866](https://github.com/cowprotocol/cowswap/issues/4866)) ([e28364f](https://github.com/cowprotocol/cowswap/commit/e28364fee6c0c0d9b8c07b8bf5892b52e4c6e3dd)) +* **smart-slippage:** improve ux ([#4826](https://github.com/cowprotocol/cowswap/issues/4826)) ([ce3ba87](https://github.com/cowprotocol/cowswap/commit/ce3ba875c5f6ebce3032e89ec5b231f59a9a4fc1)) + + +### Bug Fixes + +* **hooks-store:** ignore permit data for sc wallets ([#4875](https://github.com/cowprotocol/cowswap/issues/4875)) ([3d0bc32](https://github.com/cowprotocol/cowswap/commit/3d0bc32ea4a2ffa9cb073e321e8382e4a9b6a2e4)) +* **widget:** widget tokens flickering ([#4883](https://github.com/cowprotocol/cowswap/issues/4883)) ([0f8f256](https://github.com/cowprotocol/cowswap/commit/0f8f256d3d0e717306be8def7d44aeb35811bb9e)) + ## [1.81.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.81.1...cowswap-v1.81.2) (2024-09-05) diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json index d6cec0cb88..ea6b73b5a3 100644 --- a/apps/cowswap-frontend/package.json +++ b/apps/cowswap-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cowswap", - "version": "1.81.2", + "version": "1.82.0", "description": "CoW Swap", "main": "index.js", "author": "", diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md index c1b12e8596..f3e7969bbc 100644 --- a/apps/explorer/CHANGELOG.md +++ b/apps/explorer/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.34.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.33.1...explorer-v2.34.0) (2024-09-17) + + +### Features + +* **hooks-store:** new design & refactoring ([#4859](https://github.com/cowprotocol/cowswap/issues/4859)) ([1b989fa](https://github.com/cowprotocol/cowswap/commit/1b989fa037b276d507adfa0462129ab53fe2ac6d)) + ## [2.33.1](https://github.com/cowprotocol/cowswap/compare/explorer-v2.33.0...explorer-v2.33.1) (2024-08-14) diff --git a/apps/explorer/package.json b/apps/explorer/package.json index 7f551c39ef..4781d9af31 100644 --- a/apps/explorer/package.json +++ b/apps/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/explorer", - "version": "2.33.1", + "version": "2.34.0", "description": "CoW Swap Explorer", "main": "src/main.tsx", "author": "", diff --git a/libs/analytics/CHANGELOG.md b/libs/analytics/CHANGELOG.md index dea718d9e5..40484c04c2 100644 --- a/libs/analytics/CHANGELOG.md +++ b/libs/analytics/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.6.0...analytics-v1.7.0) (2024-09-17) + + +### Features + +* **smart-slippage:** improve ux ([#4826](https://github.com/cowprotocol/cowswap/issues/4826)) ([ce3ba87](https://github.com/cowprotocol/cowswap/commit/ce3ba875c5f6ebce3032e89ec5b231f59a9a4fc1)) + ## [1.6.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.5.0...analytics-v1.6.0) (2024-08-27) diff --git a/libs/analytics/package.json b/libs/analytics/package.json index a6108473b0..131cb3de95 100644 --- a/libs/analytics/package.json +++ b/libs/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/analytics", - "version": "1.6.0", + "version": "1.7.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/assets/CHANGELOG.md b/libs/assets/CHANGELOG.md index 46f189ce5e..7474b703c8 100644 --- a/libs/assets/CHANGELOG.md +++ b/libs/assets/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.7.0...assets-v1.8.0) (2024-09-17) + + +### Features + +* **hooks-store:** new design & refactoring ([#4859](https://github.com/cowprotocol/cowswap/issues/4859)) ([1b989fa](https://github.com/cowprotocol/cowswap/commit/1b989fa037b276d507adfa0462129ab53fe2ac6d)) + ## [1.7.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.6.0...assets-v1.7.0) (2024-08-27) diff --git a/libs/assets/package.json b/libs/assets/package.json index a3e82d8c35..ba11fd694e 100644 --- a/libs/assets/package.json +++ b/libs/assets/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/assets", - "version": "1.7.0", + "version": "1.8.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/events/CHANGELOG.md b/libs/events/CHANGELOG.md index c121094b73..9465c15887 100644 --- a/libs/events/CHANGELOG.md +++ b/libs/events/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/cowprotocol/cowswap/compare/events-v1.4.0...events-v1.4.1) (2024-09-17) + + +### Bug Fixes + +* **libs:** fix import error on multiple libs ([#4869](https://github.com/cowprotocol/cowswap/issues/4869)) ([8cfd70b](https://github.com/cowprotocol/cowswap/commit/8cfd70b6000a1a021b76ad1f924829cb42cb2bcd)) + ## [1.4.0](https://github.com/cowprotocol/cowswap/compare/events-v1.3.0...events-v1.4.0) (2024-07-12) diff --git a/libs/events/package.json b/libs/events/package.json index 7985a17a65..aa4292bb85 100644 --- a/libs/events/package.json +++ b/libs/events/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/events", - "version": "1.4.1-RC.0", + "version": "1.4.1", "type": "commonjs", "description": "CoW Swap events", "main": "index.js", diff --git a/libs/types/CHANGELOG.md b/libs/types/CHANGELOG.md index daff421a4f..8a3f90f0a4 100644 --- a/libs/types/CHANGELOG.md +++ b/libs/types/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/cowprotocol/cowswap/compare/types-v1.1.0...types-v1.2.0) (2024-09-17) + + +### Features + +* **hooks-store:** new design & refactoring ([#4859](https://github.com/cowprotocol/cowswap/issues/4859)) ([1b989fa](https://github.com/cowprotocol/cowswap/commit/1b989fa037b276d507adfa0462129ab53fe2ac6d)) + + +### Bug Fixes + +* **libs:** fix import error on multiple libs ([#4869](https://github.com/cowprotocol/cowswap/issues/4869)) ([8cfd70b](https://github.com/cowprotocol/cowswap/commit/8cfd70b6000a1a021b76ad1f924829cb42cb2bcd)) + ## [1.1.0](https://github.com/cowprotocol/cowswap/compare/types-v1.0.0...types-v1.1.0) (2024-07-12) diff --git a/libs/types/package.json b/libs/types/package.json index ff47c1e2fd..2d68cfd71b 100644 --- a/libs/types/package.json +++ b/libs/types/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/types", - "version": "1.1.1-RC.0", + "version": "1.2.0", "type": "commonjs", "description": "CoW Swap events", "main": "index.js", diff --git a/libs/ui/CHANGELOG.md b/libs/ui/CHANGELOG.md index 8e0a46f4d1..3a3de9fd59 100644 --- a/libs/ui/CHANGELOG.md +++ b/libs/ui/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.9.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.8.1...ui-v1.9.0) (2024-09-17) + + +### Features + +* **hooks-store:** new design & refactoring ([#4859](https://github.com/cowprotocol/cowswap/issues/4859)) ([1b989fa](https://github.com/cowprotocol/cowswap/commit/1b989fa037b276d507adfa0462129ab53fe2ac6d)) +* menu logic ([#4892](https://github.com/cowprotocol/cowswap/issues/4892)) ([8fee64e](https://github.com/cowprotocol/cowswap/commit/8fee64eb8bdf41a9da456adf04adadf372f8efb6)) + ## [1.8.1](https://github.com/cowprotocol/cowswap/compare/ui-v1.8.0...ui-v1.8.1) (2024-09-05) diff --git a/libs/ui/package.json b/libs/ui/package.json index e6f7132f9f..9bff20b37f 100644 --- a/libs/ui/package.json +++ b/libs/ui/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/ui", - "version": "1.8.1", + "version": "1.9.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/widget-lib/CHANGELOG.md b/libs/widget-lib/CHANGELOG.md index 8a71edb0c4..d293e6a070 100644 --- a/libs/widget-lib/CHANGELOG.md +++ b/libs/widget-lib/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.1](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.14.0...widget-lib-v0.14.1) (2024-09-17) + + +### Bug Fixes + +* **libs:** fix import error on multiple libs ([#4869](https://github.com/cowprotocol/cowswap/issues/4869)) ([8cfd70b](https://github.com/cowprotocol/cowswap/commit/8cfd70b6000a1a021b76ad1f924829cb42cb2bcd)) + ## [0.14.0](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.13.2...widget-lib-v0.14.0) (2024-08-27) diff --git a/libs/widget-lib/package.json b/libs/widget-lib/package.json index 1c1416a4f4..9e0adca39c 100644 --- a/libs/widget-lib/package.json +++ b/libs/widget-lib/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/widget-lib", - "version": "0.14.1-RC.0", + "version": "0.14.1", "type": "commonjs", "description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your website.", "main": "index.js", diff --git a/libs/widget-react/CHANGELOG.md b/libs/widget-react/CHANGELOG.md index 06c313113b..aeb7154692 100644 --- a/libs/widget-react/CHANGELOG.md +++ b/libs/widget-react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/cowprotocol/cowswap/compare/widget-react-v0.10.1...widget-react-v0.10.2) (2024-09-17) + + +### Bug Fixes + +* **libs:** fix import error on multiple libs ([#4869](https://github.com/cowprotocol/cowswap/issues/4869)) ([8cfd70b](https://github.com/cowprotocol/cowswap/commit/8cfd70b6000a1a021b76ad1f924829cb42cb2bcd)) + ## [0.10.1](https://github.com/cowprotocol/cowswap/compare/widget-react-v0.10.0...widget-react-v0.10.1) (2024-09-05) diff --git a/libs/widget-react/package.json b/libs/widget-react/package.json index 6de4c5f1b3..99fcf7c5a9 100644 --- a/libs/widget-react/package.json +++ b/libs/widget-react/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/widget-react", - "version": "0.10.2-RC.0", + "version": "0.10.2", "type": "commonjs", "description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your React application.", "main": "index.js",