Skip to content

Commit

Permalink
chore(release): 2.750.1-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.750.1-rc.1](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](0c8a220))
* state is in hash and show error page for error conditions MP-479 ([467d215](467d215))
* state param not generated before authorize call MP-479 ([a77ad45](a77ad45))

### 🏗️ Build System

* allow image to built if release was created ([c0e41c2](c0e41c2))
  • Loading branch information
kiva-robot committed Aug 30, 2024
1 parent c0e41c2 commit e29ffa8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kvue",
"version": "2.750.0",
"version": "2.750.1-rc.1",
"description": "The Kiva ui",
"author": "braincrave",
"private": true,
Expand Down

0 comments on commit e29ffa8

Please sign in to comment.