Skip to content

Commit febba42

Browse files
authored
chore(main): release admin-ui 1.0.7 (#779)
1 parent 4578378 commit febba42

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

admin-ui/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [1.0.7](https://github.com/GluuFederation/flex/compare/admin-ui-v1.0.5...admin-ui-v1.0.7) (2023-02-22)
4+
5+
6+
### Features
7+
8+
* **admin-ui:** added information icon on client ([5c8d2a8](https://github.com/GluuFederation/flex/commit/5c8d2a8e22ee86c1508429944ecc393c51cf8034))
9+
* **admin-ui:** implement finish button on client ([0a71edc](https://github.com/GluuFederation/flex/commit/0a71edc1487771afc893a10ef78bd62fa37f098c))
10+
* **admin-ui:** implement help icon on label ([cc176f6](https://github.com/GluuFederation/flex/commit/cc176f685ebbf6db6d5db413cb840da0486afa44))
11+
* **admin-ui:** implement toast ([08155a3](https://github.com/GluuFederation/flex/commit/08155a365a9974b0ddfaca216aa6da34cc55436e))
12+
* apis changes in admin-ui [#649](https://github.com/GluuFederation/flex/issues/649) ([814920b](https://github.com/GluuFederation/flex/commit/814920b3e5c7fbae911f1c61fda876e985bb721e))
13+
14+
15+
### Bug Fixes
16+
17+
* **admin-ui:** add validation for finish button ([f5ace25](https://github.com/GluuFederation/flex/commit/f5ace251a7064766774d910f5118352a35e54afd))
18+
* **admin-ui:** boolean and string undefined fix ([c4df14b](https://github.com/GluuFederation/flex/commit/c4df14b0aa54b1f31f877144f9bb460e964e9b3e))
19+
* **admin-ui:** change redirect url mandatory logic ([cabea3d](https://github.com/GluuFederation/flex/commit/cabea3dbf0db40b1bf8ce15d5a91734e104cd15f))
20+
* **admin-ui:** change the text for error ([4878e93](https://github.com/GluuFederation/flex/commit/4878e93e7bae8df4e836689c4cd9d42cafbb917b))
21+
* **admin-ui:** client submit issue fixed ([114a306](https://github.com/GluuFederation/flex/commit/114a306e922acff0f204e00fdf5fa94cb7d0f2bd))
22+
* **admin-ui:** fix pagination and users page ([0516f3b](https://github.com/GluuFederation/flex/commit/0516f3bd4d8495780fa5f21aedc9ec1e3752ccd0))
23+
* **admin-ui:** fix type ahead ([00a6773](https://github.com/GluuFederation/flex/commit/00a67736d6fa45b796c99d4f763632027cfad8c8))
24+
* **admin-ui:** format the code ([87a5ff0](https://github.com/GluuFederation/flex/commit/87a5ff016312e385de48fe9af7a256d68a7ed329))
25+
* **admin-ui:** implement limit on users page ([c59987f](https://github.com/GluuFederation/flex/commit/c59987fb04a834d63cf7a27fcad263a5a6d2c4f2))
26+
* **admin-ui:** misc changes [#663](https://github.com/GluuFederation/flex/issues/663) ([4c36576](https://github.com/GluuFederation/flex/commit/4c3657669fd1b827d35eaa239dde0f04a4afbc5b))
27+
* **admin-ui:** remove toast on search ([e97a94e](https://github.com/GluuFederation/flex/commit/e97a94ea819a4c74a490062bf9fa2071ed3843d3))
28+
* 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))
29+
* prepare for 5.0.0-7 release ([7f96937](https://github.com/GluuFederation/flex/commit/7f9693729156b04367b85d0d44a4022a52d53417))
30+
331
## [1.0.5](https://github.com/GluuFederation/flex/compare/admin-ui-v1.0.4...admin-ui-v1.0.5) (2022-12-08)
432

533

admin-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluu-admin-ui",
3-
"version": "1.0.5",
3+
"version": "1.0.7",
44
"description": "UI to administer the jans-sever features",
55
"keywords": [
66
"jans-server",

0 commit comments

Comments
 (0)