Skip to content

Commit c36d045

Browse files
2.9.0
1 parent ff2daf5 commit c36d045

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased][]
99

10+
## [2.9.0][] - 2021-02-19
11+
1012
### Added
1113

1214
- Adding validation for @Input attributes that needs internal manipulation. After these changes:
@@ -402,3 +404,7 @@ Now we can define the animation we want to use in `<ngx-skeleton-loader>` compon
402404
[2.7.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.7.0
403405
[unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v2.8.0...HEAD
404406
[2.8.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.8.0
407+
408+
409+
[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v2.9.0...HEAD
410+
[2.9.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.9.0

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,7 +1,7 @@
11
{
22
"name": "ngx-skeleton-loader-demo",
33
"description": "Make beautiful, animated loading skeletons that automatically adapt to your Angular apps",
4-
"version": "2.8.0",
4+
"version": "2.9.0",
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve",

projects/ngx-skeleton-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-skeleton-loader",
33
"description": "Make beautiful, animated loading skeletons that automatically adapt to your Angular apps",
4-
"version": "2.8.0",
4+
"version": "2.9.0",
55
"peerDependencies": {
66
"@angular/common": ">=8.0.0",
77
"@angular/core": ">=8.0.0"

0 commit comments

Comments
 (0)