Skip to content

Commit 6e09583

Browse files
committed
release: 14.0.3
1 parent 0aacde2 commit 6e09583

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [14.0.3](https://github.com/NativeScript/angular/compare/14.0.1...14.0.3) (2022-07-02)
2+
3+
4+
### Bug Fixes
5+
6+
* load pages in location instead of in appRef ([#74](https://github.com/NativeScript/angular/issues/74)) ([33d4dc6](https://github.com/NativeScript/angular/commit/33d4dc6f836b40128b9abb12307f3b7f822c6c75))
7+
* remove deep import of @nativescript/core ([0aacde2](https://github.com/NativeScript/angular/commit/0aacde244b1a8ba759d0adc10267218de8cc73b5))
8+
9+
10+
111
## [14.0.1](https://github.com/NativeScript/angular/compare/14.0.0...14.0.1) (2022-06-23)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "14.0.1",
3+
"version": "14.0.3",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

packages/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "14.0.1",
3+
"version": "14.0.3",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)