diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d90c858e9..f5115213ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,22 +1,22 @@ { - "apps/cowswap-frontend": "1.79.0", - "apps/explorer": "2.33.0", + "apps/cowswap-frontend": "1.80.0", + "apps/explorer": "2.33.1", "libs/permit-utils": "0.3.1", "libs/widget-lib": "0.13.2", "libs/widget-react": "0.9.0", - "apps/widget-configurator": "1.5.0", + "apps/widget-configurator": "1.5.1", "libs/analytics": "1.5.0", "libs/assets": "1.6.0", "libs/common-const": "1.7.0", "libs/common-hooks": "1.3.0", - "libs/common-utils": "1.6.0", + "libs/common-utils": "1.6.1", "libs/core": "1.2.0", "libs/ens": "1.2.0", "libs/events": "1.4.0", "libs/snackbars": "1.1.0", - "libs/tokens": "1.6.1", + "libs/tokens": "1.7.0", "libs/types": "1.1.0", - "libs/ui": "1.7.0", + "libs/ui": "1.7.1", "libs/wallet": "1.5.1", "apps/cow-fi": "1.10.0", "libs/wallet-provider": "1.0.0", diff --git a/apps/cowswap-frontend/CHANGELOG.md b/apps/cowswap-frontend/CHANGELOG.md index 35c4b5af5f..a4816c9b69 100644 --- a/apps/cowswap-frontend/CHANGELOG.md +++ b/apps/cowswap-frontend/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.80.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.79.0...cowswap-v1.80.0) (2024-08-14) + + +### Features + +* add analytics event for closing CoW AMM banner ([#4790](https://github.com/cowprotocol/cowswap/issues/4790)) ([46add78](https://github.com/cowprotocol/cowswap/commit/46add78c41e8612986514ffa946cb60d1c180a33)) +* add analytics for notifications ([#4785](https://github.com/cowprotocol/cowswap/issues/4785)) ([5755ca0](https://github.com/cowprotocol/cowswap/commit/5755ca0b60707319c88d210c32ee8ec0b2e198cd)) + + +### Bug Fixes + +* fix issue with the swap label don't showing ([#4789](https://github.com/cowprotocol/cowswap/issues/4789)) ([63c0f55](https://github.com/cowprotocol/cowswap/commit/63c0f55c3a5e6565484708fc0bb27251843cf1ee)) + ## [1.79.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.78.2...cowswap-v1.79.0) (2024-08-09) diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json index 049b2e7064..e58967a7fc 100644 --- a/apps/cowswap-frontend/package.json +++ b/apps/cowswap-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cowswap", - "version": "1.79.0", + "version": "1.80.0", "description": "CoW Swap", "main": "index.js", "author": "", diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md index 4b3820d40d..c1b12e8596 100644 --- a/apps/explorer/CHANGELOG.md +++ b/apps/explorer/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.33.1](https://github.com/cowprotocol/cowswap/compare/explorer-v2.33.0...explorer-v2.33.1) (2024-08-14) + + +### Bug Fixes + +* fix wrong quote in explorer ([#4791](https://github.com/cowprotocol/cowswap/issues/4791)) ([b70b27c](https://github.com/cowprotocol/cowswap/commit/b70b27cf6d25e76ae79b3906693095a2e92e64d9)) +* replace cloudflare-ipfs.com with ipfs.io ([#4786](https://github.com/cowprotocol/cowswap/issues/4786)) ([a10df31](https://github.com/cowprotocol/cowswap/commit/a10df31010c34c90cffdad34b69a320a4167e119)) + ## [2.33.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.32.3...explorer-v2.33.0) (2024-07-18) diff --git a/apps/explorer/package.json b/apps/explorer/package.json index 00baae32e8..7f551c39ef 100644 --- a/apps/explorer/package.json +++ b/apps/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/explorer", - "version": "2.33.0", + "version": "2.33.1", "description": "CoW Swap Explorer", "main": "src/main.tsx", "author": "", diff --git a/apps/widget-configurator/CHANGELOG.md b/apps/widget-configurator/CHANGELOG.md index 092338bee2..49d39248b4 100644 --- a/apps/widget-configurator/CHANGELOG.md +++ b/apps/widget-configurator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.5.0...widget-configurator-v1.5.1) (2024-08-14) + + +### Bug Fixes + +* replace gateway.ipfs.io with ipfs.io ([#4788](https://github.com/cowprotocol/cowswap/issues/4788)) ([df1235b](https://github.com/cowprotocol/cowswap/commit/df1235b20ab9a888e085d1d90a9e5ab73da54d13)) + ## [1.5.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.4.0...widget-configurator-v1.5.0) (2024-07-18) diff --git a/apps/widget-configurator/package.json b/apps/widget-configurator/package.json index 42101966dc..a480ec033a 100644 --- a/apps/widget-configurator/package.json +++ b/apps/widget-configurator/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/widget-configurator", - "version": "1.5.0", + "version": "1.5.1", "description": "CoW Swap widget configurator", "main": "src/main.tsx", "author": "", diff --git a/libs/common-utils/CHANGELOG.md b/libs/common-utils/CHANGELOG.md index f46b0ae0c1..9965e9b62d 100644 --- a/libs/common-utils/CHANGELOG.md +++ b/libs/common-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.1](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.6.0...common-utils-v1.6.1) (2024-08-14) + + +### Bug Fixes + +* replace cloudflare-ipfs.com with ipfs.io ([#4786](https://github.com/cowprotocol/cowswap/issues/4786)) ([a10df31](https://github.com/cowprotocol/cowswap/commit/a10df31010c34c90cffdad34b69a320a4167e119)) + ## [1.6.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.5.0...common-utils-v1.6.0) (2024-07-18) diff --git a/libs/common-utils/package.json b/libs/common-utils/package.json index 6e9520607c..6de9c86272 100644 --- a/libs/common-utils/package.json +++ b/libs/common-utils/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-utils", - "version": "1.6.0", + "version": "1.6.1", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/tokens/CHANGELOG.md b/libs/tokens/CHANGELOG.md index 6fe2fc06f1..4856f79cab 100644 --- a/libs/tokens/CHANGELOG.md +++ b/libs/tokens/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.7.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.6.1...tokens-v1.7.0) (2024-08-14) + + +### Features + +* improve finding tokens in other networks ([#4794](https://github.com/cowprotocol/cowswap/issues/4794)) ([87ee5aa](https://github.com/cowprotocol/cowswap/commit/87ee5aac719db1fcaecd17d06bddecda172e8a95)) + + +### Bug Fixes + +* replace gateway.ipfs.io with ipfs.io ([#4788](https://github.com/cowprotocol/cowswap/issues/4788)) ([df1235b](https://github.com/cowprotocol/cowswap/commit/df1235b20ab9a888e085d1d90a9e5ab73da54d13)) + ## [1.6.1](https://github.com/cowprotocol/cowswap/compare/tokens-v1.6.0...tokens-v1.6.1) (2024-08-02) diff --git a/libs/tokens/package.json b/libs/tokens/package.json index 155e9e4ef6..6dd6e069aa 100644 --- a/libs/tokens/package.json +++ b/libs/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/tokens", - "version": "1.6.1", + "version": "1.7.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/ui/CHANGELOG.md b/libs/ui/CHANGELOG.md index 8be801fb61..dd372c48bd 100644 --- a/libs/ui/CHANGELOG.md +++ b/libs/ui/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.7.1](https://github.com/cowprotocol/cowswap/compare/ui-v1.7.0...ui-v1.7.1) (2024-08-14) + + +### Bug Fixes + +* cancel modal does not pop-up when press on Cancel button in mobile view ([#4757](https://github.com/cowprotocol/cowswap/issues/4757)) ([f84d6b5](https://github.com/cowprotocol/cowswap/commit/f84d6b5cfe0710e33c02a692bf7f8b1e2464eb06)) +* total surplus tooltip cannot be open in iOS mobile device ([#4756](https://github.com/cowprotocol/cowswap/issues/4756)) ([22ca5e0](https://github.com/cowprotocol/cowswap/commit/22ca5e0a9aa156e124cf6c34858e90c65cb0175c)) + ## [1.7.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.6.0...ui-v1.7.0) (2024-07-18) diff --git a/libs/ui/package.json b/libs/ui/package.json index 51401d719a..528657cba2 100644 --- a/libs/ui/package.json +++ b/libs/ui/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/ui", - "version": "1.7.0", + "version": "1.7.1", "main": "./index.js", "types": "./index.d.ts", "exports": {