Skip to content

Commit d524bc8

Browse files
ADjenkovADjenkov
ADjenkov
authored and
ADjenkov
committed
chore: bump version to 7.2.2
1 parent 1a79f97 commit d524bc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: e2e/single-page/app/second/modal/modal.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export class ModalComponent {
1212
constructor(private params: ModalDialogParams) {
1313
}
1414

15-
public close(result: string) {
16-
this.params.closeCallback(result);
15+
public close() {
16+
this.params.closeCallback();
1717
}
1818

1919
}

Diff for: nativescript-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "7.2.2",
3+
"version": "7.2.3",
44
"description": "An Angular renderer that lets you build mobile apps with NativeScript.",
55
"homepage": "https://www.nativescript.org/",
66
"bugs": "https://github.com/NativeScript/nativescript-angular/issues",

0 commit comments

Comments
 (0)