From c040cb28fcca4c86f831197190a33f316af27ecd Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Mon, 1 Feb 2021 13:06:04 +0100 Subject: [PATCH] chore(release): 6.5.25 --- CHANGELOG.md | 9 +++++++++ nativescript-core/package.json | 2 +- package.json | 2 +- tns-core-modules-package/package.json | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ccac586..e3a28d6f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [6.5.25](https://github.com/NativeScript/NativeScript/compare/6.5.24...6.5.25) (2021-02-01) + + +### Bug Fixes + +* **android:** BottomNavigation fragment child already has a parent ([#9160](https://github.com/NativeScript/NativeScript/issues/9160)) ([12242ed](https://github.com/NativeScript/NativeScript/commit/12242ed8fd1411c1679e55d4ad640f5b3ddb0518)) + + + ## [6.5.24](https://github.com/NativeScript/NativeScript/compare/6.5.19...6.5.24) (2020-12-06) diff --git a/nativescript-core/package.json b/nativescript-core/package.json index d371a52bc..15f82c624 100644 --- a/nativescript-core/package.json +++ b/nativescript-core/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "6.5.24", + "version": "6.5.25", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/package.json b/package.json index ebf43f6e1..fae71b7ed 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "NativeScript", "description": "NativeScript Core Modules", "homepage": "https://www.nativescript.org", - "version": "6.5.24", + "version": "6.5.25", "repository": { "type": "git", "url": "https://github.com/NativeScript/NativeScript" diff --git a/tns-core-modules-package/package.json b/tns-core-modules-package/package.json index fcdb09d01..76bd19830 100644 --- a/tns-core-modules-package/package.json +++ b/tns-core-modules-package/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "6.5.24", + "version": "6.5.25", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -11,7 +11,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@nativescript/core": "6.5.24" + "@nativescript/core": "6.5.25" }, "devDependencies": { "tns-platform-declarations": "6.5.15"