diff --git a/CHANGELOG.md b/CHANGELOG.md index 1330cd9b1..fc80610ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 32aa24e7d..9c50745db 100644 --- a/nativescript-core/package.json +++ b/nativescript-core/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "6.5.18", + "version": "6.5.19", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/package.json b/package.json index e0bf3f16f..65e8d3e70 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "NativeScript", "description": "NativeScript Core Modules", "homepage": "https://www.nativescript.org", - "version": "6.5.18", + "version": "6.5.19", "repository": { "type": "git", "url": "https://github.com/NativeScript/NativeScript" diff --git a/tns-core-modules-package/package.json b/tns-core-modules-package/package.json index 7d72415ff..629c6a42e 100644 --- a/tns-core-modules-package/package.json +++ b/tns-core-modules-package/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "6.5.18", + "version": "6.5.19", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -11,7 +11,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@nativescript/core": "6.5.18" + "@nativescript/core": "6.5.19" }, "devDependencies": { "tns-platform-declarations": "6.5.15"