diff --git a/CHANGELOG.md b/CHANGELOG.md index aea0a05d..4929a073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v15.1.4 (2024-02-02) +* **file-picker** dropzone should only highlight when dragging files + # v15.1.3 (2024-01-30) * **grid** exclude emtpy array from filter value diff --git a/package-lock.json b/package-lock.json index c635c413..30ba6650 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-components", - "version": "15.1.3", + "version": "15.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-components", - "version": "15.1.3", + "version": "15.1.4", "license": "MIT", "dependencies": { "@angular/animations": "15.2.9", diff --git a/package.json b/package.json index a675683f..3013ff29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "15.1.3", + "version": "15.1.4", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index 95008e4a..ff775f82 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "15.1.3", + "version": "15.1.4", "license": "MIT", "author": { "name": "UiPath Inc",