From 979130de313e68ced9ad1f60b65ef6050bcfe983 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 21 Jul 2020 14:06:21 -0700 Subject: [PATCH] chore(release): 6.5.12 --- CHANGELOG.md | 9 +++++++++ nativescript-core/package.json | 6 +++--- package.json | 2 +- tns-core-modules-package/package.json | 2 +- tns-platform-declarations/package.json | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 953251eb0..0cfa57278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [6.5.12](https://github.com/NativeScript/NativeScript/compare/6.5.11...6.5.12) (2020-07-21) + + +### Bug Fixes + +* **ios:** actionbar show/hide should trigger page layout ([#8726](https://github.com/NativeScript/NativeScript/issues/8726)) ([09d866c](https://github.com/NativeScript/NativeScript/commit/09d866cfcda7c0ea42622201eac50a1b8691a26b)) + + + ## [6.5.11](https://github.com/NativeScript/NativeScript/compare/6.5.10...6.5.11) (2020-07-20) diff --git a/nativescript-core/package.json b/nativescript-core/package.json index aaddbeaa6..91476997c 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.11", + "version": "6.5.12", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -23,13 +23,13 @@ "nativescript-hook": "0.2.5", "reduce-css-calc": "^2.1.6", "semver": "6.3.0", - "tns-core-modules-widgets": "6.5.10", + "tns-core-modules-widgets": "latest", "tslib": "1.10.0" }, "devDependencies": { "@types/chai": "~4.2.5", "@types/node": "~10.12.18", - "tns-platform-declarations": "6.5.10" + "tns-platform-declarations": "latest" }, "scripts": { "version": "conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md", diff --git a/package.json b/package.json index 58a5d00f8..1cde00b44 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.11", + "version": "6.5.12", "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 e8b0a325c..9facf54b0 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.11", + "version": "6.5.12", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index d37d46e5f..28c605ea6 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "6.5.11", + "version": "6.5.12", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {