From 3d2ec08985cd57434a22f0b10edc198aa39d1f3f Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sun, 6 Dec 2020 00:19:38 -0800 Subject: [PATCH] chore(release): 6.5.24 --- CHANGELOG.md | 10 ++++++++++ nativescript-core/package.json | 2 +- package.json | 2 +- tns-core-modules-package/package.json | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f58f3d7..70ccac586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [6.5.24](https://github.com/NativeScript/NativeScript/compare/6.5.19...6.5.24) (2020-12-06) + + +### Bug Fixes + +* **ios:** ListViewCell.initWithEmptyBackground ([#8985](https://github.com/NativeScript/NativeScript/issues/8985)) ([4fef132](https://github.com/NativeScript/NativeScript/commit/4fef132dea844db1c7c51c4c7e8f7f0ba04fb576)) +* **tabs:** ios safeArea calculation ([#9090](https://github.com/NativeScript/NativeScript/issues/9090)) ([6979a8d](https://github.com/NativeScript/NativeScript/commit/6979a8d0cc5be03c7505fb0abbe93e5a36846ef4)) + + + ## [6.5.20](https://github.com/NativeScript/NativeScript/compare/6.5.19...6.5.20) (2020-09-26) diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 263cdf2d3..41dad0ab2 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.23", + "version": "6.5.24", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/package.json b/package.json index fc89b7271..ebf43f6e1 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.23", + "version": "6.5.24", "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 54eb762e7..fcdb09d01 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.23", + "version": "6.5.24", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -11,7 +11,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@nativescript/core": "6.5.23" + "@nativescript/core": "6.5.24" }, "devDependencies": { "tns-platform-declarations": "6.5.15"