diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 676f805956..62d355c459 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,27 +1,27 @@ { - "apps/cowswap-frontend": "1.94.0", - "apps/explorer": "2.40.0", + "apps/cowswap-frontend": "1.95.0", + "apps/explorer": "2.40.1", "libs/permit-utils": "0.5.0", "libs/widget-lib": "0.18.0", "libs/widget-react": "0.11.0", - "apps/widget-configurator": "1.10.0", + "apps/widget-configurator": "1.10.1", "libs/analytics": "1.9.0", - "libs/assets": "1.11.0", - "libs/common-const": "1.12.2", + "libs/assets": "1.12.0", + "libs/common-const": "1.13.0", "libs/common-hooks": "1.6.0", "libs/common-utils": "1.8.0", - "libs/core": "1.5.0", + "libs/core": "1.6.0", "libs/ens": "1.3.0", "libs/events": "1.5.0", "libs/snackbars": "1.1.0", - "libs/tokens": "1.13.0", + "libs/tokens": "1.13.1", "libs/types": "1.5.0", - "libs/ui": "1.16.0", - "libs/wallet": "1.7.0", + "libs/ui": "1.17.0", + "libs/wallet": "1.8.0", "apps/cow-fi": "1.19.3", "libs/wallet-provider": "1.0.0", "libs/ui-utils": "1.1.0", - "libs/abis": "1.2.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", diff --git a/apps/cowswap-frontend/CHANGELOG.md b/apps/cowswap-frontend/CHANGELOG.md index fb005028b4..eef1aa82e0 100644 --- a/apps/cowswap-frontend/CHANGELOG.md +++ b/apps/cowswap-frontend/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.95.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.94.0...cowswap-v1.95.0) (2024-12-18) + + +### Features + +* force release to release, pleaseeee ([a59eb27](https://github.com/cowprotocol/cowswap/commit/a59eb275a96fb13c9521784a051f734d947a1b1f)) + ## [1.94.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.93.2...cowswap-v1.94.0) (2024-12-18) diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json index e35ef33cae..d974bbf9b2 100644 --- a/apps/cowswap-frontend/package.json +++ b/apps/cowswap-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cowswap", - "version": "1.94.0", + "version": "1.95.0", "description": "CoW Swap", "main": "index.js", "author": "", diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md index 8579aa8b2a..ee7ceda41b 100644 --- a/apps/explorer/CHANGELOG.md +++ b/apps/explorer/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.40.1](https://github.com/cowprotocol/cowswap/compare/explorer-v2.40.0...explorer-v2.40.1) (2024-12-18) + + +### Bug Fixes + +* fix lint issues ([#5229](https://github.com/cowprotocol/cowswap/issues/5229)) ([25d30bb](https://github.com/cowprotocol/cowswap/commit/25d30bb6496a1fa51719b639948cc4d7b8ec5f20)) + ## [2.40.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.39.0...explorer-v2.40.0) (2024-12-18) diff --git a/apps/explorer/package.json b/apps/explorer/package.json index e19af53369..e1b9a04618 100644 --- a/apps/explorer/package.json +++ b/apps/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/explorer", - "version": "2.40.0", + "version": "2.40.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 467b9f2229..9877aa25a6 100644 --- a/apps/widget-configurator/CHANGELOG.md +++ b/apps/widget-configurator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.10.0...widget-configurator-v1.10.1) (2024-12-18) + + +### Bug Fixes + +* remove Kleros token list because it's too big ([#5217](https://github.com/cowprotocol/cowswap/issues/5217)) ([745e17f](https://github.com/cowprotocol/cowswap/commit/745e17f1515024f67c162091a42f3fd2864f894e)) + ## [1.10.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.9.0...widget-configurator-v1.10.0) (2024-12-03) diff --git a/apps/widget-configurator/package.json b/apps/widget-configurator/package.json index cf8f9fffdb..f7fe384543 100644 --- a/apps/widget-configurator/package.json +++ b/apps/widget-configurator/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/widget-configurator", - "version": "1.10.0", + "version": "1.10.1", "description": "CoW Swap widget configurator", "main": "src/main.tsx", "author": "", diff --git a/libs/abis/CHANGELOG.md b/libs/abis/CHANGELOG.md index 76115e0dd3..8a54c7be4d 100644 --- a/libs/abis/CHANGELOG.md +++ b/libs/abis/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/cowprotocol/cowswap/compare/cowswap-abis-v1.2.0...cowswap-abis-v1.2.1) (2024-12-18) + + +### Bug Fixes + +* **orders-table:** display allowance warning in Safe ([#5207](https://github.com/cowprotocol/cowswap/issues/5207)) ([21e8c57](https://github.com/cowprotocol/cowswap/commit/21e8c57ddfbadb881e56295557a82ad5cb513664)) + ## [1.2.0](https://github.com/cowprotocol/cowswap/compare/cowswap-abis-v1.1.0...cowswap-abis-v1.2.0) (2024-10-10) diff --git a/libs/abis/package.json b/libs/abis/package.json index 55b172e13f..709452e200 100644 --- a/libs/abis/package.json +++ b/libs/abis/package.json @@ -1,5 +1,5 @@ { "name": "@cowprotocol/cowswap-abis", - "version": "1.2.0", + "version": "1.2.1", "type": "commonjs" } diff --git a/libs/assets/CHANGELOG.md b/libs/assets/CHANGELOG.md index a898a541c3..61dd0ea548 100644 --- a/libs/assets/CHANGELOG.md +++ b/libs/assets/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.11.0...assets-v1.12.0) (2024-12-18) + + +### Features + +* add winter theme 🎅 ([#5213](https://github.com/cowprotocol/cowswap/issues/5213)) ([7db4b72](https://github.com/cowprotocol/cowswap/commit/7db4b72d54759394087e4c816dce9eeb6f282588)) + ## [1.11.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.10.0...assets-v1.11.0) (2024-12-03) diff --git a/libs/assets/package.json b/libs/assets/package.json index 11fab8e630..070218da96 100644 --- a/libs/assets/package.json +++ b/libs/assets/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/assets", - "version": "1.11.0", + "version": "1.12.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/common-const/CHANGELOG.md b/libs/common-const/CHANGELOG.md index eca7ba548c..5ee2d89263 100644 --- a/libs/common-const/CHANGELOG.md +++ b/libs/common-const/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.12.2...common-const-v1.13.0) (2024-12-18) + + +### Features + +* add winter theme 🎅 ([#5213](https://github.com/cowprotocol/cowswap/issues/5213)) ([7db4b72](https://github.com/cowprotocol/cowswap/commit/7db4b72d54759394087e4c816dce9eeb6f282588)) + ## [1.12.2](https://github.com/cowprotocol/cowswap/compare/common-const-v1.12.1...common-const-v1.12.2) (2024-12-12) diff --git a/libs/common-const/package.json b/libs/common-const/package.json index a1107af315..5c4588612e 100644 --- a/libs/common-const/package.json +++ b/libs/common-const/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/common-const", - "version": "1.12.2", + "version": "1.13.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/core/CHANGELOG.md b/libs/core/CHANGELOG.md index 650766614f..cdc39ca311 100644 --- a/libs/core/CHANGELOG.md +++ b/libs/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/cowprotocol/cowswap/compare/core-v1.5.0...core-v1.6.0) (2024-12-18) + + +### Features + +* **announcements:** load announcements from cms ([#5212](https://github.com/cowprotocol/cowswap/issues/5212)) ([b70703c](https://github.com/cowprotocol/cowswap/commit/b70703c7a206d5e040bbd29439dcc7eeddf72f42)) + ## [1.5.0](https://github.com/cowprotocol/cowswap/compare/core-v1.4.0...core-v1.5.0) (2024-12-11) diff --git a/libs/core/package.json b/libs/core/package.json index 2ab255d7da..13209388ae 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/core", - "version": "1.5.0", + "version": "1.6.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/tokens/CHANGELOG.md b/libs/tokens/CHANGELOG.md index ab21466249..31d7e78555 100644 --- a/libs/tokens/CHANGELOG.md +++ b/libs/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.1](https://github.com/cowprotocol/cowswap/compare/tokens-v1.13.0...tokens-v1.13.1) (2024-12-18) + + +### Bug Fixes + +* remove Kleros token list because it's too big ([#5217](https://github.com/cowprotocol/cowswap/issues/5217)) ([745e17f](https://github.com/cowprotocol/cowswap/commit/745e17f1515024f67c162091a42f3fd2864f894e)) + ## [1.13.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.12.0...tokens-v1.13.0) (2024-12-11) diff --git a/libs/tokens/package.json b/libs/tokens/package.json index e2577e7db6..f7ca0076f9 100644 --- a/libs/tokens/package.json +++ b/libs/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/tokens", - "version": "1.13.0", + "version": "1.13.1", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/ui/CHANGELOG.md b/libs/ui/CHANGELOG.md index dbcd67350f..2d4d25fdab 100644 --- a/libs/ui/CHANGELOG.md +++ b/libs/ui/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.17.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.16.0...ui-v1.17.0) (2024-12-18) + + +### Features + +* add winter theme 🎅 ([#5213](https://github.com/cowprotocol/cowswap/issues/5213)) ([7db4b72](https://github.com/cowprotocol/cowswap/commit/7db4b72d54759394087e4c816dce9eeb6f282588)) + ## [1.16.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.15.0...ui-v1.16.0) (2024-12-11) diff --git a/libs/ui/package.json b/libs/ui/package.json index f6737f2366..daaa06b79c 100644 --- a/libs/ui/package.json +++ b/libs/ui/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/ui", - "version": "1.16.0", + "version": "1.17.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/wallet/CHANGELOG.md b/libs/wallet/CHANGELOG.md index 11c352a22e..a7544278cd 100644 --- a/libs/wallet/CHANGELOG.md +++ b/libs/wallet/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.8.0](https://github.com/cowprotocol/cowswap/compare/wallet-v1.7.0...wallet-v1.8.0) (2024-12-18) + + +### Features + +* **wallets:** add coinshift to allowed domains ([#4931](https://github.com/cowprotocol/cowswap/issues/4931)) ([8be3a45](https://github.com/cowprotocol/cowswap/commit/8be3a458d7918bd79c3f2bb636620c77b560f3b2)) +* **wallets:** add metaMask SDK connector ([#5028](https://github.com/cowprotocol/cowswap/issues/5028)) ([fe8f376](https://github.com/cowprotocol/cowswap/commit/fe8f3767593684dc9d825d603a894c3b0934d894)) + ## [1.7.0](https://github.com/cowprotocol/cowswap/compare/wallet-v1.6.1...wallet-v1.7.0) (2024-12-03) diff --git a/libs/wallet/package.json b/libs/wallet/package.json index a4276b08dc..d7024a803a 100644 --- a/libs/wallet/package.json +++ b/libs/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/wallet", - "version": "1.7.0", + "version": "1.8.0", "main": "./index.js", "types": "./index.d.ts", "exports": {