Skip to content

Commit b4ba01b

Browse files
committed
chore: bump version /w changelog
1 parent d3ce558 commit b4ba01b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.10.5 (2019-07-31)
2+
* `*uiContentLoading` is a new structural directive that will will render a progress spinner while the input value is `true` else it will render the content within the container (similar to `*ngIf`)
3+
* **ui-progress-button** fix stroke width
4+
* **ui-progress-button** add fade animation to the button text
5+
16
# v0.10.4 (2019-07-29)
27
* [progress-button] implement button augmentor directive, that enables loading state configuraiton via a progress bar
38
* [spinner-button] implement button augmentor directive, that enables loading state configuraiton via a spinner

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-components",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
44
"author": {
55
"name": "UiPath Inc",
66
"url": "https://github.com/UiPath/angular-components"

projects/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uipath/angular",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
44
"license": "MIT",
55
"author": {
66
"name": "UiPath Inc",

0 commit comments

Comments
 (0)