From 2a1a52580679a6109b340ae86be7f0b070bcd9a4 Mon Sep 17 00:00:00 2001 From: Gheorghita Hurmuz Date: Tue, 14 Nov 2023 16:09:00 +0200 Subject: [PATCH] chore: bump version to v15.0.7 --- 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 e1e0ef78f..d488b290d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v15.0.7 (2023-11-14) +* **grid** add responsive styles for filter and pagination + # v15.0.6 (2023-11-09) * **grid** adjust min-width for sticky container * **grid** condition last resize handle diff --git a/package-lock.json b/package-lock.json index 6eb607548..03393db07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-components", - "version": "15.0.6", + "version": "15.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-components", - "version": "15.0.6", + "version": "15.0.7", "license": "MIT", "dependencies": { "@angular/animations": "15.2.9", diff --git a/package.json b/package.json index a60214a8f..9e59085f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "15.0.6", + "version": "15.0.7", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index bcafa7071..0aeed6710 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "15.0.6", + "version": "15.0.7", "license": "MIT", "author": { "name": "UiPath Inc",