From 04f1d77e758963be5a5a4930b54f682aa8692086 Mon Sep 17 00:00:00 2001 From: "@kiva-robot" Date: Thu, 6 Jun 2024 16:29:47 +0000 Subject: [PATCH] chore(release): 2.743.0-rc.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.743.0-rc.1](https://github.com/kiva/ui/compare/v2.742.0...v2.743.0-rc.1) (2024-06-06) ### 🎉 New Features * email repayment settings update ([#5342](https://github.com/kiva/ui/issues/5342)) ([122dc99](https://github.com/kiva/ui/commit/122dc998e822ba5c209e58ca6e88869c8d7abc26)) ### 🐛 Bugfixes * terms and conditions copy on exp v2 ([9ec9684](https://github.com/kiva/ui/commit/9ec9684f6db20b1bda1e127b59c0da4384bb9852)) ### 🏗️ Build System * use main branch of marketplace-web-ui-ci ([4fe17ca](https://github.com/kiva/ui/commit/4fe17ca1dc3b595e7baea833252bd5a70caf73bb)) --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7fa968e7a..a22311ce49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [2.743.0-rc.1](https://github.com/kiva/ui/compare/v2.742.0...v2.743.0-rc.1) (2024-06-06) + + +### 🎉 New Features + +* email repayment settings update ([#5342](https://github.com/kiva/ui/issues/5342)) ([122dc99](https://github.com/kiva/ui/commit/122dc998e822ba5c209e58ca6e88869c8d7abc26)) + + +### 🐛 Bugfixes + +* terms and conditions copy on exp v2 ([9ec9684](https://github.com/kiva/ui/commit/9ec9684f6db20b1bda1e127b59c0da4384bb9852)) + + +### 🏗️ Build System + +* use main branch of marketplace-web-ui-ci ([4fe17ca](https://github.com/kiva/ui/commit/4fe17ca1dc3b595e7baea833252bd5a70caf73bb)) + ## [2.742.0](https://github.com/kiva/ui/compare/v2.741.0...v2.742.0) (2024-06-03) diff --git a/package-lock.json b/package-lock.json index 1b166732e5..a1a083bdb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kvue", - "version": "2.742.0", + "version": "2.743.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kvue", - "version": "2.742.0", + "version": "2.743.0-rc.1", "license": "UNLICENSED", "dependencies": { "@apollo/client": "^3.3.21", diff --git a/package.json b/package.json index 9a626a1da9..e106763e0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kvue", - "version": "2.742.0", + "version": "2.743.0-rc.1", "description": "The Kiva ui", "author": "braincrave", "private": true,