Skip to content

Commit ff62eb8

Browse files
committed
chore(release): 6.5.11
1 parent 4479096 commit ff62eb8

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [6.5.11](https://github.com/NativeScript/NativeScript/compare/6.5.10...6.5.11) (2020-07-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
8+
9+
110
## [6.5.10](https://github.com/NativeScript/NativeScript/compare/6.5.9...6.5.10) (2020-07-11)
211

312

nativescript-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "NativeScript Core Modules",
6-
"version": "6.5.10",
6+
"version": "6.5.11",
77
"homepage": "https://www.nativescript.org",
88
"repository": {
99
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "NativeScript",
33
"description": "NativeScript Core Modules",
44
"homepage": "https://www.nativescript.org",
5-
"version": "6.5.10",
5+
"version": "6.5.11",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/NativeScript/NativeScript"

tns-core-modules-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "NativeScript Core Modules",
6-
"version": "6.5.10",
6+
"version": "6.5.11",
77
"homepage": "https://www.nativescript.org",
88
"repository": {
99
"type": "git",

tns-platform-declarations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tns-platform-declarations",
3-
"version": "6.5.10",
3+
"version": "6.5.11",
44
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)