Skip to content

Commit

Permalink
chore(main): release admin-ui 1.0.21 (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-auto authored Dec 18, 2023
1 parent 42c21b9 commit 6d7e3f7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.0.21](https://github.com/GluuFederation/flex/compare/admin-ui-v1.0.20...admin-ui-v1.0.21) (2023-12-18)


### Features

* **admin-ui:** add config api spec file ([344035e](https://github.com/GluuFederation/flex/commit/344035e0ad34d178845271a320d5a067984447f4))
* **admin-ui:** the algorithm to secure the JWT for a particular introspection response [#1409](https://github.com/GluuFederation/flex/issues/1409) ([67f1e40](https://github.com/GluuFederation/flex/commit/67f1e4095dc3e81e0d813bc4e6a206df2ae69a62))


### Bug Fixes

* **admin-ui:** auth server properties page crashes on visit [#1506](https://github.com/GluuFederation/flex/issues/1506) ([b58ae74](https://github.com/GluuFederation/flex/commit/b58ae74124945197511d9e5848a7756887367d50))
* **admin-ui:** code smells ([3861710](https://github.com/GluuFederation/flex/commit/3861710f87fad9baa6378b5a6619ead32e59ef96))
* **admin-ui:** code smells ([5c2d228](https://github.com/GluuFederation/flex/commit/5c2d228665b0493c7afcad863c89ee9558b7e2e1))
* **admin-ui:** need to change the font color for Enabled header in the scripts grid [#1472](https://github.com/GluuFederation/flex/issues/1472) ([3fcc963](https://github.com/GluuFederation/flex/commit/3fcc963387a6da31401c4a961532054b094839cd))
* **admin-ui:** recover adminuitest script ([a11be8a](https://github.com/GluuFederation/flex/commit/a11be8ae416a17c9a666c15a97380d546dccefd8))
* **admin-ui:** remove generation of specific access_token [#1477](https://github.com/GluuFederation/flex/issues/1477) ([b927d1a](https://github.com/GluuFederation/flex/commit/b927d1a189db65f93bf806f447d4e39e89f9f032))
* **admin-ui:** remove unused import ([d06bdcf](https://github.com/GluuFederation/flex/commit/d06bdcf40c1c10db8fdbcdaa03d8298aac618715))
* **admin-ui:** target html tag for table colum styles [#1472](https://github.com/GluuFederation/flex/issues/1472) ([3efaa21](https://github.com/GluuFederation/flex/commit/3efaa2177dddcad1b7b0912dd949d0bd1bacc01b))
* **admin-ui:** unable to generate valid jans-config-api client using kc plugin specs [#1504](https://github.com/GluuFederation/flex/issues/1504) ([f06233f](https://github.com/GluuFederation/flex/commit/f06233f396b004f6319ee0823b9df19c00ca941f))
* **admin-ui:** use yaml configs for auth server properties configuration [#1475](https://github.com/GluuFederation/flex/issues/1475) ([79efbfc](https://github.com/GluuFederation/flex/commit/79efbfcb46a8939055b9114b8c66ff40f98435ce))
* prepare for 5.0.0-21 release ([cee44ca](https://github.com/GluuFederation/flex/commit/cee44ca8f5e66e5d1861fe499665f9dac40183ce))

## [1.0.20](https://github.com/GluuFederation/flex/compare/admin-ui-v1.0.19...admin-ui-v1.0.20) (2023-11-16)


Expand Down
2 changes: 1 addition & 1 deletion admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gluu-admin-ui",
"version": "1.0.20",
"version": "1.0.21",
"description": "UI to administer the jans-sever features",
"keywords": [
"jans-server",
Expand Down

0 comments on commit 6d7e3f7

Please sign in to comment.