mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
chore(release): 6.5.19
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
## [6.5.19](https://github.com/NativeScript/NativeScript/compare/6.5.18...6.5.19) (2020-09-23)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **ios:** time-picker and date-picker for iOS 14 ([#8876](https://github.com/NativeScript/NativeScript/issues/8876)) ([e1318b1](https://github.com/NativeScript/NativeScript/commit/e1318b12afa0fea22b22d210c0c5f57bc52c0c11))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [6.5.18](https://github.com/NativeScript/NativeScript/compare/6.5.15...6.5.18) (2020-09-07)
|
## [6.5.18](https://github.com/NativeScript/NativeScript/compare/6.5.15...6.5.18) (2020-09-07)
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"main": "index",
|
"main": "index",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"description": "NativeScript Core Modules",
|
"description": "NativeScript Core Modules",
|
||||||
"version": "6.5.18",
|
"version": "6.5.19",
|
||||||
"homepage": "https://www.nativescript.org",
|
"homepage": "https://www.nativescript.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "NativeScript",
|
"name": "NativeScript",
|
||||||
"description": "NativeScript Core Modules",
|
"description": "NativeScript Core Modules",
|
||||||
"homepage": "https://www.nativescript.org",
|
"homepage": "https://www.nativescript.org",
|
||||||
"version": "6.5.18",
|
"version": "6.5.19",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/NativeScript/NativeScript"
|
"url": "https://github.com/NativeScript/NativeScript"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"main": "index",
|
"main": "index",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"description": "NativeScript Core Modules",
|
"description": "NativeScript Core Modules",
|
||||||
"version": "6.5.18",
|
"version": "6.5.19",
|
||||||
"homepage": "https://www.nativescript.org",
|
"homepage": "https://www.nativescript.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nativescript/core": "6.5.18"
|
"@nativescript/core": "6.5.19"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tns-platform-declarations": "6.5.15"
|
"tns-platform-declarations": "6.5.15"
|
||||||
|
Reference in New Issue
Block a user