From 21c7625db25f9511b5ee7f416b04b2ede510f758 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sun, 6 Dec 2020 00:14:13 -0800 Subject: [PATCH] chore(release): 6.5.23 --- nativescript-core/package.json | 2 +- package.json | 2 +- tns-core-modules-package/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 58f1cf36b..263cdf2d3 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.21", + "version": "6.5.23", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/package.json b/package.json index c56bf69b3..fc89b7271 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.20", + "version": "6.5.23", "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 c2cf65677..54eb762e7 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.21", + "version": "6.5.23", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -11,7 +11,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@nativescript/core": "6.5.21" + "@nativescript/core": "6.5.23" }, "devDependencies": { "tns-platform-declarations": "6.5.15"