Skip to content

Commit

Permalink
release-0.4.0 (#85)
Browse files Browse the repository at this point in the history
* release-0.4.0

* clean-up release notes

* fix package-lock
  • Loading branch information
chicco785 authored Oct 17, 2022
1 parent 67ea260 commit eacd0a9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
13 changes: 7 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@

### New features

- The token is also passed to the policies
- Unit tests for the configuration api
- The last tenant selected would be displayed
- Possibility do add custom icons (with some size limitation) to your tenant
- Pass the token to the policy api
- The last tenant selected is loaded by default
- Add custom icons (with some size limitation) to your tenant
- Update repository to use v0.0.5 of keycloak scripts and realm export
- Verify of tenantPage if the user is a superAdmin
- Add more clear logging
- Allow tenantPage only if the user is a superAdmin
- Support configurable logging

### Bug fixes

Expand All @@ -20,6 +19,8 @@

### Continuous Integration

- Unit tests for the configuration api

### Technical debt

## 0.3
Expand Down
2 changes: 1 addition & 1 deletion configuration-api/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 configuration-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-management-ui-configuration-api",
"version": "0.3.0",
"version": "0.4.0",
"keywords": [
"graphql",
"apollo",
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": "auth-management-ui",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.10",
Expand Down

0 comments on commit eacd0a9

Please sign in to comment.