Skip to content

Commit a5db899

Browse files
committed
release: cut the 0.7.1 release 🎉
1 parent 4c6c2ec commit a5db899

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [0.7.1](https://github.com/nativescript/nativescript-schematics/compare/0.6.0...0.7.1) (2019-08-21)
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+
* use typescript from @schematics/angular ([#239](https://github.com/nativescript/nativescript-schematics/issues/239)) ([4c6c2ec](https://github.com/nativescript/nativescript-schematics/commit/4c6c2ec))
12+
13+
14+
### Features
15+
16+
* refactor shared structure ([#196](https://github.com/nativescript/nativescript-schematics/issues/196)) ([7c3d159](https://github.com/nativescript/nativescript-schematics/commit/7c3d159))
17+
* update to Angular 8.0 ([#214](https://github.com/nativescript/nativescript-schematics/issues/214)) ([0837158](https://github.com/nativescript/nativescript-schematics/commit/0837158))
18+
* **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))
19+
20+
21+
122
# [0.7.0](https://github.com/nativescript/nativescript-schematics/compare/0.6.0...0.7.0) (2019-08-09)
223

324

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

0 commit comments

Comments
 (0)