From 863d3997e113077dd4e90a9049ddcf2985d94e52 Mon Sep 17 00:00:00 2001 From: Alexandr Kazachenko Date: Thu, 9 Jan 2025 16:17:03 +0500 Subject: [PATCH] chore: release main (#5273) --- .release-please-manifest.json | 18 +++++++++--------- apps/cowswap-frontend/CHANGELOG.md | 8 ++++++++ apps/cowswap-frontend/package.json | 2 +- apps/explorer/CHANGELOG.md | 7 +++++++ apps/explorer/package.json | 2 +- apps/widget-configurator/CHANGELOG.md | 7 +++++++ apps/widget-configurator/package.json | 2 +- libs/common-hooks/CHANGELOG.md | 7 +++++++ libs/common-hooks/package.json | 2 +- libs/hook-dapp-lib/CHANGELOG.md | 7 +++++++ libs/hook-dapp-lib/package.json | 2 +- libs/permit-utils/CHANGELOG.md | 7 +++++++ libs/permit-utils/package.json | 2 +- libs/tokens/CHANGELOG.md | 7 +++++++ libs/tokens/package.json | 2 +- libs/ui/CHANGELOG.md | 7 +++++++ libs/ui/package.json | 2 +- libs/wallet/CHANGELOG.md | 7 +++++++ libs/wallet/package.json | 2 +- 19 files changed, 82 insertions(+), 18 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6dc01a9681..3fe969689c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,29 +1,29 @@ { - "apps/cowswap-frontend": "1.95.3", - "apps/explorer": "2.41.0", - "libs/permit-utils": "0.5.0", + "apps/cowswap-frontend": "1.96.0", + "apps/explorer": "2.42.0", + "libs/permit-utils": "0.6.0", "libs/widget-lib": "0.18.0", "libs/widget-react": "0.11.0", - "apps/widget-configurator": "1.10.1", + "apps/widget-configurator": "1.11.0", "libs/analytics": "1.9.0", "libs/assets": "1.12.0", "libs/common-const": "1.13.0", - "libs/common-hooks": "1.6.0", + "libs/common-hooks": "1.6.1", "libs/common-utils": "1.8.0", "libs/core": "1.6.0", "libs/ens": "1.3.0", "libs/events": "1.5.0", "libs/snackbars": "1.1.1", - "libs/tokens": "1.13.1", + "libs/tokens": "1.14.0", "libs/types": "1.5.0", - "libs/ui": "1.17.1", - "libs/wallet": "1.8.1", + "libs/ui": "1.18.0", + "libs/wallet": "1.9.0", "apps/cow-fi": "1.19.3", "libs/wallet-provider": "1.0.0", "libs/ui-utils": "1.1.0", "libs/abis": "1.2.1", "libs/balances-and-allowances": "1.2.0", "libs/iframe-transport": "1.0.0", - "libs/hook-dapp-lib": "1.4.0", + "libs/hook-dapp-lib": "1.5.0", "libs/multicall": "1.0.0" } diff --git a/apps/cowswap-frontend/CHANGELOG.md b/apps/cowswap-frontend/CHANGELOG.md index dc8eeed467..29df5d861b 100644 --- a/apps/cowswap-frontend/CHANGELOG.md +++ b/apps/cowswap-frontend/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.96.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.95.3...cowswap-v1.96.0) (2025-01-09) + + +### Features + +* executedSurplusFee removal ([#5262](https://github.com/cowprotocol/cowswap/issues/5262)) ([3be8a65](https://github.com/cowprotocol/cowswap/commit/3be8a65309048d4082f2ce25f5b39624e092dbf2)) +* **swap:** partial approve ([#5256](https://github.com/cowprotocol/cowswap/issues/5256)) ([f080ffd](https://github.com/cowprotocol/cowswap/commit/f080ffdb098612e729f3a3f829410ce78697979f)) + ## [1.95.3](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.95.2...cowswap-v1.95.3) (2024-12-23) diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json index 5be507511d..a056cbb617 100644 --- a/apps/cowswap-frontend/package.json +++ b/apps/cowswap-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cowswap", - "version": "1.95.3", + "version": "1.96.0", "description": "CoW Swap", "main": "index.js", "author": "", diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md index 286159bf22..8fc38a1a9c 100644 --- a/apps/explorer/CHANGELOG.md +++ b/apps/explorer/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.42.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.41.0...explorer-v2.42.0) (2025-01-09) + + +### Features + +* executedSurplusFee removal ([#5262](https://github.com/cowprotocol/cowswap/issues/5262)) ([3be8a65](https://github.com/cowprotocol/cowswap/commit/3be8a65309048d4082f2ce25f5b39624e092dbf2)) + ## [2.41.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.40.1...explorer-v2.41.0) (2024-12-19) diff --git a/apps/explorer/package.json b/apps/explorer/package.json index 6972bd1ed5..891817a8c2 100644 --- a/apps/explorer/package.json +++ b/apps/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/explorer", - "version": "2.41.0", + "version": "2.42.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 9877aa25a6..e1de2fab80 100644 --- a/apps/widget-configurator/CHANGELOG.md +++ b/apps/widget-configurator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.10.1...widget-configurator-v1.11.0) (2025-01-09) + + +### Features + +* **token-lists:** remove outdated token lists ([#5233](https://github.com/cowprotocol/cowswap/issues/5233)) ([6f73dfc](https://github.com/cowprotocol/cowswap/commit/6f73dfc1c604393f4c4a54fe207893b698bba4a8)) + ## [1.10.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.10.0...widget-configurator-v1.10.1) (2024-12-18) diff --git a/apps/widget-configurator/package.json b/apps/widget-configurator/package.json index f7fe384543..4049ec5bc0 100644 --- a/apps/widget-configurator/package.json +++ b/apps/widget-configurator/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/widget-configurator", - "version": "1.10.1", + "version": "1.11.0", "description": "CoW Swap widget configurator", "main": "src/main.tsx", "author": "", diff --git a/libs/common-hooks/CHANGELOG.md b/libs/common-hooks/CHANGELOG.md index 82c9f0ab70..945c93d6d0 100644 --- a/libs/common-hooks/CHANGELOG.md +++ b/libs/common-hooks/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.1](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.6.0...common-hooks-v1.6.1) (2025-01-09) + + +### Bug Fixes + +* **feature-flags:** remove isBaseEnabled feature flag ([#5234](https://github.com/cowprotocol/cowswap/issues/5234)) ([1626a04](https://github.com/cowprotocol/cowswap/commit/1626a04e2c0b530c2efae842776ba5af6014a1da)) + ## [1.6.0](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.5.0...common-hooks-v1.6.0) (2024-12-11) diff --git a/libs/common-hooks/package.json b/libs/common-hooks/package.json index b4483df052..854a1ca259 100644 --- a/libs/common-hooks/package.json +++ b/libs/common-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-hooks", - "version": "1.6.0", + "version": "1.6.1", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/hook-dapp-lib/CHANGELOG.md b/libs/hook-dapp-lib/CHANGELOG.md index 6ab711fea7..56a237522d 100644 --- a/libs/hook-dapp-lib/CHANGELOG.md +++ b/libs/hook-dapp-lib/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/cowprotocol/cowswap/compare/hook-dapp-lib-v1.4.0...hook-dapp-lib-v1.5.0) (2025-01-09) + + +### Features + +* **swap:** partial approve ([#5256](https://github.com/cowprotocol/cowswap/issues/5256)) ([f080ffd](https://github.com/cowprotocol/cowswap/commit/f080ffdb098612e729f3a3f829410ce78697979f)) + ## [1.4.0](https://github.com/cowprotocol/cowswap/compare/hook-dapp-lib-v1.3.0...hook-dapp-lib-v1.4.0) (2024-12-11) diff --git a/libs/hook-dapp-lib/package.json b/libs/hook-dapp-lib/package.json index 4c2d690d9f..bebd2be12b 100644 --- a/libs/hook-dapp-lib/package.json +++ b/libs/hook-dapp-lib/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/hook-dapp-lib", - "version": "1.4.0", + "version": "1.5.0", "type": "commonjs", "description": "CoW Swap Hook Dapp Library. Allows you to develop pre/post hooks dapps for CoW Protocol.", "main": "index.js", diff --git a/libs/permit-utils/CHANGELOG.md b/libs/permit-utils/CHANGELOG.md index dfafa53077..b3f2cd4c75 100644 --- a/libs/permit-utils/CHANGELOG.md +++ b/libs/permit-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.5.0...permit-utils-v0.6.0) (2025-01-09) + + +### Features + +* **swap:** partial approve ([#5256](https://github.com/cowprotocol/cowswap/issues/5256)) ([f080ffd](https://github.com/cowprotocol/cowswap/commit/f080ffdb098612e729f3a3f829410ce78697979f)) + ## [0.5.0](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.4.0...permit-utils-v0.5.0) (2024-12-03) diff --git a/libs/permit-utils/package.json b/libs/permit-utils/package.json index 4f9e4014d5..b29237d117 100644 --- a/libs/permit-utils/package.json +++ b/libs/permit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/permit-utils", - "version": "0.5.0", + "version": "0.6.0", "type": "module", "dependencies": { "ethers": "^5.7.2", diff --git a/libs/tokens/CHANGELOG.md b/libs/tokens/CHANGELOG.md index 31d7e78555..fc6c2850e6 100644 --- a/libs/tokens/CHANGELOG.md +++ b/libs/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.14.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.13.1...tokens-v1.14.0) (2025-01-09) + + +### Features + +* **token-lists:** remove outdated token lists ([#5233](https://github.com/cowprotocol/cowswap/issues/5233)) ([6f73dfc](https://github.com/cowprotocol/cowswap/commit/6f73dfc1c604393f4c4a54fe207893b698bba4a8)) + ## [1.13.1](https://github.com/cowprotocol/cowswap/compare/tokens-v1.13.0...tokens-v1.13.1) (2024-12-18) diff --git a/libs/tokens/package.json b/libs/tokens/package.json index f7ca0076f9..86f3cc62e6 100644 --- a/libs/tokens/package.json +++ b/libs/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/tokens", - "version": "1.13.1", + "version": "1.14.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/ui/CHANGELOG.md b/libs/ui/CHANGELOG.md index b66a545740..5c6b12e921 100644 --- a/libs/ui/CHANGELOG.md +++ b/libs/ui/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.18.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.17.1...ui-v1.18.0) (2025-01-09) + + +### Features + +* **swap:** partial approve ([#5256](https://github.com/cowprotocol/cowswap/issues/5256)) ([f080ffd](https://github.com/cowprotocol/cowswap/commit/f080ffdb098612e729f3a3f829410ce78697979f)) + ## [1.17.1](https://github.com/cowprotocol/cowswap/compare/ui-v1.17.0...ui-v1.17.1) (2024-12-23) diff --git a/libs/ui/package.json b/libs/ui/package.json index d808e498e4..8d1ce84634 100644 --- a/libs/ui/package.json +++ b/libs/ui/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/ui", - "version": "1.17.1", + "version": "1.18.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/wallet/CHANGELOG.md b/libs/wallet/CHANGELOG.md index eccfea053c..b3ce86c3f9 100644 --- a/libs/wallet/CHANGELOG.md +++ b/libs/wallet/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.0](https://github.com/cowprotocol/cowswap/compare/wallet-v1.8.1...wallet-v1.9.0) (2025-01-09) + + +### Features + +* **wallets:** reapply "feat(wallets): add metaMask SDK connector ([#5028](https://github.com/cowprotocol/cowswap/issues/5028))" ([#5215](https://github.com/cowprotocol/cowswap/issues/5215)) ([#5223](https://github.com/cowprotocol/cowswap/issues/5223)) ([28fcda9](https://github.com/cowprotocol/cowswap/commit/28fcda95c7002a528c538917450bc38b67c0a5eb)) + ## [1.8.1](https://github.com/cowprotocol/cowswap/compare/wallet-v1.8.0...wallet-v1.8.1) (2024-12-19) diff --git a/libs/wallet/package.json b/libs/wallet/package.json index 266af8f39c..1ac9026180 100644 --- a/libs/wallet/package.json +++ b/libs/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/wallet", - "version": "1.8.1", + "version": "1.9.0", "main": "./index.js", "types": "./index.d.ts", "exports": {