Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.7.1...v2.0.0) (2020-08-18)

### Bug Fixes

* **bar:** overlay not disappear ([8282af3](8282af3))
* **promises:** handle errors ([9e6f87a](9e6f87a))
* **yarn.lock:** correct registry ([0b0a1bd](0b0a1bd))

### Performance Improvements

* **progress bar:** when progress ended there's a better animation ([713158f](713158f))

* refactor(whitelist and modules)!: change whitelist declaration ([8496eeb](8496eeb))

### BREAKING CHANGES

* whitelist now must be declared with .forRoot() in module
BREAKING CHANGES: remove router module for better management
BREAKING CHANGES: NgxProgressModule is now the old NgxProgressOnlyBarModule
  • Loading branch information
semantic-release-bot committed Aug 18, 2020
1 parent 9073683 commit 523f754
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [2.0.0](https://github.com/kKen94/ngx-progress/compare/v1.7.1...v2.0.0) (2020-08-18)


### Bug Fixes

* **bar:** overlay not disappear ([8282af3](https://github.com/kKen94/ngx-progress/commit/8282af31969afbb7ac9a5a27756c1b97e91b0781))
* **promises:** handle errors ([9e6f87a](https://github.com/kKen94/ngx-progress/commit/9e6f87a6a9e390645a1db56143cfa371c87f4c8d))
* **yarn.lock:** correct registry ([0b0a1bd](https://github.com/kKen94/ngx-progress/commit/0b0a1bdcc137656c906d636370e02ae9ac6c48ca))


### Performance Improvements

* **progress bar:** when progress ended there's a better animation ([713158f](https://github.com/kKen94/ngx-progress/commit/713158f4442a02a7e0a9b56b2033be9ebbf48bd8))


* refactor(whitelist and modules)!: change whitelist declaration ([8496eeb](https://github.com/kKen94/ngx-progress/commit/8496eeb9f30cabc6b8b0ae0cfb380424d8d705e5))


### BREAKING CHANGES

* whitelist now must be declared with .forRoot() in module
BREAKING CHANGES: remove router module for better management
BREAKING CHANGES: NgxProgressModule is now the old NgxProgressOnlyBarModule

## [1.7.1](https://github.com/kKen94/ngx-progress/compare/v1.7.0...v1.7.1) (2020-08-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-progress",
"version": "1.7.1",
"version": "2.0.0",
"scripts": {
"ng": "ng",
"lint": "ng lint",
Expand Down
2 changes: 1 addition & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kken94/ngx-progress",
"version": "1.7.1",
"version": "2.0.0",
"description": "The most powerful and customizable progress bar for Angular ✨",
"license": "MIT",
"homepage": "https://kken94.github.io/ngx-progress/",
Expand Down

0 comments on commit 523f754

Please sign in to comment.