Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Feb 4, 2023
1 parent 136a784 commit eb825db
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][]

## [7.0.0][] - 2023-02-04

### Added

- Adding support for extending global theme added via `NgxSkeletonLoaderModule.forRoot({ theme: /* ...list of CSS atributes */} })`
Expand Down Expand Up @@ -554,3 +556,7 @@ Now we can define the animation we want to use in `<ngx-skeleton-loader>` compon
[5.0.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v5.0.0
[unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v6.0.0


[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v7.0.0...HEAD
[7.0.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v7.0.0
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": "6.0.0",
"version": "7.0.0",
"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": "6.0.0",
"version": "7.0.0",
"peerDependencies": {
"@angular/common": ">=8.0.0",
"@angular/core": ">=8.0.0"
Expand Down

0 comments on commit eb825db

Please sign in to comment.