Skip to content

Commit 57ac514

Browse files
committed
chore(release): 6.5.19
1 parent e1318b1 commit 57ac514

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.19](https://github.com/NativeScript/NativeScript/compare/6.5.18...6.5.19) (2020-09-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
8+
9+
110
## [6.5.18](https://github.com/NativeScript/NativeScript/compare/6.5.15...6.5.18) (2020-09-07)
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.18",
6+
"version": "6.5.19",
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.18",
5+
"version": "6.5.19",
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.18",
6+
"version": "6.5.19",
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.18"
14+
"@nativescript/core": "6.5.19"
1515
},
1616
"devDependencies": {
1717
"tns-platform-declarations": "6.5.15"

0 commit comments

Comments
 (0)