From cc76068677c8dc3d21862e23fc6496f5bb34705c Mon Sep 17 00:00:00 2001 From: Eduardo Speroni Date: Wed, 23 Nov 2022 16:12:50 -0300 Subject: [PATCH] release: 14.2.6 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- packages/angular/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c1a37..d0cfdae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [14.2.6](https://github.com/NativeScript/angular/compare/14.2.5...14.2.6) (2022-11-23) + + +### Bug Fixes + +* read navigation extras from the router navigation instead of using stored values ([#88](https://github.com/NativeScript/angular/issues/88)) ([2e475f9](https://github.com/NativeScript/angular/commit/2e475f95f31d023c1d49f870e7c1d1290341840a)) +* use changeDetectorRef.detectChanges() instead of detectChanges() private api ([#99](https://github.com/NativeScript/angular/issues/99)) ([4e33561](https://github.com/NativeScript/angular/commit/4e335613e6fd23ed541a89691c0842975ab789c1)) +* use correct EnvironmentalInjector in page-router-outlet ([#94](https://github.com/NativeScript/angular/issues/94)) ([6623002](https://github.com/NativeScript/angular/commit/66230021603140cb352a335057687b1bd49438f6)) + + + ## [14.2.5](https://github.com/NativeScript/angular/compare/14.2.4...14.2.5) (2022-10-04) diff --git a/package.json b/package.json index 2d2f55f..d4dd7ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "14.2.5", + "version": "14.2.6", "license": "MIT", "private": true, "scripts": { diff --git a/packages/angular/package.json b/packages/angular/package.json index 8437867..b356b82 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/angular", - "version": "14.2.6-alpha.0", + "version": "14.2.6", "homepage": "https://nativescript.org/", "repository": { "type": "git",