From 49dfcfd910c1e9f187a9f0452a424a6ffe8d3d09 Mon Sep 17 00:00:00 2001 From: Adrian Macuc Date: Mon, 5 Feb 2024 15:45:24 +0200 Subject: [PATCH] build: bump version to v15.1.5 --- 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 4929a073..42ae5455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v15.1.5 (2024-05-02) +* **grid** allow adding a custom search component via a template + # v15.1.4 (2024-02-02) * **file-picker** dropzone should only highlight when dragging files diff --git a/package-lock.json b/package-lock.json index 37262ea4..6553cfa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-components", - "version": "15.1.4", + "version": "15.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-components", - "version": "15.1.4", + "version": "15.1.5", "license": "MIT", "dependencies": { "@angular/animations": "15.2.9", diff --git a/package.json b/package.json index 3013ff29..3b7df5c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "15.1.4", + "version": "15.1.5", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index ff775f82..b943a578 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "15.1.4", + "version": "15.1.5", "license": "MIT", "author": { "name": "UiPath Inc",