Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2020-10-02)

### Features

* **typescript:** support v4.0 ([92150b5](92150b5))
  • Loading branch information
semantic-release-bot committed Oct 2, 2020
1 parent 392ebbb commit a9533e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 139 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.0](https://github.com/kKen94/ngx-progress/compare/v2.0.0...v2.1.0) (2020-10-02)


### Features

* **typescript:** support v4.0 ([92150b5](https://github.com/kKen94/ngx-progress/commit/92150b55d9480c4145719db225933fc865d2b6c3))

# [2.0.0](https://github.com/kKen94/ngx-progress/compare/v1.7.1...v2.0.0) (2020-08-18)


Expand Down
95 changes: 1 addition & 94 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,94 +1 @@
{
"name": "ngx-progress",
"version": "2.0.0",
"scripts": {
"ng": "ng",
"lint": "ng lint",
"semantic-release": "semantic-release",
"start:demo": "ng serve demo --open --port=3310",
"build": "yarn run build:lib && yarn run build:demo",
"build:lib": "ng build lib --prod && yarn run copy:files",
"build:demo": "ng build demo --prod --base-href /ngx-progress/",
"publish:lib": "npx semantic-release",
"publish:demo": "npx angular-cli-ghpages --dir=./dist/demo",
"copy:files": "yarn run copy:readme && yarn run copy:license && yarn run copy:conduct",
"copy:license": "copyfiles ./LICENSE.md ./dist/lib",
"copy:readme": "copyfiles ./README.md ./dist/lib",
"copy:conduct": "copyfiles ./CODE_OF_CONDUCT.md ./dist/lib",
"adjust-version": "npm-run-all adjust-version:*",
"adjust-version:lib": "rjp projects/lib/package.json version $VERSION",
"adjust-version:main": "rjp package.json version $VERSION",
"format:check": "prettier --list-different \"projects/**/*.ts\"",
"format:write": "prettier --write \"projects/**/*.ts\"",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points --tsconfig \"tsconfig.json\""
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"projects/**/*.ts": [
"pretty-quick --staged --pattern \"projects/**/*.ts\"",
"git add"
]
},
"private": true,
"dependencies": {
"@angular/animations": "~10.1.4",
"@angular/cdk": "~10.2.3",
"@angular/common": "~10.1.4",
"@angular/compiler": "~10.1.4",
"@angular/core": "~10.1.4",
"@angular/flex-layout": "10.0.0-beta.32",
"@angular/forms": "~10.1.4",
"@angular/material": "^10.2.3",
"@angular/platform-browser": "~10.1.4",
"@angular/platform-browser-dynamic": "~10.1.4",
"@angular/router": "~10.1.4",
"copyfiles": "^2.1.1",
"ngx-color": "^6.0.1",
"rxjs": "~6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1001.4",
"@angular-devkit/build-ng-packagr": "~0.1001.4",
"@angular/cli": "~10.1.4",
"@angular/compiler-cli": "~10.1.4",
"@angular/language-service": "~10.1.4",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/prompt": "^11.0.0",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@types/node": "^12.11.1",
"angular-cli-ghpages": "^0.6.0",
"angular-tslint-rules": "^1.20.1",
"codelyzer": "^6.0.0",
"husky": "^4.0.9",
"lint-staged": "^10.0.2",
"ng-packagr": "^10.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"pretty-quick": "^3.0.2",
"replace-json-property": "^1.4.1",
"semantic-release": "^17.0.1",
"ts-node": "^9.0.0",
"tslint": "~6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/kKen94/ngx-progress.git"
}
}
{"name":"ngx-progress","version":"2.1.0","scripts":{"ng":"ng","lint":"ng lint","semantic-release":"semantic-release","start:demo":"ng serve demo --open --port=3310","build":"yarn run build:lib && yarn run build:demo","build:lib":"ng build lib --prod && yarn run copy:files","build:demo":"ng build demo --prod --base-href /ngx-progress/","publish:lib":"npx semantic-release","publish:demo":"npx angular-cli-ghpages --dir=./dist/demo","copy:files":"yarn run copy:readme && yarn run copy:license && yarn run copy:conduct","copy:license":"copyfiles ./LICENSE.md ./dist/lib","copy:readme":"copyfiles ./README.md ./dist/lib","copy:conduct":"copyfiles ./CODE_OF_CONDUCT.md ./dist/lib","adjust-version":"npm-run-all adjust-version:*","adjust-version:lib":"rjp projects/lib/package.json version $VERSION","adjust-version:main":"rjp package.json version $VERSION","format:check":"prettier --list-different \"projects/**/*.ts\"","format:write":"prettier --write \"projects/**/*.ts\"","postinstall":"ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points --tsconfig \"tsconfig.json\""},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"commitlint":{"extends":["@commitlint/config-conventional"]},"lint-staged":{"projects/**/*.ts":["pretty-quick --staged --pattern \"projects/**/*.ts\"","git add"]},"private":true,"dependencies":{"@angular/animations":"~10.1.4","@angular/cdk":"~10.2.3","@angular/common":"~10.1.4","@angular/compiler":"~10.1.4","@angular/core":"~10.1.4","@angular/flex-layout":"10.0.0-beta.32","@angular/forms":"~10.1.4","@angular/material":"^10.2.3","@angular/platform-browser":"~10.1.4","@angular/platform-browser-dynamic":"~10.1.4","@angular/router":"~10.1.4","copyfiles":"^2.1.1","ngx-color":"^6.0.1","rxjs":"~6.6.3","tslib":"^2.0.0","zone.js":"~0.10.3"},"devDependencies":{"@angular-devkit/build-angular":"~0.1001.4","@angular-devkit/build-ng-packagr":"~0.1001.4","@angular/cli":"~10.1.4","@angular/compiler-cli":"~10.1.4","@angular/language-service":"~10.1.4","@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@commitlint/prompt":"^11.0.0","@semantic-release/changelog":"^5.0.0","@semantic-release/exec":"^5.0.0","@semantic-release/git":"^9.0.0","@types/node":"^12.11.1","angular-cli-ghpages":"^0.6.0","angular-tslint-rules":"^1.20.1","codelyzer":"^6.0.0","husky":"^4.0.9","lint-staged":"^10.0.2","ng-packagr":"^10.0.0","npm-run-all":"^4.1.5","prettier":"^2.0.5","pretty-quick":"^3.0.2","replace-json-property":"^1.4.1","semantic-release":"^17.0.1","ts-node":"^9.0.0","tslint":"~6.1.0","tslint-config-prettier":"^1.18.0","typescript":"^4.0.3"},"repository":{"type":"git","url":"https://github.com/kKen94/ngx-progress.git"}}
46 changes: 1 addition & 45 deletions projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1 @@
{
"name": "@kken94/ngx-progress",
"version": "2.0.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": "[email protected]"
},
"author": {
"name": "Nicola Taddei",
"email": "[email protected]",
"url": "nicolataddei.com"
},
"private": false,
"keywords": [
"angular",
"ng2",
"ng4",
"ng5",
"ng6",
"ng7",
"ng8",
"ng9",
"ngx",
"typescript",
"library",
"loader",
"progressbar",
"spinner",
"interceptor"
],
"peerDependencies": {
"@angular/core": "~10.0.9",
"rxjs": "~6.6.2"
},
"dependencies": {
"tslib": "^2.0.0"
}
}
{"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"},"bugs":{"url":"https://github.com/kKen94/ngx-progress/issues","email":"[email protected]"},"author":{"name":"Nicola Taddei","email":"[email protected]","url":"nicolataddei.com"},"private":false,"keywords":["angular","ng2","ng4","ng5","ng6","ng7","ng8","ng9","ngx","typescript","library","loader","progressbar","spinner","interceptor"],"peerDependencies":{"@angular/core":"~10.0.9","rxjs":"~6.6.2"},"dependencies":{"tslib":"^2.0.0"}}

0 comments on commit a9533e7

Please sign in to comment.