Skip to content

Commit

Permalink
chore: bump version /w changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
toxik committed Aug 28, 2019
1 parent 112dd88 commit 26bd17c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.10.6",
"version": "0.10.7",
"author": {
"name": "UiPath Inc",
"url": "https://github.com/UiPath/angular-components"
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": "0.10.6",
"version": "0.10.7",
"license": "MIT",
"author": {
"name": "UiPath Inc",
Expand Down

0 comments on commit 26bd17c

Please sign in to comment.