Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2021-01-10)

### Bug Fixes

* **dev dep:** angular 11 ([e43b806](e43b806))
  • Loading branch information
semantic-release-bot committed Jan 10, 2021
1 parent 9b2983b commit 530ead0
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.1](https://github.com/kKen94/ngx-progress/compare/v2.1.0...v2.1.1) (2021-01-10)


### Bug Fixes

* **dev dep:** angular 11 ([e43b806](https://github.com/kKen94/ngx-progress/commit/e43b806d078c8f7e7feae34d3e3acd81747e9434))

# [2.1.0](https://github.com/kKen94/ngx-progress/compare/v2.0.0...v2.1.0) (2020-10-02)


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.0",
"version": "2.1.1",
"scripts": {
"ng": "ng",
"lint": "ng lint",
Expand Down
60 changes: 38 additions & 22 deletions projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,45 @@
{
"name":"@kken94/ngx-progress",
"version":"2.1.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"
"name": "@kken94/ngx-progress",
"version": "2.1.1",
"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"
"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"
"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":"~11.0.7",
"rxjs":"~6.6.3"
"private": false,
"keywords": [
"angular",
"ng2",
"ng4",
"ng5",
"ng6",
"ng7",
"ng8",
"ng9",
"ngx",
"typescript",
"library",
"loader",
"progressbar",
"spinner",
"interceptor"
],
"peerDependencies": {
"@angular/core": "~11.0.7",
"rxjs": "~6.6.3"
},
"dependencies":{
"tslib":"^2.0.0"
"dependencies": {
"tslib": "^2.0.0"
}
}

0 comments on commit 530ead0

Please sign in to comment.