Skip to content

Commit b17e1c7

Browse files
committed
release: cut the 0.7.0 release 🎉
1 parent da72eaa commit b17e1c7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [0.7.0](https://github.com/nativescript/nativescript-schematics/compare/0.6.0...0.7.0) (2019-08-09)
2+
3+
4+
### Bug Fixes
5+
6+
* add `skipInstall` option to ng-new ([#223](https://github.com/nativescript/nativescript-schematics/issues/223)) ([78e33e5](https://github.com/nativescript/nativescript-schematics/commit/78e33e5))
7+
* **add-ns:** correctly define the `sample` option ([#227](https://github.com/nativescript/nativescript-schematics/issues/227)) ([f2fdede](https://github.com/nativescript/nativescript-schematics/commit/f2fdede)), closes [#225](https://github.com/nativescript/nativescript-schematics/issues/225)
8+
* make `@schematics/angular` a `devDependency` and update to… ([#237](https://github.com/nativescript/nativescript-schematics/issues/237)) ([915349d](https://github.com/nativescript/nativescript-schematics/commit/915349d))
9+
* move all typescript helpers to a separate file - `ts-utils` ([29a2a07](https://github.com/nativescript/nativescript-schematics/commit/29a2a07)), closes [#216](https://github.com/nativescript/nativescript-schematics/issues/216)
10+
* no-dimension listview in stacklayout warning ([#228](https://github.com/nativescript/nativescript-schematics/issues/228)) ([1db4de7](https://github.com/nativescript/nativescript-schematics/commit/1db4de7))
11+
12+
13+
### Features
14+
15+
* refactor shared structure ([#196](https://github.com/nativescript/nativescript-schematics/issues/196)) ([7c3d159](https://github.com/nativescript/nativescript-schematics/commit/7c3d159))
16+
* update to Angular 8.0 ([#214](https://github.com/nativescript/nativescript-schematics/issues/214)) ([0837158](https://github.com/nativescript/nativescript-schematics/commit/0837158))
17+
* **ng-add:** add 'prefer-mapped-imports' rule ([#235](https://github.com/nativescript/nativescript-schematics/issues/235)) ([043bd38](https://github.com/nativescript/nativescript-schematics/commit/043bd38))
18+
19+
20+
121
# [0.6.0](https://github.com/nativescript/nativescript-schematics/compare/0.4.0...0.6.0) (2019-05-16)
222

323

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.6.0",
3+
"version": "0.7.0",
44
"description": "Schematics for NativeScript Angular apps.",
55
"scripts": {
66
"build": "tsc -p tsconfig.json",

0 commit comments

Comments
 (0)