From 0112614dcdadb4c13bcece7479c0674fcde21d52 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Oct 2018 16:01:29 -0700 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/xmlking/ngx-starter-kit.git/compare/v1.1.0...v1.2.0) (2018-10-28) ### Bug Fixes * **features:** using proper flex layout grid to render tiles ([8d68bdc](https://github.com/xmlking/ngx-starter-kit.git/commit/8d68bdc)) * **ngx-utils:** using ngx-utils ([a3dddab](https://github.com/xmlking/ngx-starter-kit.git/commit/a3dddab)) ### Features * **animations:** added new hierarchical Route Animation ([a799175](https://github.com/xmlking/ngx-starter-kit.git/commit/a799175)) * **api:** added 2nd node-app 'backend' to showcase file upload ([7ab7c5d](https://github.com/xmlking/ngx-starter-kit.git/commit/7ab7c5d)) * **api:** migrated database from mongodb to postgres ([a1ad294](https://github.com/xmlking/ngx-starter-kit.git/commit/a1ad294)) * **app:** Automatically set pageTitle from route data ([6f337c5](https://github.com/xmlking/ngx-starter-kit.git/commit/6f337c5)) * **dependencies:** nrwl/nx -> 6.4.0 , rebuild apps/api module with nx node-apps ([779b596](https://github.com/xmlking/ngx-starter-kit.git/commit/779b596)) * **experiments:** added new example to showcase flex-layout with grid ([5034b6e](https://github.com/xmlking/ngx-starter-kit.git/commit/5034b6e)) * **ngx-utils:** ngx-utils module replace ngx-pipes ([8f4e7ec](https://github.com/xmlking/ngx-starter-kit.git/commit/8f4e7ec)) * **ngx-utils:** using new untilDestroy ([1e569e8](https://github.com/xmlking/ngx-starter-kit.git/commit/1e569e8)) --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfba2f78f..e47d4800b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.2.0](https://github.com/xmlking/ngx-starter-kit.git/compare/v1.1.0...v1.2.0) (2018-10-28) + + +### Bug Fixes + +* **features:** using proper flex layout grid to render tiles ([8d68bdc](https://github.com/xmlking/ngx-starter-kit.git/commit/8d68bdc)) +* **ngx-utils:** using ngx-utils ([a3dddab](https://github.com/xmlking/ngx-starter-kit.git/commit/a3dddab)) + + +### Features + +* **animations:** added new hierarchical Route Animation ([a799175](https://github.com/xmlking/ngx-starter-kit.git/commit/a799175)) +* **api:** added 2nd node-app 'backend' to showcase file upload ([7ab7c5d](https://github.com/xmlking/ngx-starter-kit.git/commit/7ab7c5d)) +* **api:** migrated database from mongodb to postgres ([a1ad294](https://github.com/xmlking/ngx-starter-kit.git/commit/a1ad294)) +* **app:** Automatically set pageTitle from route data ([6f337c5](https://github.com/xmlking/ngx-starter-kit.git/commit/6f337c5)) +* **dependencies:** nrwl/nx -> 6.4.0 , rebuild apps/api module with nx node-apps ([779b596](https://github.com/xmlking/ngx-starter-kit.git/commit/779b596)) +* **experiments:** added new example to showcase flex-layout with grid ([5034b6e](https://github.com/xmlking/ngx-starter-kit.git/commit/5034b6e)) +* **ngx-utils:** ngx-utils module replace ngx-pipes ([8f4e7ec](https://github.com/xmlking/ngx-starter-kit.git/commit/8f4e7ec)) +* **ngx-utils:** using new untilDestroy ([1e569e8](https://github.com/xmlking/ngx-starter-kit.git/commit/1e569e8)) + # [1.1.0](https://github.com/xmlking/ngx-starter-kit/compare/v1.0.4...v1.1.0) (2018-10-06) diff --git a/package-lock.json b/package-lock.json index 1ff95a4a7..e28268d8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-starter-kit", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6573c335d..0e836ffc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-starter-kit", - "version": "1.1.0", + "version": "1.2.0", "description": "Angular-NestJS Starter Kit Monorepo", "author": "Sumanth Chinthagunta ", "license": "MIT",