diff --git a/CHANGELOG.md b/CHANGELOG.md index 72294f9df..953251eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [6.5.11](https://github.com/NativeScript/NativeScript/compare/6.5.10...6.5.11) (2020-07-20) + + +### Bug Fixes + +* **android:** add check in ad.dismissSoftInput to make sure the dismissed nativeView has focus at that moment ([#8720](https://github.com/NativeScript/NativeScript/issues/8720)) ([4479096](https://github.com/NativeScript/NativeScript/commit/4479096b5631c0f3d311d8afef73a24dfb082c8f)) + + + ## [6.5.10](https://github.com/NativeScript/NativeScript/compare/6.5.9...6.5.10) (2020-07-11) diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 9f353ac21..aaddbeaa6 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.10", + "version": "6.5.11", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/package.json b/package.json index 578970b6a..58a5d00f8 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.10", + "version": "6.5.11", "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 803f0af06..e8b0a325c 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.10", + "version": "6.5.11", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index e697af646..d37d46e5f 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "6.5.10", + "version": "6.5.11", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {