Skip to content

Commit c040cb2

Browse files
committed
chore(release): 6.5.25
1 parent 30bb87f commit c040cb2

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [6.5.25](https://github.com/NativeScript/NativeScript/compare/6.5.24...6.5.25) (2021-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** BottomNavigation fragment child already has a parent ([#9160](https://github.com/NativeScript/NativeScript/issues/9160)) ([12242ed](https://github.com/NativeScript/NativeScript/commit/12242ed8fd1411c1679e55d4ad640f5b3ddb0518))
7+
8+
9+
110
## [6.5.24](https://github.com/NativeScript/NativeScript/compare/6.5.19...6.5.24) (2020-12-06)
211

312

nativescript-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "NativeScript Core Modules",
6-
"version": "6.5.24",
6+
"version": "6.5.25",
77
"homepage": "https://www.nativescript.org",
88
"repository": {
99
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "NativeScript",
33
"description": "NativeScript Core Modules",
44
"homepage": "https://www.nativescript.org",
5-
"version": "6.5.24",
5+
"version": "6.5.25",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/NativeScript/NativeScript"

tns-core-modules-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "NativeScript Core Modules",
6-
"version": "6.5.24",
6+
"version": "6.5.25",
77
"homepage": "https://www.nativescript.org",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/NativeScript/NativeScript"
1111
},
1212
"license": "Apache-2.0",
1313
"dependencies": {
14-
"@nativescript/core": "6.5.24"
14+
"@nativescript/core": "6.5.25"
1515
},
1616
"devDependencies": {
1717
"tns-platform-declarations": "6.5.15"

0 commit comments

Comments
 (0)