From e29ffa8d236098c5709a5575ff10961d74b9eaca Mon Sep 17 00:00:00 2001 From: "@kiva-robot" Date: Fri, 30 Aug 2024 02:58:15 +0000 Subject: [PATCH] chore(release): 2.750.1-rc.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.750.1-rc.1](https://github.com/kiva/ui/compare/v2.750.0...v2.750.1-rc.1) (2024-08-30) ### 🐛 Bugfixes * mfa api token auth requires using authorize call, not checkSession MP-479 ([0c8a220](https://github.com/kiva/ui/commit/0c8a220857dd84c6a02756f05d6aad3baf60b5e5)) * state is in hash and show error page for error conditions MP-479 ([467d215](https://github.com/kiva/ui/commit/467d215db2013800f44496539c8ed038fb195727)) * state param not generated before authorize call MP-479 ([a77ad45](https://github.com/kiva/ui/commit/a77ad45f611d3c8537e5e5e4baa051617ad07508)) ### 🏗️ Build System * allow image to built if release was created ([c0e41c2](https://github.com/kiva/ui/commit/c0e41c262d9603ae704aa81defedc1d84f299c47)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bcc0264a6..11c043096e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [2.750.1-rc.1](https://github.com/kiva/ui/compare/v2.750.0...v2.750.1-rc.1) (2024-08-30) + + +### 🐛 Bugfixes + +* mfa api token auth requires using authorize call, not checkSession MP-479 ([0c8a220](https://github.com/kiva/ui/commit/0c8a220857dd84c6a02756f05d6aad3baf60b5e5)) +* state is in hash and show error page for error conditions MP-479 ([467d215](https://github.com/kiva/ui/commit/467d215db2013800f44496539c8ed038fb195727)) +* state param not generated before authorize call MP-479 ([a77ad45](https://github.com/kiva/ui/commit/a77ad45f611d3c8537e5e5e4baa051617ad07508)) + + +### 🏗️ Build System + +* allow image to built if release was created ([c0e41c2](https://github.com/kiva/ui/commit/c0e41c262d9603ae704aa81defedc1d84f299c47)) + ## [2.750.0](https://github.com/kiva/ui/compare/v2.749.1...v2.750.0) (2024-08-16) diff --git a/package-lock.json b/package-lock.json index f5092bb555..ba7b553f31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kvue", - "version": "2.750.0", + "version": "2.750.1-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kvue", - "version": "2.750.0", + "version": "2.750.1-rc.1", "license": "UNLICENSED", "dependencies": { "@apollo/client": "^3.3.21", diff --git a/package.json b/package.json index 2d5e2ba282..0c9485f4c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kvue", - "version": "2.750.0", + "version": "2.750.1-rc.1", "description": "The Kiva ui", "author": "braincrave", "private": true,