diff --git a/CHANGELOG.md b/CHANGELOG.md index 976b912ca..e5a8fe618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v14.7.12 (2023-05-17) +* **suggest** remove chip remove button from tabindex + # v14.7.11 (2023-05-17) * **feat** add tabIndex to matIcons with matTooltips in UiAutoAccessibleLabelDirective diff --git a/package-lock.json b/package-lock.json index 47b03a68d..0a218a35f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-components", - "version": "14.7.11", + "version": "14.7.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-components", - "version": "14.7.11", + "version": "14.7.12", "license": "MIT", "dependencies": { "@angular/animations": "14.2.12", diff --git a/package.json b/package.json index a66f50585..9abfd635d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "14.7.11", + "version": "14.7.12", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/components/ui-suggest/src/ui-suggest.component.html b/projects/angular/components/ui-suggest/src/ui-suggest.component.html index f82244a62..b3308def1 100644 --- a/projects/angular/components/ui-suggest/src/ui-suggest.component.html +++ b/projects/angular/components/ui-suggest/src/ui-suggest.component.html @@ -116,7 +116,9 @@ {{ intl.translateLabel(option.text) }} - diff --git a/projects/angular/package.json b/projects/angular/package.json index 30dc9044f..25bee6c69 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "14.7.11", + "version": "14.7.12", "license": "MIT", "author": { "name": "UiPath Inc",