Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.2...v2.2.0) (2021-08-07)

### Bug Fixes

* **interceptor:** Fix [#14](#14) ([5faca89](5faca89))

### Features

* **angular:** update core to v12 ([8c68edd](8c68edd))
* **flex-layout:** update to v12 ([1dc3d54](1dc3d54))
* **material:** update to v12 ([46c0ce1](46c0ce1))
  • Loading branch information
semantic-release-bot committed Aug 7, 2021
1 parent 3d13c0a commit 7d46151
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 46 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.2.0](https://github.com/kKen94/ngx-progress/compare/v2.1.2...v2.2.0) (2021-08-07)


### Bug Fixes

* **interceptor:** Fix [#14](https://github.com/kKen94/ngx-progress/issues/14) ([5faca89](https://github.com/kKen94/ngx-progress/commit/5faca89c910395beb08d00c860feb22952acd35f))


### Features

* **angular:** update core to v12 ([8c68edd](https://github.com/kKen94/ngx-progress/commit/8c68edd1ff1ca0b910e88943ea8e27603e4d0aae))
* **flex-layout:** update to v12 ([1dc3d54](https://github.com/kKen94/ngx-progress/commit/1dc3d54796a764241844eebd526bedcc80fed98c))
* **material:** update to v12 ([46c0ce1](https://github.com/kKen94/ngx-progress/commit/46c0ce10a529341cdd5114cf1d78322974114c9b))

## [2.1.2](https://github.com/kKen94/ngx-progress/compare/v2.1.1...v2.1.2) (2021-01-26)


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": "2.1.2",
"version": "2.2.0",
"scripts": {
"ng": "ng",
"lint": "ng lint",
Expand Down
90 changes: 45 additions & 45 deletions projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "@kken94/ngx-progress",
"version": "2.1.2",
"description": "The most powerful and customizable progress bar for Angular ✨",
"license": "MIT",
"homepage": "https://kken94.github.io/ngx-progress/",
"repository": {
"type": "git",
"url": "https://github.com/kKen94/ngx-progress.git"
},
"bugs": {
"url": "https://github.com/kKen94/ngx-progress/issues",
"email": "nicola.taddei.94@gmail.com"
},
"author": {
"name": "Nicola Taddei",
"email": "nicola.taddei.94@gmail.com",
"url": "nicolataddei.com"
},
"private": false,
"keywords": [
"angular",
"ng2",
"ng4",
"ng5",
"ng6",
"ng7",
"ng8",
"ng9",
"ngx",
"typescript",
"library",
"loader",
"progressbar",
"spinner",
"interceptor"
],
"peerDependencies": {
"@angular/core": "~12.2.0",
"rxjs": "~6.6.3"
},
"dependencies": {
"tslib": "^2.0.0"
}
}
{
"name": "@kken94/ngx-progress",
"version": "2.2.0",
"description": "The most powerful and customizable progress bar for Angular ✨",
"license": "MIT",
"homepage": "https://kken94.github.io/ngx-progress/",
"repository": {
"type": "git",
"url": "https://github.com/kKen94/ngx-progress.git"
},
"bugs": {
"url": "https://github.com/kKen94/ngx-progress/issues",
"email": "nicola.taddei.94@gmail.com"
},
"author": {
"name": "Nicola Taddei",
"email": "nicola.taddei.94@gmail.com",
"url": "nicolataddei.com"
},
"private": false,
"keywords": [
"angular",
"ng2",
"ng4",
"ng5",
"ng6",
"ng7",
"ng8",
"ng9",
"ngx",
"typescript",
"library",
"loader",
"progressbar",
"spinner",
"interceptor"
],
"peerDependencies": {
"@angular/core": "~12.2.0",
"rxjs": "~6.6.3"
},
"dependencies": {
"tslib": "^2.0.0"
}
}

0 comments on commit 7d46151

Please sign in to comment.