From 29541b89b17ed001ea7a93a9860405e330f92734 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 16 Jun 2020 15:31:53 -0700 Subject: [PATCH] chore(release): 6.5.6 --- CHANGELOG.md | 15 +++++++++++++++ nativescript-core/package.json | 2 +- package.json | 2 +- tns-core-modules-package/package.json | 2 +- tns-core-modules-widgets/package.json | 2 +- tns-platform-declarations/package.json | 2 +- 6 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 004b90b77..177adb07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [6.5.6](https://github.com/NativeScript/NativeScript/compare/6.5.5...6.5.6) (2020-06-16) + + +### Bug Fixes + +* **ios:** gesture handling resilience when views are destroyed quickly ([#8645](https://github.com/NativeScript/NativeScript/issues/8645)) ([9afa15f](https://github.com/NativeScript/NativeScript/commit/9afa15fa710984c2769d42b1d9accf04d2ad52a8)) +* **text-base:** apply dynamic text color change on button for ios ([#8635](https://github.com/NativeScript/NativeScript/issues/8635)) ([5cacc25](https://github.com/NativeScript/NativeScript/commit/5cacc25aa728b9ba869b7c7e4a8c0f361eb58583)) + + +### Features + +* **android:** Implementing 'onBackPressed' for frame-root ([#8634](https://github.com/NativeScript/NativeScript/issues/8634)) ([c73952f](https://github.com/NativeScript/NativeScript/commit/c73952f364dd76c0c65f20fe11247b9245cb80fd)) + + + ## [6.5.5](https://github.com/NativeScript/NativeScript/compare/6.5.4...6.5.5) (2020-06-10) diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 9c3f14ecb..cbc0dbf65 100644 --- a/nativescript-core/package.json +++ b/nativescript-core/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "Telerik NativeScript Core Modules", - "version": "6.5.5", + "version": "6.5.6", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/package.json b/package.json index 9caf4a5ee..d6da43a58 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "NativeScript", "description": "Telerik NativeScript Core Modules", "homepage": "https://www.nativescript.org", - "version": "6.5.5", + "version": "6.5.6", "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 972a9b3ec..65941d9d1 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": "Telerik NativeScript Core Modules", - "version": "6.5.5", + "version": "6.5.6", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-core-modules-widgets/package.json b/tns-core-modules-widgets/package.json index bc5e30cf5..d211786b5 100644 --- a/tns-core-modules-widgets/package.json +++ b/tns-core-modules-widgets/package.json @@ -1,6 +1,6 @@ { "name": "tns-core-modules-widgets", - "version": "6.5.5", + "version": "6.5.6", "description": "Native widgets used in the NativeScript framework.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 3e5314859..5c0f6708f 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "6.5.5", + "version": "6.5.6", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {