Skip to content

Commit

Permalink
2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Apr 11, 2021
1 parent df283bf commit 5a2332a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

## [2.9.2][] - 2021-04-11

### Updated

- Updating link in README.md
Expand Down Expand Up @@ -426,3 +428,7 @@ Now we can define the animation we want to use in `<ngx-skeleton-loader>` compon
[2.9.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.9.0
[unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v2.9.1...HEAD
[2.9.1]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.9.1


[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v2.9.2...HEAD
[2.9.2]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.9.2
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,7 +1,7 @@
{
"name": "ngx-skeleton-loader-demo",
"description": "Make beautiful, animated loading skeletons that automatically adapt to your Angular apps",
"version": "2.9.1",
"version": "2.9.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-skeleton-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-skeleton-loader",
"description": "Make beautiful, animated loading skeletons that automatically adapt to your Angular apps",
"version": "2.9.1",
"version": "2.9.2",
"peerDependencies": {
"@angular/common": ">=8.0.0",
"@angular/core": ">=8.0.0"
Expand Down

0 comments on commit 5a2332a

Please sign in to comment.