Skip to content

Commit

Permalink
chore: minor changes before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Jul 13, 2021
1 parent 7163715 commit 5fe684b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

### Fixed

- Ensures every ARIA progressbar node has an accessible name. This is caused by missing aria-label on the `<span>` element.

Thanks @rkristelijn for raising the issue and the pull request!

## [2.10.0][] - 2021-06-15

### Added
Expand Down Expand Up @@ -445,7 +451,5 @@ Now we can define the animation we want to use in `<ngx-skeleton-loader>` compon
[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


[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v2.10.0...HEAD
[2.10.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.10.0
[unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v2.10.0...HEAD
[2.10.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.10.0
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"e2e": "ng e2e",
"bundlesize": "bundlesize",
"build:pkg": "ng build ngx-skeleton-loader --prod",
"build:pkg:trace": "node --trace-warnings ./node_modules/@angular/cli/bin/ng build ngx-skeleton-loader --prod",
"update-library-version": "node ./scripts/build.js && cp -f *.md dist/ngx-skeleton-loader",
"postversion": "git push && git push --tags",
"prepublish": "npm run build && npm run build:pkg && npm run update-library-version",
Expand Down

0 comments on commit 5fe684b

Please sign in to comment.