From 0e57af4f6a75ec39fff1ecef3f9cccf7165f9c7a Mon Sep 17 00:00:00 2001 From: Alexandru Georoceanu Date: Fri, 19 May 2023 15:13:31 +0300 Subject: [PATCH] chore: bump version to v14.7.13 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- projects/angular/package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a8fe618..58f6b5735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v14.7.13 (2023-05-18) +* **grid** add indeterminate state support for checkboxes + * **suggest** emit on blur & focus + # v14.7.12 (2023-05-17) * **suggest** remove chip remove button from tabindex diff --git a/package-lock.json b/package-lock.json index 0a218a35f..57bb8a819 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-components", - "version": "14.7.12", + "version": "14.7.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-components", - "version": "14.7.12", + "version": "14.7.13", "license": "MIT", "dependencies": { "@angular/animations": "14.2.12", diff --git a/package.json b/package.json index 9abfd635d..fe221064e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "14.7.12", + "version": "14.7.13", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index 25bee6c69..613eb7bac 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "14.7.12", + "version": "14.7.13", "license": "MIT", "author": { "name": "UiPath Inc",