mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
chore(release): 6.5.25
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user