Skip to content

Commit 041615f

Browse files
authored
release-0.5.0 (#89)
* release-0.5.0
1 parent e360566 commit 041615f

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

RELEASE_NOTES.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
### New features
66

7-
- The values displayed on the policyForm are from Keycloack
8-
- Components are now totally indipendent from the API
9-
- Migration to realm v0.0.6
10-
- Token refresh on new Tenant
7+
- Load values from Keycloak to populate users, groups and roles in policyForm
8+
- Decouple components from the APIs
9+
- Migration to orchestracities realm v0.0.6
10+
- Refresh Token on the creation of a new Tenant
1111

1212
### Bug fixes
1313

1414
- Change the Group from name to path
1515
- Fixed filters margin top
16-
- Filters name
17-
- filters behaviur when another tenant is selected
16+
- Filters naming
17+
- Filters behavior when another tenant is selected
1818

1919
### Documentation
2020

configuration-api/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configuration-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth-management-ui-configuration-api",
3-
"version": "0.5.0-dev",
3+
"version": "0.5.0",
44
"keywords": [
55
"graphql",
66
"apollo",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth-management-ui",
3-
"version": "0.5.0-dev",
3+
"version": "0.5.0",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.5.10",

0 commit comments

Comments
 (0)