diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7060b82beb..1fcc40df56 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "apps/cowswap-frontend": "1.71.1", + "apps/cowswap-frontend": "1.72.0", "apps/explorer": "2.30.0", "libs/permit-utils": "0.3.0", "libs/widget-lib": "0.12.0", @@ -7,17 +7,17 @@ "apps/widget-configurator": "1.3.0", "libs/analytics": "1.2.0", "libs/assets": "1.3.0", - "libs/common-const": "1.3.1", - "libs/common-hooks": "1.1.0", + "libs/common-const": "1.4.0", + "libs/common-hooks": "1.2.0", "libs/common-utils": "1.2.0", "libs/core": "1.1.0", "libs/ens": "1.2.0", "libs/events": "1.3.0", "libs/snackbars": "1.0.1", - "libs/tokens": "1.3.1", + "libs/tokens": "1.4.0", "libs/types": "1.0.0", "libs/ui": "1.2.1", "libs/wallet": "1.4.0", - "apps/cow-fi": "1.1.0", + "apps/cow-fi": "1.2.0", "libs/wallet-provider": "1.0.0" } diff --git a/apps/cow-fi/CHANGELOG.md b/apps/cow-fi/CHANGELOG.md index ae03a87718..858238d73c 100644 --- a/apps/cow-fi/CHANGELOG.md +++ b/apps/cow-fi/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.1.0...cow-fi-v1.2.0) (2024-06-06) + + +### Features + +* use bff proxies ([#4491](https://github.com/cowprotocol/cowswap/issues/4491)) ([cb9586b](https://github.com/cowprotocol/cowswap/commit/cb9586bbb4f78498a39b2b01c6bb1e4255dd0c46)) + ## [1.1.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.0.0...cow-fi-v1.1.0) (2024-05-29) diff --git a/apps/cow-fi/package.json b/apps/cow-fi/package.json index 8f6bfb9f3e..a6bed6d304 100644 --- a/apps/cow-fi/package.json +++ b/apps/cow-fi/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cow-fi", - "version": "1.1.0", + "version": "1.2.0", "description": "CoW Swap landing pages", "main": "index.js", "author": "", diff --git a/apps/cowswap-frontend/CHANGELOG.md b/apps/cowswap-frontend/CHANGELOG.md index 76ea53b99d..36680ff962 100644 --- a/apps/cowswap-frontend/CHANGELOG.md +++ b/apps/cowswap-frontend/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.72.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.71.1...cowswap-v1.72.0) (2024-06-06) + + +### Features + +* expose the address of a token in the HTML ([#4501](https://github.com/cowprotocol/cowswap/issues/4501)) ([0d5f468](https://github.com/cowprotocol/cowswap/commit/0d5f468e48c1b2dee56375bc80ed3f3c785c6b66)) +* use bff proxies ([#4491](https://github.com/cowprotocol/cowswap/issues/4491)) ([cb9586b](https://github.com/cowprotocol/cowswap/commit/cb9586bbb4f78498a39b2b01c6bb1e4255dd0c46)) + + +### Bug Fixes + +* fix lint issue ([#4514](https://github.com/cowprotocol/cowswap/issues/4514)) ([48a7536](https://github.com/cowprotocol/cowswap/commit/48a75363422e5e63e246f0553e8372ce94a3f6b6)) + ## [1.71.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.71.0...cowswap-v1.71.1) (2024-06-04) diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json index ce642549de..a50c7235a2 100644 --- a/apps/cowswap-frontend/package.json +++ b/apps/cowswap-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cowswap", - "version": "1.71.1", + "version": "1.72.0", "description": "CoW Swap", "main": "index.js", "author": "", diff --git a/libs/common-const/CHANGELOG.md b/libs/common-const/CHANGELOG.md index 5997856c46..e4548ebcab 100644 --- a/libs/common-const/CHANGELOG.md +++ b/libs/common-const/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.3.1...common-const-v1.4.0) (2024-06-06) + + +### Features + +* use bff proxies ([#4491](https://github.com/cowprotocol/cowswap/issues/4491)) ([cb9586b](https://github.com/cowprotocol/cowswap/commit/cb9586bbb4f78498a39b2b01c6bb1e4255dd0c46)) + ## [1.3.1](https://github.com/cowprotocol/cowswap/compare/common-const-v1.3.0...common-const-v1.3.1) (2024-06-04) diff --git a/libs/common-const/package.json b/libs/common-const/package.json index de61d0970b..7abdb1d4c7 100644 --- a/libs/common-const/package.json +++ b/libs/common-const/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-const", - "version": "1.3.1", + "version": "1.4.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/common-hooks/CHANGELOG.md b/libs/common-hooks/CHANGELOG.md index 2e7d98b21e..b6b613c0f9 100644 --- a/libs/common-hooks/CHANGELOG.md +++ b/libs/common-hooks/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.1.0...common-hooks-v1.2.0) (2024-06-06) + + +### Features + +* use bff proxies ([#4491](https://github.com/cowprotocol/cowswap/issues/4491)) ([cb9586b](https://github.com/cowprotocol/cowswap/commit/cb9586bbb4f78498a39b2b01c6bb1e4255dd0c46)) + ## [1.1.0](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.0.1...common-hooks-v1.1.0) (2024-05-29) diff --git a/libs/common-hooks/package.json b/libs/common-hooks/package.json index 6cb15f71db..8b00e42ec9 100644 --- a/libs/common-hooks/package.json +++ b/libs/common-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-hooks", - "version": "1.1.0", + "version": "1.2.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/tokens/CHANGELOG.md b/libs/tokens/CHANGELOG.md index 9237e4e343..735a85e6a0 100644 --- a/libs/tokens/CHANGELOG.md +++ b/libs/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.3.1...tokens-v1.4.0) (2024-06-06) + + +### Features + +* use bff proxies ([#4491](https://github.com/cowprotocol/cowswap/issues/4491)) ([cb9586b](https://github.com/cowprotocol/cowswap/commit/cb9586bbb4f78498a39b2b01c6bb1e4255dd0c46)) + ## [1.3.1](https://github.com/cowprotocol/cowswap/compare/tokens-v1.3.0...tokens-v1.3.1) (2024-06-04) diff --git a/libs/tokens/package.json b/libs/tokens/package.json index 79cb4a9e3b..49548077d7 100644 --- a/libs/tokens/package.json +++ b/libs/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/tokens", - "version": "1.3.1", + "version": "1.4.0", "main": "./index.js", "types": "./index.d.ts", "exports": {