Skip to content

Commit 7292f23

Browse files
committed
release: 13.0.2
1 parent 44cf00e commit 7292f23

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [13.0.2](https://github.com/NativeScript/angular/compare/13.0.1...13.0.2) (2022-02-12)
2+
3+
4+
### Bug Fixes
5+
6+
* restrict nested outlet back navigation scope ([#54](https://github.com/NativeScript/angular/issues/54)) ([5a88bc2](https://github.com/NativeScript/angular/commit/5a88bc2392e66c2afb9eb72d728ded1912d01b98))
7+
* **zone:** main thread promise handling issue ([44cf00e](https://github.com/NativeScript/angular/commit/44cf00eb044ebfc4852b15534b8ea2ad69610d02))
8+
9+
10+
### Features
11+
12+
* **modals:** closed$ and ability to access ModalDialogParams outside of component context ([a18bd18](https://github.com/NativeScript/angular/commit/a18bd187752bc0715bd95da16636ca272d7b04cb))
13+
* use compilationMode 'full' ([a4972cc](https://github.com/NativeScript/angular/commit/a4972cc759e3a0b4fdc94582d27060b4bcb32de8))
14+
15+
16+
117
## [13.0.1](https://github.com/NativeScript/angular/compare/13.0.0...13.0.1) (2022-01-17)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "13.0.1",
3+
"version": "13.0.2",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "13.0.2-alpha.0",
3+
"version": "13.0.2",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

packages/zone-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/zone-js",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "NativeScript Zone.js",
55
"main": "dist/index.js"
66
}

0 commit comments

Comments
 (0)