Skip to content

Commit

Permalink
Merge branch 'master' into add-api-spec-for-multitenancy
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek3255 authored Jan 29, 2024
2 parents dcae70a + 82567d1 commit da670c1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added API spec for Multitenancy dashboard

## [0.10.2] - 2024-01-26

- Fix typo on user roles section on user details page.


## [0.10.1] - 2024-01-09

- Fixed access denied modals zIndex value.
Expand Down
2 changes: 1 addition & 1 deletion build/static/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/static/js/bundle.js.map

Large diffs are not rendered by default.

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": "dashboard",
"version": "0.10.1",
"version": "0.10.2",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const UserRolesListHeader = ({ setIsEditing, isEditing, isFeatureEnabled
return (
<>
<div>
<div className="title">Asssigned User Roles</div>
<div className="title">Assigned User Roles</div>
</div>
{isFeatureEnabled ? (
<>
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
* under the License.
*/

export const package_version = "0.10.1";
export const package_version = "0.10.2";

0 comments on commit da670c1

Please sign in to comment.