From 0782e1df43750a5ff55031771662e3253c59e478 Mon Sep 17 00:00:00 2001 From: Catalin Date: Tue, 30 Jan 2024 11:54:47 +0200 Subject: [PATCH] chore: bump version to v15.1.3 --- 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 23538d1c..aea0a05d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v15.1.3 (2024-01-30) +* **grid** exclude emtpy array from filter value + # v15.1.2 (2024-01-29) * **grid** allow resetting searchable directive's value diff --git a/package-lock.json b/package-lock.json index 070464c9..c635c413 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-components", - "version": "15.1.2", + "version": "15.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-components", - "version": "15.1.2", + "version": "15.1.3", "license": "MIT", "dependencies": { "@angular/animations": "15.2.9", diff --git a/package.json b/package.json index ac710592..a675683f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "15.1.2", + "version": "15.1.3", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index 7bb43295..95008e4a 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "15.1.2", + "version": "15.1.3", "license": "MIT", "author": { "name": "UiPath Inc",