diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4ded89d6ed..b7507963aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "apps/cowswap-frontend": "1.98.1", + "apps/cowswap-frontend": "1.98.2", "apps/explorer": "2.42.0", "libs/permit-utils": "0.6.0", "libs/widget-lib": "0.18.0", @@ -15,15 +15,15 @@ "libs/events": "1.5.0", "libs/snackbars": "1.1.1", "libs/tokens": "1.14.0", - "libs/types": "1.5.0", + "libs/types": "1.5.1", "libs/ui": "1.18.0", - "libs/wallet": "1.9.2", + "libs/wallet": "1.9.3", "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/iframe-transport": "1.0.1", "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 d6cd2f2e13..e97a668738 100644 --- a/apps/cowswap-frontend/CHANGELOG.md +++ b/apps/cowswap-frontend/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.98.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.98.1...cowswap-v1.98.2) (2025-02-03) + + +### Bug Fixes + +* display Metamask warning only for extension/mobile wallets ([#5370](https://github.com/cowprotocol/cowswap/issues/5370)) ([abb5683](https://github.com/cowprotocol/cowswap/commit/abb56834b1e21029ca66362f3b721cd47e080547)) + ## [1.98.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.98.0...cowswap-v1.98.1) (2025-01-31) diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json index 2d2e0bb1bc..a797b0bed6 100644 --- a/apps/cowswap-frontend/package.json +++ b/apps/cowswap-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cowswap", - "version": "1.98.1", + "version": "1.98.2", "description": "CoW Swap", "main": "index.js", "author": "", diff --git a/libs/iframe-transport/CHANGELOG.md b/libs/iframe-transport/CHANGELOG.md index 4825a669fe..7eea28f8b3 100644 --- a/libs/iframe-transport/CHANGELOG.md +++ b/libs/iframe-transport/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/cowprotocol/cowswap/compare/iframe-transport-v1.0.0...iframe-transport-v1.0.1) (2025-02-03) + + +### Bug Fixes + +* display Metamask warning only for extension/mobile wallets ([#5370](https://github.com/cowprotocol/cowswap/issues/5370)) ([abb5683](https://github.com/cowprotocol/cowswap/commit/abb56834b1e21029ca66362f3b721cd47e080547)) + ## 1.0.0 (2024-09-30) diff --git a/libs/iframe-transport/package.json b/libs/iframe-transport/package.json index 6649036570..aad11e5f56 100644 --- a/libs/iframe-transport/package.json +++ b/libs/iframe-transport/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/iframe-transport", - "version": "1.1.0", + "version": "1.0.1", "type": "commonjs", "description": "CoW Swap iframe-transport", "main": "index.js", diff --git a/libs/types/CHANGELOG.md b/libs/types/CHANGELOG.md index 623a78cd48..9fd4a81aa5 100644 --- a/libs/types/CHANGELOG.md +++ b/libs/types/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/cowprotocol/cowswap/compare/types-v1.5.0...types-v1.5.1) (2025-02-03) + + +### Bug Fixes + +* display Metamask warning only for extension/mobile wallets ([#5370](https://github.com/cowprotocol/cowswap/issues/5370)) ([abb5683](https://github.com/cowprotocol/cowswap/commit/abb56834b1e21029ca66362f3b721cd47e080547)) + ## [1.5.0](https://github.com/cowprotocol/cowswap/compare/types-v1.4.0...types-v1.5.0) (2024-12-03) diff --git a/libs/types/package.json b/libs/types/package.json index 7aad263cae..fa2337b24b 100644 --- a/libs/types/package.json +++ b/libs/types/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/types", - "version": "1.5.0", + "version": "1.5.1", "type": "commonjs", "description": "CoW Swap events", "main": "index.js", diff --git a/libs/wallet/CHANGELOG.md b/libs/wallet/CHANGELOG.md index 86a9011df4..9d41bfabf3 100644 --- a/libs/wallet/CHANGELOG.md +++ b/libs/wallet/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.3](https://github.com/cowprotocol/cowswap/compare/wallet-v1.9.2...wallet-v1.9.3) (2025-02-03) + + +### Bug Fixes + +* display Metamask warning only for extension/mobile wallets ([#5370](https://github.com/cowprotocol/cowswap/issues/5370)) ([abb5683](https://github.com/cowprotocol/cowswap/commit/abb56834b1e21029ca66362f3b721cd47e080547)) + ## [1.9.2](https://github.com/cowprotocol/cowswap/compare/wallet-v1.9.1...wallet-v1.9.2) (2025-01-30) diff --git a/libs/wallet/package.json b/libs/wallet/package.json index f1549fa632..01c474e674 100644 --- a/libs/wallet/package.json +++ b/libs/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/wallet", - "version": "1.9.2", + "version": "1.9.3", "main": "./index.js", "types": "./index.d.ts", "exports": {