From f6a9b502ba80d11d81fea8dd1059f6c1b139f213 Mon Sep 17 00:00:00 2001 From: Tine Kondo Date: Sun, 13 May 2018 18:55:33 +0200 Subject: [PATCH] chore(release): bump version number to 6.0.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c128fd1..d253e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ + +# [6.0.0](https://github.com/tinesoft/generator-ngx-library/compare/v5.8.0...v6.0.0) (2018-05-13) + + +### Bug Fixes + +* **demo:** fix wrong assets url on deployed demo app ([744931b](https://github.com/tinesoft/generator-ngx-library/commit/744931b)) +* **jest:** exclude jest test files from compilation of demo app ([c64f34e](https://github.com/tinesoft/generator-ngx-library/commit/c64f34e)) + + +### Features + +* **core:** add `--del-excluded-files` option to allow deleting excluded files found in file system ([76b776b](https://github.com/tinesoft/generator-ngx-library/commit/76b776b)) +* **dependencies:** update most dependencies (rollup, jest, webpack, etc) ([a490a3a](https://github.com/tinesoft/generator-ngx-library/commit/a490a3a)) +* **ng6:** add support for Angular & Angular CLI v6 ([ed942e0](https://github.com/tinesoft/generator-ngx-library/commit/ed942e0)) + + +### BREAKING CHANGES + +* **ng6:** the minimal Node version to run the generator is now **8.x.x** (required by some core ng packages like `compiler-cli@6.x.x`) + + + # [5.8.0](https://github.com/tinesoft/generator-ngx-library/compare/v5.7.1...v5.8.0) (2018-04-17) @@ -203,7 +226,7 @@ ### Features * **build:** run initial build on `gulp build:watch` ([e3fa3fd](https://github.com/tinesoft/generator-ngx-library/commit/e3fa3fd)) -* **scopedLibraries:** add support for scoped libraries creation (i.e [@my-scope](https://github.com/my-scope)/my-lib) ([575c744](https://github.com/tinesoft/generator-ngx-library/commit/575c744)), closes [#100](https://github.com/tinesoft/generator-ngx-library/issues/100) +* **scopedLibraries:** add support for scoped libraries creation (i.e [@my](https://github.com/my)-scope/my-lib) ([575c744](https://github.com/tinesoft/generator-ngx-library/commit/575c744)), closes [#100](https://github.com/tinesoft/generator-ngx-library/issues/100) @@ -324,7 +347,7 @@ ### Features -* **demo:** update demo application files to `angular/cli@1.3.0` ([da0687f](https://github.com/tinesoft/generator-ngx-library/commit/da0687f)) +* **demo:** update demo application files to `angular/cli[@1](https://github.com/1).3.0` ([da0687f](https://github.com/tinesoft/generator-ngx-library/commit/da0687f)) * **perf:** add `--build-optimizer` when building demo application (sample app shrinked from `808.55kB` to `587.35kB` ! ) ([894c3e8](https://github.com/tinesoft/generator-ngx-library/commit/894c3e8)) diff --git a/package.json b/package.json index 47521cd..2468f6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-ngx-library", - "version": "5.8.0", + "version": "6.0.0", "description": "Yeoman generator to bootstrap Angular library creation and publication, with integrated demo app, continuous integration/deployment system, code coverage status and much more!", "license": "MIT", "keywords": [