Skip to content

Commit e023535

Browse files
committed
release: 13.0.3
1 parent 74cc41f commit e023535

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+
## [13.0.3](https://github.com/NativeScript/angular/compare/13.0.2...13.0.3) (2022-02-28)
2+
3+
4+
### Bug Fixes
5+
6+
* look for correct outlet to back to ([#58](https://github.com/NativeScript/angular/issues/58)) ([b782e36](https://github.com/NativeScript/angular/commit/b782e36236ee11aead05a97462801021b81276ea))
7+
* nested modal should work under new api ([#59](https://github.com/NativeScript/angular/issues/59)) ([74cc41f](https://github.com/NativeScript/angular/commit/74cc41fffc3a927942edb5c9c077fc2be9df4182))
8+
9+
10+
111
## [13.0.2](https://github.com/NativeScript/angular/compare/13.0.1...13.0.2) (2022-02-12)
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": "13.0.2",
3+
"version": "13.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": "13.0.2",
3+
"version": "13.0.3",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)