Skip to content

Commit

Permalink
release: 13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Feb 12, 2022
1 parent 44cf00e commit 7292f23
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [13.0.2](https://github.com/NativeScript/angular/compare/13.0.1...13.0.2) (2022-02-12)


### Bug Fixes

* restrict nested outlet back navigation scope ([#54](https://github.com/NativeScript/angular/issues/54)) ([5a88bc2](https://github.com/NativeScript/angular/commit/5a88bc2392e66c2afb9eb72d728ded1912d01b98))
* **zone:** main thread promise handling issue ([44cf00e](https://github.com/NativeScript/angular/commit/44cf00eb044ebfc4852b15534b8ea2ad69610d02))


### Features

* **modals:** closed$ and ability to access ModalDialogParams outside of component context ([a18bd18](https://github.com/NativeScript/angular/commit/a18bd187752bc0715bd95da16636ca272d7b04cb))
* use compilationMode 'full' ([a4972cc](https://github.com/NativeScript/angular/commit/a4972cc759e3a0b4fdc94582d27060b4bcb32de8))



## [13.0.1](https://github.com/NativeScript/angular/compare/13.0.0...13.0.1) (2022-01-17)


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": "13.0.1",
"version": "13.0.2",
"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": "13.0.2-alpha.0",
"version": "13.0.2",
"homepage": "https://nativescript.org/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/zone-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/zone-js",
"version": "3.0.0",
"version": "3.0.1",
"description": "NativeScript Zone.js",
"main": "dist/index.js"
}

0 comments on commit 7292f23

Please sign in to comment.