From 5370dfb39107d28491d35daa7328126cc583000b Mon Sep 17 00:00:00 2001 From: Catalin Date: Wed, 31 May 2023 12:34:58 +0300 Subject: [PATCH 1/2] fix(grid): move radio btn in radio group --- .../ui-grid/src/ui-grid.component.html | 27 +++++++++++-------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/projects/angular/components/ui-grid/src/ui-grid.component.html b/projects/angular/components/ui-grid/src/ui-grid.component.html index 49458f6a3..074ba9300 100644 --- a/projects/angular/components/ui-grid/src/ui-grid.component.html +++ b/projects/angular/components/ui-grid/src/ui-grid.component.html @@ -350,11 +350,14 @@
- + + +
- + + + Date: Wed, 31 May 2023 12:35:18 +0300 Subject: [PATCH 2/2] chore: bump version to v14.8.2 --- 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 d6eb2cac1..4847e857d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v14.8.2 (2023-05-31) +* **grid** move radio btn in radio group + # v14.8.1 (2023-05-29) * **grid** add tooltips & disable state for radio selection * **grid** add tests for radio selection diff --git a/package-lock.json b/package-lock.json index 4ce34c199..825f64089 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-components", - "version": "14.8.1", + "version": "14.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-components", - "version": "14.8.1", + "version": "14.8.2", "license": "MIT", "dependencies": { "@angular/animations": "14.2.12", diff --git a/package.json b/package.json index 73c0185cc..3c432d09e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "14.8.1", + "version": "14.8.2", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index 028e4a9fc..a3d593789 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "14.8.1", + "version": "14.8.2", "license": "MIT", "author": { "name": "UiPath Inc",