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/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 @@