From 7228f9e00835de286fd30fa5be9ab4354aa91285 Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Tue, 30 Jul 2019 14:54:34 +0300 Subject: [PATCH] release: cut the 6.0.4 release (#7613) * release: cut the 6.0.4 release --- CHANGELOG.md | 9 +++++++++ tns-core-modules/package.json | 4 ++-- tns-platform-declarations/package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f355c5ba8..9f8449330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## [6.0.4](https://github.com/NativeScript/NativeScript/compare/6.0.3...6.0.4) (2019-07-30) + + +### Bug Fixes + +* **ios:** 'ui/tabs' not found for element 'Tabs' + + ## [6.0.3](https://github.com/NativeScript/NativeScript/compare/6.0.2...6.0.3) (2019-07-29) diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 34a2e10de..ae96bdc46 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.3", + "version": "6.0.4", "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": "next", + "tns-core-modules-widgets": "6.0.3", "tslib": "^1.9.3" }, "devDependencies": { diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index e04be0327..08ff2553f 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "6.0.3", + "version": "6.0.4", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {