Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Oct 28, 2018
1 parent bf09868 commit 0112614
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 0112614

Please sign in to comment.