diff --git a/CHANGELOG.md b/CHANGELOG.md index cb35a9063..31414b747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.10.7 (2019-08-28) +* **grid** react to ngIf-ed columns +* **drag-and-drop-file** respect multiple=false flag + # v0.10.6 (2019-08-01) * **ui-suggest** set static spinner strokeWidth @@ -7,7 +11,7 @@ * **ui-progress-button** add fade animation to the button text # v0.10.4 (2019-07-29) -* [progress-button] implement button augmentor directive, that enables loading state configuraiton via a progress bar +* [progress-button] implement button augmentor directive, that enables loading state configuration via a progress bar * [spinner-button] implement button augmentor directive, that enables loading state configuraiton via a spinner # v0.10.3 (2019-07-17) diff --git a/package-lock.json b/package-lock.json index 4b459bdc0..f1a3b0ba1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "0.10.6", + "version": "0.10.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bef013926..7ea13d154 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "0.10.6", + "version": "0.10.7", "author": { "name": "UiPath Inc", "url": "https://github.com/UiPath/angular-components" diff --git a/projects/angular/package.json b/projects/angular/package.json index 23c2dcc76..d8fc3ffd9 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "0.10.6", + "version": "0.10.7", "license": "MIT", "author": { "name": "UiPath Inc",