From e4de5fcdae906930b3ce923e476df2bde140e8ec Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 25 Sep 2020 23:13:27 -0700 Subject: [PATCH] chore(release): 6.5.20 --- CHANGELOG.md | 9 +++++++++ nativescript-core/package.json | 2 +- package.json | 2 +- tns-core-modules-package/package.json | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc80610ce..94f58f3d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 9c50745db..14b0220eb 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.19", + "version": "6.5.20", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/package.json b/package.json index 65e8d3e70..c56bf69b3 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.19", + "version": "6.5.20", "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 629c6a42e..ec17c42bf 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.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"