Skip to content

Commit

Permalink
release: 14.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jul 2, 2022
1 parent 0aacde2 commit 6e09583
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-angular",
"version": "14.0.1",
"version": "14.0.3",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/angular",
"version": "14.0.1",
"version": "14.0.3",
"homepage": "https://nativescript.org/",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6e09583

Please sign in to comment.