From 9390d3184b9213a2b9d58ef5a4cb21e5b5b3d393 Mon Sep 17 00:00:00 2001 From: Alexandr Kazachenko Date: Wed, 31 Jul 2024 21:24:56 +0500 Subject: [PATCH] chore: release main (#4752) --- .release-please-manifest.json | 6 +++--- apps/cow-fi/CHANGELOG.md | 7 +++++++ apps/cow-fi/package.json | 2 +- apps/cowswap-frontend/CHANGELOG.md | 8 ++++++++ apps/cowswap-frontend/package.json | 2 +- libs/core/CHANGELOG.md | 7 +++++++ libs/core/package.json | 2 +- 7 files changed, 28 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3e155f16d7..94eacf1d8e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "apps/cowswap-frontend": "1.78.0", + "apps/cowswap-frontend": "1.78.1", "apps/explorer": "2.33.0", "libs/permit-utils": "0.3.1", "libs/widget-lib": "0.13.2", @@ -10,7 +10,7 @@ "libs/common-const": "1.7.0", "libs/common-hooks": "1.3.0", "libs/common-utils": "1.6.0", - "libs/core": "1.1.0", + "libs/core": "1.2.0", "libs/ens": "1.2.0", "libs/events": "1.4.0", "libs/snackbars": "1.1.0", @@ -18,7 +18,7 @@ "libs/types": "1.1.0", "libs/ui": "1.7.0", "libs/wallet": "1.5.1", - "apps/cow-fi": "1.8.0", + "apps/cow-fi": "1.9.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 24ac8473b1..2b40395cef 100644 --- a/apps/cow-fi/CHANGELOG.md +++ b/apps/cow-fi/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.8.0...cow-fi-v1.9.0) (2024-07-31) + + +### Features + +* add click event add rpc ([#4746](https://github.com/cowprotocol/cowswap/issues/4746)) ([0571451](https://github.com/cowprotocol/cowswap/commit/057145196a5f756978e5fe6132f1570520c0ae8e)) + ## [1.8.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.7.0...cow-fi-v1.8.0) (2024-07-18) diff --git a/apps/cow-fi/package.json b/apps/cow-fi/package.json index 1bbe50438c..e322d72bc1 100644 --- a/apps/cow-fi/package.json +++ b/apps/cow-fi/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cow-fi", - "version": "1.8.0", + "version": "1.9.0", "description": "CoW DAO website", "main": "index.js", "author": "", diff --git a/apps/cowswap-frontend/CHANGELOG.md b/apps/cowswap-frontend/CHANGELOG.md index 9d5cc897c7..8e71e0c413 100644 --- a/apps/cowswap-frontend/CHANGELOG.md +++ b/apps/cowswap-frontend/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.78.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.78.0...cowswap-v1.78.1) (2024-07-31) + + +### Bug Fixes + +* flashing network selector/tokens when connect to a wallet in ano… ([#4747](https://github.com/cowprotocol/cowswap/issues/4747)) ([856240f](https://github.com/cowprotocol/cowswap/commit/856240f688a8238ed4138a1c8ec053c34b2e4ce6)) +* **twap:** make TWAP warning less scary ([#4728](https://github.com/cowprotocol/cowswap/issues/4728)) ([00b24d1](https://github.com/cowprotocol/cowswap/commit/00b24d1ada6b0673ddefbb3bff5ba4eb9b0988c9)) + ## [1.78.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.77.1...cowswap-v1.78.0) (2024-07-18) diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json index 0abdeb6f26..6351b6b337 100644 --- a/apps/cowswap-frontend/package.json +++ b/apps/cowswap-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cowswap", - "version": "1.78.0", + "version": "1.78.1", "description": "CoW Swap", "main": "index.js", "author": "", diff --git a/libs/core/CHANGELOG.md b/libs/core/CHANGELOG.md index fb4c96775b..0eb8f47ad8 100644 --- a/libs/core/CHANGELOG.md +++ b/libs/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/cowprotocol/cowswap/compare/core-v1.1.0...core-v1.2.0) (2024-07-31) + + +### Features + +* support barn CMS and refactor ([#4630](https://github.com/cowprotocol/cowswap/issues/4630)) ([3b9bbff](https://github.com/cowprotocol/cowswap/commit/3b9bbffd9b916a0f5ec493941bcffd7fb9182972)) + ## [1.1.0](https://github.com/cowprotocol/cowswap/compare/core-v1.0.0...core-v1.1.0) (2024-05-29) diff --git a/libs/core/package.json b/libs/core/package.json index 3dd6885c55..6680dbfada 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/core", - "version": "1.1.0", + "version": "1.2.0", "main": "./index.js", "types": "./index.d.ts", "exports": {