Skip to content

Commit eacd0a9

Browse files
authored
release-0.4.0 (#85)
* release-0.4.0 * clean-up release notes * fix package-lock
1 parent 67ea260 commit eacd0a9

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

RELEASE_NOTES.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
### New features
66

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

1514
### Bug fixes
1615

@@ -20,6 +19,8 @@
2019

2120
### Continuous Integration
2221

22+
- Unit tests for the configuration api
23+
2324
### Technical debt
2425

2526
## 0.3

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.3.0",
3+
"version": "0.4.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.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.5.10",

0 commit comments

Comments
 (0)