Skip to content

Commit cdf41c6

Browse files
authored
release: cut the 0.6.0 release (#208)
* release: cut the 0.6.0 release * remove duplicate item in changelog
1 parent fb4cf7b commit cdf41c6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.6.0](https://github.com/nativescript/nativescript-schematics/compare/0.4.0...0.6.0) (2019-05-16)
2+
3+
4+
### Bug Fixes
5+
6+
* resolve main.tns.ts with webpack's VFS instead with TS ([#174](https://github.com/nativescript/nativescript-schematics/issues/174)) ([7d9622d](https://github.com/nativescript/nativescript-schematics/commit/7d9622d)), closes [#173](https://github.com/nativescript/nativescript-schematics/issues/173) [#173](https://github.com/nativescript/nativescript-schematics/issues/173)
7+
* **ng-new:** make resolution of lazily-loaded routes consistent between web and mobile ([#198](https://github.com/nativescript/nativescript-schematics/issues/198)) ([9b1c31c](https://github.com/nativescript/nativescript-schematics/commit/9b1c31c)), closes [#197](https://github.com/nativescript/nativescript-schematics/issues/197)
8+
9+
10+
### Features
11+
12+
* flag to skip adding auto-generated component on `ng new` and `ng add` ([#171](https://github.com/nativescript/nativescript-schematics/issues/171)) ([6c835b1](https://github.com/nativescript/nativescript-schematics/commit/6c835b1))
13+
* update ng new/add schematics to use NativeScript 5.2 and Angular 7.2 ([#191](https://github.com/nativescript/nativescript-schematics/issues/191)) ([5e577e4](https://github.com/nativescript/nativescript-schematics/commit/5e577e4))
14+
* use HMR by default for newly created projects (aligned with the NativeScript 5.4 templates) ([44e6f3b](https://github.com/nativescript/nativescript-schematics/commit/44e6f3b))
15+
16+
117
## [0.5.2](https://github.com/nativescript/nativescript-schematics/compare/0.5.1...0.5.2) (2019-03-20)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/schematics",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Schematics for NativeScript Angular apps.",
55
"scripts": {
66
"build": "tsc -p tsconfig.json",

0 commit comments

Comments
 (0)