From 77a25dc863165ef5bd6586cdaf8946fa1bf8abe8 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Wed, 11 Sep 2019 13:29:24 +0300 Subject: [PATCH 1/3] chore: set release version --- nativescript-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index bd93bb37c..1211118bd 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "8.3.0", + "version": "8.2.2", "description": "An Angular renderer that lets you build mobile apps with NativeScript.", "homepage": "https://www.nativescript.org/", "bugs": "https://github.com/NativeScript/nativescript-angular/issues", From c54b1475adc21eaaba7e9b3cc48f4c323f2b6ba1 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Fri, 20 Sep 2019 16:20:07 +0300 Subject: [PATCH 2/3] chore: add chai dependency in test apps --- e2e/animation-examples/package.json | 1 + e2e/modal-navigation-ng/package.json | 1 + e2e/nested-router-tab-view/package.json | 1 + e2e/routable-animations/package.json | 1 + 4 files changed, 4 insertions(+) diff --git a/e2e/animation-examples/package.json b/e2e/animation-examples/package.json index 088616b84..b07894914 100644 --- a/e2e/animation-examples/package.json +++ b/e2e/animation-examples/package.json @@ -37,6 +37,7 @@ "babel-traverse": "6.25.0", "babel-types": "6.25.0", "babylon": "6.17.4", + "chai": "^4.2.0", "lazy": "1.0.11", "mocha": "~5.2.0", "mochawesome": "~3.1.2", diff --git a/e2e/modal-navigation-ng/package.json b/e2e/modal-navigation-ng/package.json index fc6d57e7f..2f5dc0d09 100644 --- a/e2e/modal-navigation-ng/package.json +++ b/e2e/modal-navigation-ng/package.json @@ -37,6 +37,7 @@ "babel-traverse": "6.26.0", "babel-types": "6.26.0", "babylon": "6.18.0", + "chai": "^4.2.0", "lazy": "1.0.11", "mocha": "~5.2.0", "mochawesome": "~3.1.2", diff --git a/e2e/nested-router-tab-view/package.json b/e2e/nested-router-tab-view/package.json index 22cf2c490..14bca4f88 100644 --- a/e2e/nested-router-tab-view/package.json +++ b/e2e/nested-router-tab-view/package.json @@ -31,6 +31,7 @@ "babel-traverse": "6.26.0", "babel-types": "6.26.0", "babylon": "6.18.0", + "chai": "^4.2.0", "lazy": "1.0.11", "mocha": "~5.2.0", "mochawesome": "~3.1.2", diff --git a/e2e/routable-animations/package.json b/e2e/routable-animations/package.json index 6bdb89c01..204c8670b 100644 --- a/e2e/routable-animations/package.json +++ b/e2e/routable-animations/package.json @@ -31,6 +31,7 @@ "babel-traverse": "6.25.0", "babel-types": "6.25.0", "babylon": "6.17.4", + "chai": "^4.2.0", "colors": "^1.1.2", "lazy": "1.0.11", "mocha": "~5.2.0", From 348cabb98fa6376fa132489dcc9d304a93faf51d Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Tue, 24 Sep 2019 10:23:47 +0300 Subject: [PATCH 3/3] chor: set master version --- nativescript-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 1211118bd..bd93bb37c 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "8.2.2", + "version": "8.3.0", "description": "An Angular renderer that lets you build mobile apps with NativeScript.", "homepage": "https://www.nativescript.org/", "bugs": "https://github.com/NativeScript/nativescript-angular/issues",