diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c56ec9f..976b912ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v14.7.11 (2023-05-17) +* **feat** add tabIndex to matIcons with matTooltips in UiAutoAccessibleLabelDirective + # v14.7.10 (2023-05-12) * **suggest** add aria label to search input diff --git a/package-lock.json b/package-lock.json index f89dbe000..47b03a68d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-components", - "version": "14.7.10", + "version": "14.7.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-components", - "version": "14.7.10", + "version": "14.7.11", "license": "MIT", "dependencies": { "@angular/animations": "14.2.12", diff --git a/package.json b/package.json index 5d9c5cdee..a66f50585 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "14.7.10", + "version": "14.7.11", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index d89d59c7c..30dc9044f 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "14.7.10", + "version": "14.7.11", "license": "MIT", "author": { "name": "UiPath Inc",