diff --git a/CHANGELOG.md b/CHANGELOG.md index 73bd8a6b9..c2ae3948d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v14.7.6 (2023-05-09) +* **suggest** condition title display by input + # v14.7.5 (2023-05-05) * **grid** fix styling of resize icon * **suggest** change focus logic diff --git a/package-lock.json b/package-lock.json index bd740a41b..993addbf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-components", - "version": "14.7.5", + "version": "14.7.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-components", - "version": "14.7.5", + "version": "14.7.6", "license": "MIT", "dependencies": { "@angular/animations": "14.2.12", diff --git a/package.json b/package.json index 19d57a2c1..cfcd50bbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "14.7.5", + "version": "14.7.6", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index 19e67fc22..236a41006 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "14.7.5", + "version": "14.7.6", "license": "MIT", "author": { "name": "UiPath Inc",