-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): bump version number to 6.0.0
- Loading branch information
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
<a name="6.0.0"></a> | ||
# [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 `[email protected]`) | ||
|
||
|
||
|
||
<a name="5.8.0"></a> | ||
# [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)) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters