Skip to content

Commit cc493a7

Browse files
2.8.0
1 parent e24993a commit cc493a7

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.8.0][] - 2021-02-18
11+
1012
### Fixed
1113

1214
- Using `ngAcceptInputType_count` for template checking in count input. That solves issue https://github.com/willmendesneto/ngx-skeleton-loader/issues/59. You can find more details about it in https://angular.io/guide/template-typecheck
@@ -385,3 +387,7 @@ Now we can define the animation we want to use in `<ngx-skeleton-loader>` compon
385387
[2.6.2]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.6.2
386388
[unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v2.7.0...HEAD
387389
[2.7.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.7.0
390+
391+
392+
[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v2.8.0...HEAD
393+
[2.8.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.8.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.7.0",
4+
"version": "2.8.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.7.0",
4+
"version": "2.8.0",
55
"peerDependencies": {
66
"@angular/common": ">=8.0.0",
77
"@angular/core": ">=8.0.0"

0 commit comments

Comments
 (0)