From f94e4f3cbbae5fa8a87db500c46d6d32e9c20fb2 Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Mon, 29 Jul 2019 15:52:07 +0300 Subject: [PATCH] release: cut the 6.0.3 release (#7603) --- CHANGELOG.md | 10 ++++++++++ tns-core-modules-widgets/package.json | 2 +- tns-core-modules/package.json | 2 +- tns-platform-declarations/package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c02f5987b..f355c5ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [6.0.3](https://github.com/NativeScript/NativeScript/compare/6.0.2...6.0.3) (2019-07-29) + + +### Bug Fixes + +* **ios:** move material design dependency to podfile ([#7592](https://github.com/NativeScript/NativeScript/issues/7592)) ([291e3b4](https://github.com/NativeScript/NativeScript/commit/291e3b4)) + + + ## [6.0.2](https://github.com/NativeScript/NativeScript/compare/6.0.0...6.0.2) (2019-07-26) diff --git a/tns-core-modules-widgets/package.json b/tns-core-modules-widgets/package.json index 0cbefdbca..90a2d5fa9 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.1", + "version": "6.0.3", "description": "Native widgets used in the NativeScript framework.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 85d7939bf..34a2e10de 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.2", + "version": "6.0.3", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 82e3ffa3f..e04be0327 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "6.0.2", + "version": "6.0.3", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {