Skip to content

Commit 3a0f3e9

Browse files
committed
release: 14.2.3
1 parent a7527c9 commit 3a0f3e9

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+
## [14.2.3](https://github.com/NativeScript/angular/compare/14.2.2...14.2.3) (2022-09-13)
2+
3+
4+
### Bug Fixes
5+
6+
* correctly reassign siblings in linked list ([#89](https://github.com/NativeScript/angular/issues/89)) ([a7527c9](https://github.com/NativeScript/angular/commit/a7527c99f392faadf6d84a42823eb798de3c151a))
7+
* modal beforeClosed and afterClosed consistency between platforms ([#87](https://github.com/NativeScript/angular/issues/87)) ([ad3e47c](https://github.com/NativeScript/angular/commit/ad3e47c40af5f07aae6fc1fccf6f8ce49d457384))
8+
9+
10+
111
## [14.2.2](https://github.com/NativeScript/angular/compare/14.2.1...14.2.2) (2022-09-10)
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": "14.2.2",
3+
"version": "14.2.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": "14.2.2",
3+
"version": "14.2.3",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)