Skip to content

Commit ae23c56

Browse files
committed
release: 14.2.5
1 parent 5040000 commit ae23c56

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [14.2.5](https://github.com/NativeScript/angular/compare/14.2.4...14.2.5) (2022-10-04)
2+
3+
4+
### Bug Fixes
5+
6+
* remove child from previous parent if needed due to animations ([#93](https://github.com/NativeScript/angular/issues/93)) ([5040000](https://github.com/NativeScript/angular/commit/50400006f4d071b3752416351072db25a8c8a3af))
7+
8+
9+
110
## [14.2.4](https://github.com/NativeScript/angular/compare/14.2.3...14.2.4) (2022-09-22)
211

312

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.4",
3+
"version": "14.2.5",
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.4",
3+
"version": "14.2.5",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)