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) (2019-08-25)

### Bug Fixes

* **404:** fix 404 page to redirect to home ([b59f7d9](b59f7d9))
* **api:** Project Module: using kubeview service account to enable k8s queries ([dfcca18](dfcca18))
* **api:** testing a fix for NotificationService.send() ([3ce2827](3ce2827))
* **build:** fix -E HUSKY_USE_YARN ([3f55590](3f55590))
* **core:** fix husky hooks ([d94e514](d94e514))
* **deps:** update angular monorepo ([28a5904](28a5904))
* **deps:** update angular monorepo ([63b3a54](63b3a54))
* **deps:** update angular monorepo to >=8.2.3 ([6b1e276](6b1e276))
* **deps:** update angularcli monorepo ([8e54471](8e54471))
* **deps:** update angularcli monorepo ([0da303a](0da303a))
* **deps:** update angularcli monorepo ([775360b](775360b))
* **deps:** update angularmaterial monorepo to >=8.1.3 ([e8d06b4](e8d06b4))
* **deps:** update dependency @fortawesome/angular-fontawesome to ^0.5.0 ([6a5c7f5](6a5c7f5))
* **deps:** update nginxinc/nginx-unprivileged docker tag to v1.17.2 ([ab7e050](ab7e050))
* **notifications:** fix notifications delete and make-all-as-read commands ([fc3e683](fc3e683))
* **styles:** fix scss imports issues with latest sass-loader ([0050e9d](0050e9d))

### Features

