diff --git a/CHANGELOG.md b/CHANGELOG.md index 44cb1c3..370aea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [14.0.3](https://github.com/NativeScript/angular/compare/14.0.1...14.0.3) (2022-07-02) + + +### Bug Fixes + +* load pages in location instead of in appRef ([#74](https://github.com/NativeScript/angular/issues/74)) ([33d4dc6](https://github.com/NativeScript/angular/commit/33d4dc6f836b40128b9abb12307f3b7f822c6c75)) +* remove deep import of @nativescript/core ([0aacde2](https://github.com/NativeScript/angular/commit/0aacde244b1a8ba759d0adc10267218de8cc73b5)) + + + ## [14.0.1](https://github.com/NativeScript/angular/compare/14.0.0...14.0.1) (2022-06-23) diff --git a/package.json b/package.json index dfccadc..b09b63f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "14.0.1", + "version": "14.0.3", "license": "MIT", "private": true, "scripts": { diff --git a/packages/angular/package.json b/packages/angular/package.json index 614663b..a279f43 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/angular", - "version": "14.0.1", + "version": "14.0.3", "homepage": "https://nativescript.org/", "repository": { "type": "git",