From 0a8c754b61d4eb3bc01a2332e2c6ebf05f87a27c Mon Sep 17 00:00:00 2001 From: Alexandr Kazachenko Date: Sat, 11 Nov 2023 17:23:17 +0600 Subject: [PATCH 1/2] chore(main): release 1.50.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1c0b4ed8..aedeacdbc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.50.0](https://github.com/cowprotocol/cowswap/compare/v1.49.1...v1.50.0) (2023-11-11) + + +### Features + +* **widget:** add widget link to main menu ([#3381](https://github.com/cowprotocol/cowswap/issues/3381)) ([aba73fe](https://github.com/cowprotocol/cowswap/commit/aba73fecb7a0c6992d7df29d9987e2b2590bbdf0)) + + +### Bug Fixes + +* **balances:** always use network provider for multicalls ([#3387](https://github.com/cowprotocol/cowswap/issues/3387)) ([94728d4](https://github.com/cowprotocol/cowswap/commit/94728d4f31163fd93adef775c61fd4de7e78d96d)) +* use cache when building library ([#3383](https://github.com/cowprotocol/cowswap/issues/3383)) ([9b9b598](https://github.com/cowprotocol/cowswap/commit/9b9b598ef042f6737382d5a5b83af8b6244b8627)) +* **widget:** polish configurator ([#3380](https://github.com/cowprotocol/cowswap/issues/3380)) ([d76bcdb](https://github.com/cowprotocol/cowswap/commit/d76bcdb9724d06d01ed55acd64c37c9c50d55071)) + ## [1.49.1](https://github.com/cowprotocol/cowswap/compare/v1.49.0...v1.49.1) (2023-11-10) diff --git a/package.json b/package.json index 76c9345412..1e086323e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cowswap", - "version": "1.49.2", + "version": "1.50.0", "description": "CoW Swap", "main": "index.js", "author": "", From 1d5e4ed532d43daeca1ded54dd7183860fc872fa Mon Sep 17 00:00:00 2001 From: Alfetopito Date: Sat, 11 Nov 2023 11:25:08 +0000 Subject: [PATCH 2/2] chore: fix version to hotfix 1.49.3 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aedeacdbc7..b12e89ceb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.50.0](https://github.com/cowprotocol/cowswap/compare/v1.49.1...v1.50.0) (2023-11-11) +## [1.49.3](https://github.com/cowprotocol/cowswap/compare/v1.49.1...v1.49.3) (2023-11-11) ### Features diff --git a/package.json b/package.json index 1e086323e5..ca31b15200 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cowswap", - "version": "1.50.0", + "version": "1.49.3", "description": "CoW Swap", "main": "index.js", "author": "",