* **api:** added rest-client tests for VS Code ([521ddc3](521ddc3))
* **api:** adding jetbrain rest/http client testing tool ([15ef31d](15ef31d))
* **api:** API DOCKER:  ADD TINI FOR SIGNAL HANDLING ([456397d](456397d))
* **api:** enhanced search options for projects ([f34a3bf](f34a3bf))
* **api:** experimenting with @nestjs/cqrs ([c2b69f4](c2b69f4))
* **api:** merged e2e projects into parent project ([195ef66](195ef66))
* **api:** now using built-in ParseUUIDPipe ([4710cbb](4710cbb))
* **api:** refactored to share more code between frontend and backend ([ddb088d](ddb088d))
* **api:** renamed drawio file ([be48be6](be48be6))
* **api:** trying typeorm's value transformers ([65bfdce](65bfdce))
* **auth:** switching back to angular-oauth2-oidc ([14e7f17](14e7f17))
* **auth:** switching OpenID Connect provider to Google ([e5d052a](e5d052a))
* **auth:** switching OpenID Connect provider to Google for API ([eff9ad5](eff9ad5))
* **core:** adding AppConfigService to support remote dynamic config ([fc82a8e](fc82a8e))
* **core:** adding custom rxjs operator  retryWithBackoff ([37dffcf](37dffcf))
* **core:** prepare for differential-loading ([6353e4b](6353e4b))
* **deploy:** added OpenShift4 deployment files ([bca7f73](bca7f73))
* **deploy:** using google's distroless base image for node apps ([7f53ed7](7f53ed7))
* **deploy:** using Helm for API deployment ([92add74](92add74))
* **image-comparison:** converted image-comparison js-->ts ([8c285e1](8c285e1)), closes [#121](#121)
* **tools:** lib update ([4bb35b3](4bb35b3))
* **utils:** adding new operator 'toClass' ([9d12f8d](9d12f8d))
* **vscode:** fix VS Code settings ([1ba568c](1ba568c))
* **webapp:** added helm chart for angular webapp deployment ([a87dd79](a87dd79))
  • Loading branch information
semantic-release-bot committed Aug 25, 2019
1 parent d77f48f commit 4a8fed3
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 2 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
# [2.1.0](https://github.com/xmlking/ngx-starter-kit/compare/v2.0.0...v2.1.0) (2019-08-25)


### Bug Fixes

* **404:** fix 404 page to redirect to home ([b59f7d9](https://github.com/xmlking/ngx-starter-kit/commit/b59f7d9))
* **api:** Project Module: using kubeview service account to enable k8s queries ([dfcca18](https://github.com/xmlking/ngx-starter-kit/commit/dfcca18))
* **api:** testing a fix for NotificationService.send() ([3ce2827](https://github.com/xmlking/ngx-starter-kit/commit/3ce2827))
* **build:** fix -E HUSKY_USE_YARN ([3f55590](https://github.com/xmlking/ngx-starter-kit/commit/3f55590))
* **core:** fix husky hooks ([d94e514](https://github.com/xmlking/ngx-starter-kit/commit/d94e514))
* **deps:** update angular monorepo ([28a5904](https://github.com/xmlking/ngx-starter-kit/commit/28a5904))
* **deps:** update angular monorepo ([63b3a54](https://github.com/xmlking/ngx-starter-kit/commit/63b3a54))
* **deps:** update angular monorepo to >=8.2.3 ([6b1e276](https://github.com/xmlking/ngx-starter-kit/commit/6b1e276))
* **deps:** update angularcli monorepo ([8e54471](https://github.com/xmlking/ngx-starter-kit/commit/8e54471))
* **deps:** update angularcli monorepo ([0da303a](https://github.com/xmlking/ngx-starter-kit/commit/0da303a))
* **deps:** update angularcli monorepo ([775360b](https://github.com/xmlking/ngx-starter-kit/commit/775360b))
* **deps:** update angularmaterial monorepo to >=8.1.3 ([e8d06b4](https://github.com/xmlking/ngx-starter-kit/commit/e8d06b4))
* **deps:** update dependency @fortawesome/angular-fontawesome to ^0.5.0 ([6a5c7f5](https://github.com/xmlking/ngx-starter-kit/commit/6a5c7f5))
* **deps:** update nginxinc/nginx-unprivileged docker tag to v1.17.2 ([ab7e050](https://github.com/xmlking/ngx-starter-kit/commit/ab7e050))
* **notifications:** fix notifications delete and make-all-as-read commands ([fc3e683](https://github.com/xmlking/ngx-starter-kit/commit/fc3e683))
* **styles:** fix scss imports issues with latest sass-loader ([0050e9d](https://github.com/xmlking/ngx-starter-kit/commit/0050e9d))


### Features

* **api:** added rest-client tests for VS Code ([521ddc3](https://github.com/xmlking/ngx-starter-kit/commit/521ddc3))
* **api:** adding jetbrain rest/http client testing tool ([15ef31d](https://github.com/xmlking/ngx-starter-kit/commit/15ef31d))
* **api:** API DOCKER: ADD TINI FOR SIGNAL HANDLING ([456397d](https://github.com/xmlking/ngx-starter-kit/commit/456397d))
* **api:** enhanced search options for projects ([f34a3bf](https://github.com/xmlking/ngx-starter-kit/commit/f34a3bf))
* **api:** experimenting with @nestjs/cqrs ([c2b69f4](https://github.com/xmlking/ngx-starter-kit/commit/c2b69f4))
* **api:** merged e2e projects into parent project ([195ef66](https://github.com/xmlking/ngx-starter-kit/commit/195ef66))
* **api:** now using built-in ParseUUIDPipe ([4710cbb](https://github.com/xmlking/ngx-starter-kit/commit/4710cbb))
* **api:** refactored to share more code between frontend and backend ([ddb088d](https://github.com/xmlking/ngx-starter-kit/commit/ddb088d))
* **api:** renamed drawio file ([be48be6](https://github.com/xmlking/ngx-starter-kit/commit/be48be6))
* **api:** trying typeorm's value transformers ([65bfdce](https://github.com/xmlking/ngx-starter-kit/commit/65bfdce))
* **auth:** switching back to angular-oauth2-oidc ([14e7f17](https://github.com/xmlking/ngx-starter-kit/commit/14e7f17))
* **auth:** switching OpenID Connect provider to Google ([e5d052a](https://github.com/xmlking/ngx-starter-kit/commit/e5d052a))
* **auth:** switching OpenID Connect provider to Google for API ([eff9ad5](https://github.com/xmlking/ngx-starter-kit/commit/eff9ad5))
* **core:** adding AppConfigService to support remote dynamic config ([fc82a8e](https://github.com/xmlking/ngx-starter-kit/commit/fc82a8e))
* **core:** adding custom rxjs operator retryWithBackoff ([37dffcf](https://github.com/xmlking/ngx-starter-kit/commit/37dffcf))
* **core:** prepare for differential-loading ([6353e4b](https://github.com/xmlking/ngx-starter-kit/commit/6353e4b))
* **deploy:** added OpenShift4 deployment files ([bca7f73](https://github.com/xmlking/ngx-starter-kit/commit/bca7f73))
* **deploy:** using google's distroless base image for node apps ([7f53ed7](https://github.com/xmlking/ngx-starter-kit/commit/7f53ed7))
* **deploy:** using Helm for API deployment ([92add74](https://github.com/xmlking/ngx-starter-kit/commit/92add74))
* **image-comparison:** converted image-comparison js-->ts ([8c285e1](https://github.com/xmlking/ngx-starter-kit/commit/8c285e1)), closes [#121](https://github.com/xmlking/ngx-starter-kit/issues/121)
* **tools:** lib update ([4bb35b3](https://github.com/xmlking/ngx-starter-kit/commit/4bb35b3))
* **utils:** adding new operator 'toClass' ([9d12f8d](https://github.com/xmlking/ngx-starter-kit/commit/9d12f8d))
* **vscode:** fix VS Code settings ([1ba568c](https://github.com/xmlking/ngx-starter-kit/commit/1ba568c))
* **webapp:** added helm chart for angular webapp deployment ([a87dd79](https://github.com/xmlking/ngx-starter-kit/commit/a87dd79))

# [2.0.0](https://github.com/xmlking/ngx-starter-kit/compare/v1.5.0...v2.0.0) (2019-03-21)


Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-starter-kit",
"version": "2.0.4",
"version": "2.1.0",
"description": "Angular-NestJS Starter Kit Monorepo",
"author": "Sumanth Chinthagunta <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -70,7 +70,6 @@
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS HUSKY_USE_YARN",
"pre-commit": "lint-staged"
}
Expand Down

0 comments on commit 4a8fed3

Please sign in to comment.