Skip to content

chore(main): release admin-ui 1.0.7 #779

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [1.0.7](https://github.com/GluuFederation/flex/compare/admin-ui-v1.0.5...admin-ui-v1.0.7) (2023-02-22)


### Features

* **admin-ui:** added information icon on client ([5c8d2a8](https://github.com/GluuFederation/flex/commit/5c8d2a8e22ee86c1508429944ecc393c51cf8034))
* **admin-ui:** implement finish button on client ([0a71edc](https://github.com/GluuFederation/flex/commit/0a71edc1487771afc893a10ef78bd62fa37f098c))
* **admin-ui:** implement help icon on label ([cc176f6](https://github.com/GluuFederation/flex/commit/cc176f685ebbf6db6d5db413cb840da0486afa44))
* **admin-ui:** implement toast ([08155a3](https://github.com/GluuFederation/flex/commit/08155a365a9974b0ddfaca216aa6da34cc55436e))
* apis changes in admin-ui [#649](https://github.com/GluuFederation/flex/issues/649) ([814920b](https://github.com/GluuFederation/flex/commit/814920b3e5c7fbae911f1c61fda876e985bb721e))


### Bug Fixes

* **admin-ui:** add validation for finish button ([f5ace25](https://github.com/GluuFederation/flex/commit/f5ace251a7064766774d910f5118352a35e54afd))
* **admin-ui:** boolean and string undefined fix ([c4df14b](https://github.com/GluuFederation/flex/commit/c4df14b0aa54b1f31f877144f9bb460e964e9b3e))
* **admin-ui:** change redirect url mandatory logic ([cabea3d](https://github.com/GluuFederation/flex/commit/cabea3dbf0db40b1bf8ce15d5a91734e104cd15f))
* **admin-ui:** change the text for error ([4878e93](https://github.com/GluuFederation/flex/commit/4878e93e7bae8df4e836689c4cd9d42cafbb917b))
* **admin-ui:** client submit issue fixed ([114a306](https://github.com/GluuFederation/flex/commit/114a306e922acff0f204e00fdf5fa94cb7d0f2bd))
* **admin-ui:** fix pagination and users page ([0516f3b](https://github.com/GluuFederation/flex/commit/0516f3bd4d8495780fa5f21aedc9ec1e3752ccd0))
* **admin-ui:** fix type ahead ([00a6773](https://github.com/GluuFederation/flex/commit/00a67736d6fa45b796c99d4f763632027cfad8c8))
* **admin-ui:** format the code ([87a5ff0](https://github.com/GluuFederation/flex/commit/87a5ff016312e385de48fe9af7a256d68a7ed329))
* **admin-ui:** implement limit on users page ([c59987f](https://github.com/GluuFederation/flex/commit/c59987fb04a834d63cf7a27fcad263a5a6d2c4f2))
* **admin-ui:** misc changes [#663](https://github.com/GluuFederation/flex/issues/663) ([4c36576](https://github.com/GluuFederation/flex/commit/4c3657669fd1b827d35eaa239dde0f04a4afbc5b))
* **admin-ui:** remove toast on search ([e97a94e](https://github.com/GluuFederation/flex/commit/e97a94ea819a4c74a490062bf9fa2071ed3843d3))
* error on getting API response from jans-config-api server [#732](https://github.com/GluuFederation/flex/issues/732) ([3803c24](https://github.com/GluuFederation/flex/commit/3803c241a621ebbd37dd7bee31befde4d529d3eb))
* prepare for 5.0.0-7 release ([7f96937](https://github.com/GluuFederation/flex/commit/7f9693729156b04367b85d0d44a4022a52d53417))

## [1.0.5](https://github.com/GluuFederation/flex/compare/admin-ui-v1.0.4...admin-ui-v1.0.5) (2022-12-08)


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.5",
"version": "1.0.7",
"description": "UI to administer the jans-sever features",
"keywords": [
"jans-server",
Expand Down