From 83f436fdc577e3425eac2c551afd3961fec577c5 Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Thu, 22 Aug 2019 16:06:40 +0300 Subject: [PATCH 1/2] chore: bump widgets version to 6.0.7 (#7715) --- tns-core-modules-widgets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tns-core-modules-widgets/package.json b/tns-core-modules-widgets/package.json index 858991d65..27a0e5283 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.0.6", + "version": "6.0.7", "description": "Native widgets used in the NativeScript framework.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" From fbe12fb3c8f8c0852270443581ca4d5265dd5c59 Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Thu, 22 Aug 2019 16:15:21 +0300 Subject: [PATCH 2/2] release: cut the 6.0.7 release (#7714) --- CHANGELOG.md | 13 +++++++++++++ tns-core-modules/package.json | 4 ++-- tns-platform-declarations/package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e92afc2..138d1eefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +## [6.0.7](https://github.com/NativeScript/NativeScript/compare/6.0.4...6.0.7) (2019-08-22) + + +### Bug Fixes + +* **bottom-navigation:** codebehind creation ([#7624](https://github.com/NativeScript/NativeScript/issues/7624)) ([056d0bf](https://github.com/NativeScript/NativeScript/commit/056d0bf)) +* prevent plugin podfile platform version clash ([#7626](https://github.com/NativeScript/NativeScript/issues/7626)) ([49b3571](https://github.com/NativeScript/NativeScript/commit/49b3571)) +* **hmr:** close modal views during livesync [#7668](https://github.com/NativeScript/NativeScript/issues/7668) ([#7679](https://github.com/NativeScript/NativeScript/issues/7679)) ([9877b20](https://github.com/NativeScript/NativeScript/commit/9877b20)) +* **tabs-android:** tabStripItem color not applied ([#7617](https://github.com/NativeScript/NativeScript/issues/7617)) ([2518655](https://github.com/NativeScript/NativeScript/commit/2518655)) + + + ## [6.0.6](https://github.com/NativeScript/NativeScript/compare/6.0.5...6.0.6) (2019-08-08) diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 674057a05..ce80e5a55 100644 --- a/tns-core-modules/package.json +++ b/tns-core-modules/package.json @@ -1,7 +1,7 @@ { "name": "tns-core-modules", "description": "Telerik NativeScript Core Modules", - "version": "6.0.6", + "version": "6.0.7", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -26,7 +26,7 @@ "license": "Apache-2.0", "typings": "tns-core-modules.d.ts", "dependencies": { - "tns-core-modules-widgets": "6.0.6", + "tns-core-modules-widgets": "6.0.7", "tslib": "^1.9.3" }, "devDependencies": { diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index feb61d094..07b051cf0 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "6.0.6", + "version": "6.0.7", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {