From 30cbb229919dc42703c2d56f7f3ccbe77cb36e8c Mon Sep 17 00:00:00 2001 From: Alexandr Kazachenko Date: Mon, 24 Jun 2024 21:41:20 +0600 Subject: [PATCH] chore: release main (#4591) --- .release-please-manifest.json | 28 +++++++++++++-------------- apps/cow-fi/CHANGELOG.md | 13 +++++++++++++ apps/cow-fi/package.json | 2 +- apps/cowswap-frontend/CHANGELOG.md | 19 ++++++++++++++++++ apps/cowswap-frontend/package.json | 2 +- apps/explorer/CHANGELOG.md | 15 ++++++++++++++ apps/explorer/package.json | 2 +- apps/widget-configurator/CHANGELOG.md | 7 +++++++ apps/widget-configurator/package.json | 2 +- libs/analytics/CHANGELOG.md | 7 +++++++ libs/analytics/package.json | 2 +- libs/assets/CHANGELOG.md | 12 ++++++++++++ libs/assets/package.json | 2 +- libs/common-const/CHANGELOG.md | 12 ++++++++++++ libs/common-const/package.json | 2 +- libs/common-hooks/CHANGELOG.md | 8 ++++++++ libs/common-hooks/package.json | 2 +- libs/common-utils/CHANGELOG.md | 8 ++++++++ libs/common-utils/package.json | 2 +- libs/snackbars/CHANGELOG.md | 12 ++++++++++++ libs/snackbars/package.json | 2 +- libs/tokens/CHANGELOG.md | 7 +++++++ libs/tokens/package.json | 2 +- libs/ui-utils/CHANGELOG.md | 7 +++++++ libs/ui-utils/package.json | 2 +- libs/ui/CHANGELOG.md | 14 ++++++++++++++ libs/ui/package.json | 2 +- libs/wallet/CHANGELOG.md | 14 ++++++++++++++ libs/wallet/package.json | 2 +- 29 files changed, 183 insertions(+), 28 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6efc09aa5f..0bd4ae7b7a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,24 +1,24 @@ { - "apps/cowswap-frontend": "1.73.0", - "apps/explorer": "2.30.1", + "apps/cowswap-frontend": "1.74.0", + "apps/explorer": "2.31.0", "libs/permit-utils": "0.3.0", "libs/widget-lib": "0.13.0", "libs/widget-react": "0.9.0", - "apps/widget-configurator": "1.3.1", - "libs/analytics": "1.2.0", - "libs/assets": "1.3.0", - "libs/common-const": "1.5.0", - "libs/common-hooks": "1.2.0", - "libs/common-utils": "1.3.0", + "apps/widget-configurator": "1.3.2", + "libs/analytics": "1.3.0", + "libs/assets": "1.4.0", + "libs/common-const": "1.6.0", + "libs/common-hooks": "1.3.0", + "libs/common-utils": "1.4.0", "libs/core": "1.1.0", "libs/ens": "1.2.0", "libs/events": "1.3.0", - "libs/snackbars": "1.0.1", - "libs/tokens": "1.4.1", + "libs/snackbars": "1.1.0", + "libs/tokens": "1.5.0", "libs/types": "1.0.0", - "libs/ui": "1.3.0", - "libs/wallet": "1.4.1", - "apps/cow-fi": "1.3.0", + "libs/ui": "1.4.0", + "libs/wallet": "1.5.0", + "apps/cow-fi": "1.4.0", "libs/wallet-provider": "1.0.0", - "libs/ui-utils": "1.0.0" + "libs/ui-utils": "1.1.0" } diff --git a/apps/cow-fi/CHANGELOG.md b/apps/cow-fi/CHANGELOG.md index d14692efdb..00f160ce9d 100644 --- a/apps/cow-fi/CHANGELOG.md +++ b/apps/cow-fi/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.4.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.3.0...cow-fi-v1.4.0) (2024-06-24) + + +### Features + +* **rebranding:** merge 📦 Big Package "Re-branding" 📦 ([#4543](https://github.com/cowprotocol/cowswap/issues/4543)) ([ce9ab43](https://github.com/cowprotocol/cowswap/commit/ce9ab4317f304c86e3e1ec37825379e427099518)) +* theme unification and cleaning ([#4580](https://github.com/cowprotocol/cowswap/issues/4580)) ([c1538b1](https://github.com/cowprotocol/cowswap/commit/c1538b16d9c890c95d73ea92ffb93b2065233d90)) + + +### Bug Fixes + +* **rebranding:** polish UI ([#4581](https://github.com/cowprotocol/cowswap/issues/4581)) ([a038458](https://github.com/cowprotocol/cowswap/commit/a038458a23d91fb9b624679950ee6492a966ccba)) + ## [1.3.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.2.1...cow-fi-v1.3.0) (2024-06-18) diff --git a/apps/cow-fi/package.json b/apps/cow-fi/package.json index 5bc3fee0c3..bee2411353 100644 --- a/apps/cow-fi/package.json +++ b/apps/cow-fi/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cow-fi", - "version": "1.3.0", + "version": "1.4.0", "description": "CoW Swap landing page", "main": "index.js", "author": "", diff --git a/apps/cowswap-frontend/CHANGELOG.md b/apps/cowswap-frontend/CHANGELOG.md index 3d51951675..b803f8748c 100644 --- a/apps/cowswap-frontend/CHANGELOG.md +++ b/apps/cowswap-frontend/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.74.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.73.0...cowswap-v1.74.0) (2024-06-24) + + +### Features + +* **explorer:** truncated orderId with CSS ([#4557](https://github.com/cowprotocol/cowswap/issues/4557)) ([88b5c06](https://github.com/cowprotocol/cowswap/commit/88b5c061beefdf7866a39a84a940ea01715e9c0b)) +* **rebranding:** merge 📦 Big Package "Re-branding" 📦 ([#4543](https://github.com/cowprotocol/cowswap/issues/4543)) ([ce9ab43](https://github.com/cowprotocol/cowswap/commit/ce9ab4317f304c86e3e1ec37825379e427099518)) +* theme unification and cleaning ([#4580](https://github.com/cowprotocol/cowswap/issues/4580)) ([c1538b1](https://github.com/cowprotocol/cowswap/commit/c1538b16d9c890c95d73ea92ffb93b2065233d90)) + + +### Bug Fixes + +* detect a connected user in a safe ([#4508](https://github.com/cowprotocol/cowswap/issues/4508)) ([0fed667](https://github.com/cowprotocol/cowswap/commit/0fed667d7063c9db07f5cd5671dcc36ee25ab685)) +* **rebranding:** polish UI ([#4581](https://github.com/cowprotocol/cowswap/issues/4581)) ([a038458](https://github.com/cowprotocol/cowswap/commit/a038458a23d91fb9b624679950ee6492a966ccba)) +* remove SafeTokenWarning banner ([#4578](https://github.com/cowprotocol/cowswap/issues/4578)) ([778e392](https://github.com/cowprotocol/cowswap/commit/778e3926d1cc3f7d9daa3e97f09639f5a4352f37)) +* reset isDropdownVisible status in large screen ([#4584](https://github.com/cowprotocol/cowswap/issues/4584)) ([d5fa633](https://github.com/cowprotocol/cowswap/commit/d5fa63339f8c65a89631ab07540518329c8c674f)) +* **twap:** improve output amount resetting logic ([#4571](https://github.com/cowprotocol/cowswap/issues/4571)) ([9109d7c](https://github.com/cowprotocol/cowswap/commit/9109d7cc5e394d5806e2cf899333de3df5b4db23)) +* **widget:** fix widget usage in more than one iframe ([#4586](https://github.com/cowprotocol/cowswap/issues/4586)) ([65522e5](https://github.com/cowprotocol/cowswap/commit/65522e57d0f3f9a5692cadc32bed475e35b9f7d1)) + ## [1.73.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.72.1...cowswap-v1.73.0) (2024-06-18) diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json index 8ac9a882ef..51f47fd8c0 100644 --- a/apps/cowswap-frontend/package.json +++ b/apps/cowswap-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cowswap", - "version": "1.73.0", + "version": "1.74.0", "description": "CoW Swap", "main": "index.js", "author": "", diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md index b7d3f96be7..c9c1b76f1b 100644 --- a/apps/explorer/CHANGELOG.md +++ b/apps/explorer/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.31.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.30.1...explorer-v2.31.0) (2024-06-24) + + +### Features + +* **explorer:** show execution time when available ([#4575](https://github.com/cowprotocol/cowswap/issues/4575)) ([f93a8d3](https://github.com/cowprotocol/cowswap/commit/f93a8d315788d47e1b9932d946b91b41fc12a2cd)) +* **explorer:** truncated orderId with CSS ([#4557](https://github.com/cowprotocol/cowswap/issues/4557)) ([88b5c06](https://github.com/cowprotocol/cowswap/commit/88b5c061beefdf7866a39a84a940ea01715e9c0b)) +* **rebranding:** merge 📦 Big Package "Re-branding" 📦 ([#4543](https://github.com/cowprotocol/cowswap/issues/4543)) ([ce9ab43](https://github.com/cowprotocol/cowswap/commit/ce9ab4317f304c86e3e1ec37825379e427099518)) +* theme unification and cleaning ([#4580](https://github.com/cowprotocol/cowswap/issues/4580)) ([c1538b1](https://github.com/cowprotocol/cowswap/commit/c1538b16d9c890c95d73ea92ffb93b2065233d90)) + + +### Bug Fixes + +* **rebranding:** polish UI ([#4581](https://github.com/cowprotocol/cowswap/issues/4581)) ([a038458](https://github.com/cowprotocol/cowswap/commit/a038458a23d91fb9b624679950ee6492a966ccba)) + ## [2.30.1](https://github.com/cowprotocol/cowswap/compare/explorer-v2.30.0...explorer-v2.30.1) (2024-06-11) diff --git a/apps/explorer/package.json b/apps/explorer/package.json index 8f0620f5c9..1e33d8f61f 100644 --- a/apps/explorer/package.json +++ b/apps/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/explorer", - "version": "2.30.1", + "version": "2.31.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 de27a2d028..ec6177328a 100644 --- a/apps/widget-configurator/CHANGELOG.md +++ b/apps/widget-configurator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.2](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.3.1...widget-configurator-v1.3.2) (2024-06-24) + + +### Bug Fixes + +* **widget:** don't crash on dev env ([#4570](https://github.com/cowprotocol/cowswap/issues/4570)) ([8cdd833](https://github.com/cowprotocol/cowswap/commit/8cdd833f020ec9cbe1ff558fd57748260078d402)) + ## [1.3.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.3.0...widget-configurator-v1.3.1) (2024-06-12) diff --git a/apps/widget-configurator/package.json b/apps/widget-configurator/package.json index 1ee27606f3..0605d523d3 100644 --- a/apps/widget-configurator/package.json +++ b/apps/widget-configurator/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/widget-configurator", - "version": "1.3.1", + "version": "1.3.2", "description": "CoW Swap widget configurator", "main": "src/main.tsx", "author": "", diff --git a/libs/analytics/CHANGELOG.md b/libs/analytics/CHANGELOG.md index a2d03dea7f..a23ba1795d 100644 --- a/libs/analytics/CHANGELOG.md +++ b/libs/analytics/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.2.0...analytics-v1.3.0) (2024-06-24) + + +### Features + +* **rebranding:** merge 📦 Big Package "Re-branding" 📦 ([#4543](https://github.com/cowprotocol/cowswap/issues/4543)) ([ce9ab43](https://github.com/cowprotocol/cowswap/commit/ce9ab4317f304c86e3e1ec37825379e427099518)) + ## [1.2.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.1.0...analytics-v1.2.0) (2024-05-22) diff --git a/libs/analytics/package.json b/libs/analytics/package.json index ec3b1c480b..5c508282f6 100644 --- a/libs/analytics/package.json +++ b/libs/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/analytics", - "version": "1.2.0", + "version": "1.3.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/assets/CHANGELOG.md b/libs/assets/CHANGELOG.md index 28419ed532..9c7bde607e 100644 --- a/libs/assets/CHANGELOG.md +++ b/libs/assets/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.3.0...assets-v1.4.0) (2024-06-24) + + +### Features + +* **rebranding:** merge 📦 Big Package "Re-branding" 📦 ([#4543](https://github.com/cowprotocol/cowswap/issues/4543)) ([ce9ab43](https://github.com/cowprotocol/cowswap/commit/ce9ab4317f304c86e3e1ec37825379e427099518)) + + +### Bug Fixes + +* **rebranding:** polish UI ([#4581](https://github.com/cowprotocol/cowswap/issues/4581)) ([a038458](https://github.com/cowprotocol/cowswap/commit/a038458a23d91fb9b624679950ee6492a966ccba)) + ## [1.3.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.2.0...assets-v1.3.0) (2024-05-29) diff --git a/libs/assets/package.json b/libs/assets/package.json index 5c153e15e4..56a204c5a9 100644 --- a/libs/assets/package.json +++ b/libs/assets/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/assets", - "version": "1.3.0", + "version": "1.4.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/common-const/CHANGELOG.md b/libs/common-const/CHANGELOG.md index fc3d74bb20..235ed08c0f 100644 --- a/libs/common-const/CHANGELOG.md +++ b/libs/common-const/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.6.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.5.0...common-const-v1.6.0) (2024-06-24) + + +### Features + +* **rebranding:** merge 📦 Big Package "Re-branding" 📦 ([#4543](https://github.com/cowprotocol/cowswap/issues/4543)) ([ce9ab43](https://github.com/cowprotocol/cowswap/commit/ce9ab4317f304c86e3e1ec37825379e427099518)) + + +### Bug Fixes + +* **rebranding:** polish UI ([#4581](https://github.com/cowprotocol/cowswap/issues/4581)) ([a038458](https://github.com/cowprotocol/cowswap/commit/a038458a23d91fb9b624679950ee6492a966ccba)) + ## [1.5.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.4.0...common-const-v1.5.0) (2024-06-18) diff --git a/libs/common-const/package.json b/libs/common-const/package.json index 807595dbb4..d12cb3d27e 100644 --- a/libs/common-const/package.json +++ b/libs/common-const/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-const", - "version": "1.5.0", + "version": "1.6.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/common-hooks/CHANGELOG.md b/libs/common-hooks/CHANGELOG.md index b6b613c0f9..4d00d2b2af 100644 --- a/libs/common-hooks/CHANGELOG.md +++ b/libs/common-hooks/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.0](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.2.0...common-hooks-v1.3.0) (2024-06-24) + + +### Features + +* **rebranding:** merge 📦 Big Package "Re-branding" 📦 ([#4543](https://github.com/cowprotocol/cowswap/issues/4543)) ([ce9ab43](https://github.com/cowprotocol/cowswap/commit/ce9ab4317f304c86e3e1ec37825379e427099518)) +* theme unification and cleaning ([#4580](https://github.com/cowprotocol/cowswap/issues/4580)) ([c1538b1](https://github.com/cowprotocol/cowswap/commit/c1538b16d9c890c95d73ea92ffb93b2065233d90)) + ## [1.2.0](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.1.0...common-hooks-v1.2.0) (2024-06-06) diff --git a/libs/common-hooks/package.json b/libs/common-hooks/package.json index 8b00e42ec9..e50a88382b 100644 --- a/libs/common-hooks/package.json +++ b/libs/common-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-hooks", - "version": "1.2.0", + "version": "1.3.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/common-utils/CHANGELOG.md b/libs/common-utils/CHANGELOG.md index ceaa07c709..be50a50357 100644 --- a/libs/common-utils/CHANGELOG.md +++ b/libs/common-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.3.0...common-utils-v1.4.0) (2024-06-24) + + +### Features + +* **explorer:** truncated orderId with CSS ([#4557](https://github.com/cowprotocol/cowswap/issues/4557)) ([88b5c06](https://github.com/cowprotocol/cowswap/commit/88b5c061beefdf7866a39a84a940ea01715e9c0b)) +* **rebranding:** merge 📦 Big Package "Re-branding" 📦 ([#4543](https://github.com/cowprotocol/cowswap/issues/4543)) ([ce9ab43](https://github.com/cowprotocol/cowswap/commit/ce9ab4317f304c86e3e1ec37825379e427099518)) + ## [1.3.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.2.0...common-utils-v1.3.0) (2024-06-18) diff --git a/libs/common-utils/package.json b/libs/common-utils/package.json index b57fb32c7c..3b5df7bd90 100644 --- a/libs/common-utils/package.json +++ b/libs/common-utils/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-utils", - "version": "1.3.0", + "version": "1.4.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/snackbars/CHANGELOG.md b/libs/snackbars/CHANGELOG.md index f6feef1965..cca05cef21 100644 --- a/libs/snackbars/CHANGELOG.md +++ b/libs/snackbars/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/cowprotocol/cowswap/compare/snackbars-v1.0.1...snackbars-v1.1.0) (2024-06-24) + + +### Features + +* **rebranding:** merge 📦 Big Package "Re-branding" 📦 ([#4543](https://github.com/cowprotocol/cowswap/issues/4543)) ([ce9ab43](https://github.com/cowprotocol/cowswap/commit/ce9ab4317f304c86e3e1ec37825379e427099518)) + + +### Bug Fixes + +* **rebranding:** polish UI ([#4581](https://github.com/cowprotocol/cowswap/issues/4581)) ([a038458](https://github.com/cowprotocol/cowswap/commit/a038458a23d91fb9b624679950ee6492a966ccba)) + ## [1.0.1](https://github.com/cowprotocol/cowswap/compare/snackbars-v1.0.0...snackbars-v1.0.1) (2024-04-18) diff --git a/libs/snackbars/package.json b/libs/snackbars/package.json index e6bfaf5b75..bbd891c0d9 100644 --- a/libs/snackbars/package.json +++ b/libs/snackbars/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/snackbars", - "version": "1.0.1", + "version": "1.1.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/tokens/CHANGELOG.md b/libs/tokens/CHANGELOG.md index 4ab644f05e..4ce4a73429 100644 --- a/libs/tokens/CHANGELOG.md +++ b/libs/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.4.1...tokens-v1.5.0) (2024-06-24) + + +### Features + +* **rebranding:** merge 📦 Big Package "Re-branding" 📦 ([#4543](https://github.com/cowprotocol/cowswap/issues/4543)) ([ce9ab43](https://github.com/cowprotocol/cowswap/commit/ce9ab4317f304c86e3e1ec37825379e427099518)) + ## [1.4.1](https://github.com/cowprotocol/cowswap/compare/tokens-v1.4.0...tokens-v1.4.1) (2024-06-18) diff --git a/libs/tokens/package.json b/libs/tokens/package.json index 5a26aeb308..b145b694c1 100644 --- a/libs/tokens/package.json +++ b/libs/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/tokens", - "version": "1.4.1", + "version": "1.5.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/ui-utils/CHANGELOG.md b/libs/ui-utils/CHANGELOG.md index fbaba24f6c..f85b4e7fb0 100644 --- a/libs/ui-utils/CHANGELOG.md +++ b/libs/ui-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/cowprotocol/cowswap/compare/ui-utils-v1.0.0...ui-utils-v1.1.0) (2024-06-24) + + +### Features + +* **rebranding:** merge 📦 Big Package "Re-branding" 📦 ([#4543](https://github.com/cowprotocol/cowswap/issues/4543)) ([ce9ab43](https://github.com/cowprotocol/cowswap/commit/ce9ab4317f304c86e3e1ec37825379e427099518)) + ## 1.0.0 (2024-06-18) diff --git a/libs/ui-utils/package.json b/libs/ui-utils/package.json index 3e681afd6e..79fe8a81e9 100644 --- a/libs/ui-utils/package.json +++ b/libs/ui-utils/package.json @@ -1,5 +1,5 @@ { "name": "@cowprotocol/ui-utils", - "version": "1.0.0", + "version": "1.1.0", "type": "commonjs" } diff --git a/libs/ui/CHANGELOG.md b/libs/ui/CHANGELOG.md index a9ca69b3bd..6ad9f687cf 100644 --- a/libs/ui/CHANGELOG.md +++ b/libs/ui/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.4.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.3.0...ui-v1.4.0) (2024-06-24) + + +### Features + +* **explorer:** truncated orderId with CSS ([#4557](https://github.com/cowprotocol/cowswap/issues/4557)) ([88b5c06](https://github.com/cowprotocol/cowswap/commit/88b5c061beefdf7866a39a84a940ea01715e9c0b)) +* **rebranding:** merge 📦 Big Package "Re-branding" 📦 ([#4543](https://github.com/cowprotocol/cowswap/issues/4543)) ([ce9ab43](https://github.com/cowprotocol/cowswap/commit/ce9ab4317f304c86e3e1ec37825379e427099518)) +* theme unification and cleaning ([#4580](https://github.com/cowprotocol/cowswap/issues/4580)) ([c1538b1](https://github.com/cowprotocol/cowswap/commit/c1538b16d9c890c95d73ea92ffb93b2065233d90)) + + +### Bug Fixes + +* **rebranding:** polish UI ([#4581](https://github.com/cowprotocol/cowswap/issues/4581)) ([a038458](https://github.com/cowprotocol/cowswap/commit/a038458a23d91fb9b624679950ee6492a966ccba)) + ## [1.3.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.2.1...ui-v1.3.0) (2024-06-18) diff --git a/libs/ui/package.json b/libs/ui/package.json index db27203e23..64d0f03f38 100644 --- a/libs/ui/package.json +++ b/libs/ui/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/ui", - "version": "1.3.0", + "version": "1.4.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/wallet/CHANGELOG.md b/libs/wallet/CHANGELOG.md index eb32309d5f..bf44d9fdbd 100644 --- a/libs/wallet/CHANGELOG.md +++ b/libs/wallet/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.5.0](https://github.com/cowprotocol/cowswap/compare/wallet-v1.4.1...wallet-v1.5.0) (2024-06-24) + + +### Features + +* **rebranding:** merge 📦 Big Package "Re-branding" 📦 ([#4543](https://github.com/cowprotocol/cowswap/issues/4543)) ([ce9ab43](https://github.com/cowprotocol/cowswap/commit/ce9ab4317f304c86e3e1ec37825379e427099518)) +* theme unification and cleaning ([#4580](https://github.com/cowprotocol/cowswap/issues/4580)) ([c1538b1](https://github.com/cowprotocol/cowswap/commit/c1538b16d9c890c95d73ea92ffb93b2065233d90)) + + +### Bug Fixes + +* detect a connected user in a safe ([#4508](https://github.com/cowprotocol/cowswap/issues/4508)) ([0fed667](https://github.com/cowprotocol/cowswap/commit/0fed667d7063c9db07f5cd5671dcc36ee25ab685)) +* **sentry:** handle unhandled exception calling PUBLIC_disconnectSite ([#4563](https://github.com/cowprotocol/cowswap/issues/4563)) ([d9dd60c](https://github.com/cowprotocol/cowswap/commit/d9dd60c3563c90dbd81b65e76df55beac9084f26)) + ## [1.4.1](https://github.com/cowprotocol/cowswap/compare/wallet-v1.4.0...wallet-v1.4.1) (2024-06-18) diff --git a/libs/wallet/package.json b/libs/wallet/package.json index 61edf294f3..b2c95afbfb 100644 --- a/libs/wallet/package.json +++ b/libs/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/wallet", - "version": "1.4.1", + "version": "1.5.0", "main": "./index.js", "types": "./index.d.ts", "exports": {