chore(release): 6.5.20

This commit is contained in:
Nathan Walker
2020-09-25 23:13:27 -07:00
parent bd93060e8d
commit e4de5fcdae
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
## [6.5.20](https://github.com/NativeScript/NativeScript/compare/6.5.19...6.5.20) (2020-09-26)
### Bug Fixes
* **ios:** preferredDatePickerStyle ([#8906](https://github.com/NativeScript/NativeScript/issues/8906)) ([bd93060](https://github.com/NativeScript/NativeScript/commit/bd93060e8d811a1d5820f2a758d0c1ea23079476))
## [6.5.19](https://github.com/NativeScript/NativeScript/compare/6.5.18...6.5.19) (2020-09-23)

View File

@@ -3,7 +3,7 @@
"main": "index",
"types": "index.d.ts",
"description": "NativeScript Core Modules",
"version": "6.5.19",
"version": "6.5.20",
"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.19",
"version": "6.5.20",
"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.19",
"version": "6.5.20",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",
@@ -11,7 +11,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@nativescript/core": "6.5.19"
"@nativescript/core": "6.5.20"
},
"devDependencies": {
"tns-platform-declarations": "6.5.15"