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",