From 5a5afc518dc0952d48fe07420dba477d67a28ac5 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Fri, 7 Dec 2018 11:16:00 +0200 Subject: [PATCH 1/4] release: cut the 7.1.0 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 311d21572..d531735d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [7.1.0](https://github.com/NativeScript/nativescript-angular/compare/7.0.3...7.1.0) (2018-12-07) + + + ## [7.0.3](https://github.com/NativeScript/nativescript-angular/compare/7.0.2...7.0.3) (2018-12-05) From c1b15f59ad5900b7efd27219f32cd7f73e090f3f Mon Sep 17 00:00:00 2001 From: Stanimira Vlaeva Date: Fri, 7 Dec 2018 13:15:15 +0200 Subject: [PATCH 2/4] chore: dips Co-Authored-By: SvetoslavTsenov --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d531735d8..804aab96f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ # [7.1.0](https://github.com/NativeScript/nativescript-angular/compare/7.0.3...7.1.0) (2018-12-07) +### Features + +* Angular 7.1 support ## [7.0.3](https://github.com/NativeScript/nativescript-angular/compare/7.0.2...7.0.3) (2018-12-05) From 4576275e49dc9f83ec3fa98e3b3fbc2e966c79f0 Mon Sep 17 00:00:00 2001 From: Stanimira Vlaeva Date: Fri, 7 Dec 2018 13:15:42 +0200 Subject: [PATCH 3/4] chore: deps Co-Authored-By: SvetoslavTsenov --- tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/package.json b/tests/package.json index 395aabc28..38d491e29 100644 --- a/tests/package.json +++ b/tests/package.json @@ -37,7 +37,7 @@ "@angular/router": "~7.1.0", "nativescript-angular": "../nativescript-angular", "nativescript-unit-test-runner": "^0.3.4", - "rxjs": "~6.0.0-rc.1", + "rxjs": "~6.3.3", "tns-core-modules": "next", "zone.js": "^0.8.4" }, From 128b90dc24550d16916d45f8876e09b7bc240381 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Fri, 7 Dec 2018 14:00:50 +0200 Subject: [PATCH 4/4] chore: update more deps --- e2e/modal-navigation-ng/package.json | 2 +- e2e/nested-router-tab-view/package.json | 4 ++-- e2e/router-tab-view/package.json | 4 ++-- e2e/router/package.json | 2 +- e2e/single-page/package.json | 4 ++-- nativescript-angular/package.json | 6 +++--- ng-sample/package.json | 26 ++++++++++++------------- tests/package.json | 4 ++-- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/e2e/modal-navigation-ng/package.json b/e2e/modal-navigation-ng/package.json index 25aeb27a7..7ae334754 100644 --- a/e2e/modal-navigation-ng/package.json +++ b/e2e/modal-navigation-ng/package.json @@ -27,7 +27,7 @@ "reflect-metadata": "~0.1.8", "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "~0.8.2" + "zone.js": "^0.8.4" }, "devDependencies": { "@angular/compiler-cli": "~7.1.0", diff --git a/e2e/nested-router-tab-view/package.json b/e2e/nested-router-tab-view/package.json index a7a54a704..502e5c8a2 100644 --- a/e2e/nested-router-tab-view/package.json +++ b/e2e/nested-router-tab-view/package.json @@ -25,9 +25,9 @@ "nativescript-angular": "file:../../nativescript-angular", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.8", - "rxjs": "~6.0.0-rc.1", + "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "~0.8.2" + "zone.js": "^0.8.4" }, "devDependencies": { "@angular/compiler-cli": "~7.1.0", diff --git a/e2e/router-tab-view/package.json b/e2e/router-tab-view/package.json index a9f352884..8834e81d8 100644 --- a/e2e/router-tab-view/package.json +++ b/e2e/router-tab-view/package.json @@ -25,9 +25,9 @@ "nativescript-angular": "file:../../nativescript-angular", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.8", - "rxjs": "~6.0.0-rc.1", + "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "~0.8.2" + "zone.js": "^0.8.4" }, "devDependencies": { "@types/chai": "^4.0.2", diff --git a/e2e/router/package.json b/e2e/router/package.json index f41f11735..5d6bc7949 100644 --- a/e2e/router/package.json +++ b/e2e/router/package.json @@ -21,7 +21,7 @@ "reflect-metadata": "~0.1.8", "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "^0.8.26" + "zone.js": "^0.8.4" }, "devDependencies": { "@ngtools/webpack": "~7.1.0", diff --git a/e2e/single-page/package.json b/e2e/single-page/package.json index 29b865095..2cc4d2626 100644 --- a/e2e/single-page/package.json +++ b/e2e/single-page/package.json @@ -25,13 +25,13 @@ "nativescript-angular": "file:../../nativescript-angular", "nativescript-intl": "^3.0.0", "reflect-metadata": "~0.1.8", - "rxjs": "~6.0.0-rc.1", + "rxjs": "~6.3.3", "tns-core-modules": "next", "zone.js": "^0.8.4" }, "devDependencies": { "@angular/compiler-cli": "~7.1.0", - "@ngtools/webpack": "~6.2.0-beta.3", + "@ngtools/webpack": "~7.1.0", "@types/chai": "^4.0.2", "@types/mocha": "^5.2.5", "@types/node": "^10.12.12", diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 189219cb2..8477b29ce 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -54,8 +54,8 @@ "@angular/router": "~7.1.0", "rxjs": "^6.3.3", "tns-core-modules": "^5.0.0 || >5.0.0- || >5.1.0-", - "zone.js": "^0.8.26", - "typescript": "~3.1.1" + "typescript": "~3.1.1", + "zone.js": "^0.8.4" }, "devDependencies": { "@angular/animations": "~7.1.0", @@ -73,6 +73,6 @@ "tns-core-modules": "next", "tslint": "^5.5.0", "typescript": "~3.1.1", - "zone.js": "^0.8.26" + "zone.js": "^0.8.4" } } diff --git a/ng-sample/package.json b/ng-sample/package.json index f627d78ca..4e5f315f6 100644 --- a/ng-sample/package.json +++ b/ng-sample/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.ngsample", "tns-android": { - "version": "4.1.0-2018.4.16.8" + "version": "next" }, "tns-ios": { - "version": "4.0.2-2018-04-13-01" + "version": "next" } }, "name": "tns-template-hello-world", @@ -32,19 +32,19 @@ }, "homepage": "https://github.com/NativeScript/template-hello-world", "dependencies": { - "@angular/animations": "~6.0.0-rc.3", - "@angular/common": "~6.0.0-rc.3", - "@angular/compiler": "~6.0.0-rc.3", - "@angular/core": "~6.0.0-rc.3", - "@angular/forms": "~6.0.0-rc.3", - "@angular/http": "~6.0.0-rc.3", - "@angular/platform-browser": "~6.0.0-rc.3", - "@angular/platform-browser-dynamic": "~6.0.0-rc.3", - "@angular/router": "~6.0.0-rc.3", + "@angular/animations": "~7.1.0", + "@angular/common": "~7.1.0", + "@angular/compiler": "~7.1.0", + "@angular/core": "~7.1.0", + "@angular/forms": "~7.1.0", + "@angular/http": "~7.1.0", + "@angular/platform-browser": "~7.1.0", + "@angular/platform-browser-dynamic": "~7.1.0", + "@angular/router": "~7.1.0", "nativescript-angular": "file:../nativescript-angular", - "rxjs": "~6.0.0-rc.1", + "rxjs": "~6.3.3", "tns-core-modules": "next", - "tns-platform-declarations": "^3.4.0", + "tns-platform-declarations": "next", "zone.js": "^0.8.4" }, "devDependencies": { diff --git a/tests/package.json b/tests/package.json index 395aabc28..5d405779a 100644 --- a/tests/package.json +++ b/tests/package.json @@ -37,7 +37,7 @@ "@angular/router": "~7.1.0", "nativescript-angular": "../nativescript-angular", "nativescript-unit-test-runner": "^0.3.4", - "rxjs": "~6.0.0-rc.1", + "rxjs": "~6.3.3", "tns-core-modules": "next", "zone.js": "^0.8.4" }, @@ -51,7 +51,7 @@ "karma-mocha-reporter": "2.2.5", "karma-nativescript-launcher": "0.4.0", "mocha": "5.2.0", - "nativescript-dev-typescript": "~0.7.0", + "nativescript-dev-typescript": "~0.7.8", "babel-traverse": "6.8.0", "babel-types": "6.8.1", "babylon": "6.8.0",