chore(release): 6.5.25

This commit is contained in:
Igor Randjelovic
2021-02-01 13:06:04 +01:00
parent 30bb87f19d
commit c040cb28fc
4 changed files with 13 additions and 4 deletions

View File

@ -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)

View File

@ -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",

View File

@ -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"

View File

@ -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"