Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CatalinB7 committed Nov 13, 2023
1 parent 3c624dc commit 28355a6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v15.0.6 (2023-11-09)
* **grid** adjust min-width for sticky container
* **grid** condition last resize handle
* **grid** emit column percentage changes
* **grid** set refresh btn as sticky

# v15.0.5 (2023-11-08)
* **grid** move progress bar to parent container
* **grid** rethink scrollable strategy
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-components",
"version": "15.0.5",
"version": "15.0.6",
"author": {
"name": "UiPath Inc",
"url": "https://uipath.com"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4455,6 +4455,7 @@ describe('Component: UiGrid', () => {
[refreshable]="true"
[selectable]="false"
[virtualScroll]="virtualScroll"
[allowHighlight]="true"
[minWidth]="minWidth"
(resizeEmissions)="resizeEmissions = $event">
<ui-grid-column [property]="'myNumber'"
Expand Down
2 changes: 1 addition & 1 deletion projects/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uipath/angular",
"version": "15.0.5",
"version": "15.0.6",
"license": "MIT",
"author": {
"name": "UiPath Inc",
Expand Down

0 comments on commit 28355a6

Please sign in to comment.