From 7ef6225886a25aab8adb48523fe1124a9902680f Mon Sep 17 00:00:00 2001 From: Ioana Gheorghiu Date: Thu, 14 Dec 2023 14:29:37 +0200 Subject: [PATCH] chore: bump version to v15.0.16 --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- projects/angular/package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a047da7d..0b09b8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v15.0.16 (2023-12-14) +* **file-picker** file dropzone directive + # v15.0.15 (2023-12-12) * **grid** remove cell resize color change diff --git a/package-lock.json b/package-lock.json index 7d408f53..4cfc1da3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-components", - "version": "15.0.15", + "version": "15.0.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-components", - "version": "15.0.15", + "version": "15.0.16", "license": "MIT", "dependencies": { "@angular/animations": "15.2.9", diff --git a/package.json b/package.json index fad5804a..4f11b4b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "15.0.15", + "version": "15.0.16", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index 29273700..f61de728 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "15.0.15", + "version": "15.0.16", "license": "MIT", "author": { "name": "UiPath Inc",