From 50e1f398ec7c8d9a4a419df00c1b24dad9b55239 Mon Sep 17 00:00:00 2001 From: Alexandr Kazachenko Date: Wed, 12 Jun 2024 23:17:42 +0600 Subject: [PATCH] chore: release main (#4545) --- .release-please-manifest.json | 2 +- apps/widget-configurator/CHANGELOG.md | 7 +++++++ apps/widget-configurator/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d5a2775ef..1353993e7a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "libs/permit-utils": "0.3.0", "libs/widget-lib": "0.12.0", "libs/widget-react": "0.9.0", - "apps/widget-configurator": "1.3.0", + "apps/widget-configurator": "1.3.1", "libs/analytics": "1.2.0", "libs/assets": "1.3.0", "libs/common-const": "1.4.0", diff --git a/apps/widget-configurator/CHANGELOG.md b/apps/widget-configurator/CHANGELOG.md index 305bf0163c..de27a2d028 100644 --- a/apps/widget-configurator/CHANGELOG.md +++ b/apps/widget-configurator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.3.0...widget-configurator-v1.3.1) (2024-06-12) + + +### Bug Fixes + +* deploy widget using release please ([#4544](https://github.com/cowprotocol/cowswap/issues/4544)) ([e3e8372](https://github.com/cowprotocol/cowswap/commit/e3e83726a059eecb4f7d513bbdc34e60406d5558)) + ## [1.3.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.2.1...widget-configurator-v1.3.0) (2024-05-29) diff --git a/apps/widget-configurator/package.json b/apps/widget-configurator/package.json index df6f002d1b..1ee27606f3 100644 --- a/apps/widget-configurator/package.json +++ b/apps/widget-configurator/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/widget-configurator", - "version": "1.3.0", + "version": "1.3.1", "description": "CoW Swap widget configurator", "main": "src/main.tsx", "author": "",