release: cut the 6.0.3 release (#7603)

This commit is contained in:
Svetoslav
2019-07-29 15:52:07 +03:00
committed by GitHub
parent 291e3b4b2e
commit f94e4f3cbb
4 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
<a name="6.0.3"></a>
## [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))
<a name="6.0.2"></a> <a name="6.0.2"></a>
## [6.0.2](https://github.com/NativeScript/NativeScript/compare/6.0.0...6.0.2) (2019-07-26) ## [6.0.2](https://github.com/NativeScript/NativeScript/compare/6.0.0...6.0.2) (2019-07-26)

View File

@ -1,6 +1,6 @@
{ {
"name": "tns-core-modules-widgets", "name": "tns-core-modules-widgets",
"version": "6.0.1", "version": "6.0.3",
"description": "Native widgets used in the NativeScript framework.", "description": "Native widgets used in the NativeScript framework.",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"

View File

@ -1,7 +1,7 @@
{ {
"name": "tns-core-modules", "name": "tns-core-modules",
"description": "Telerik NativeScript Core Modules", "description": "Telerik NativeScript Core Modules",
"version": "6.0.2", "version": "6.0.3",
"homepage": "https://www.nativescript.org", "homepage": "https://www.nativescript.org",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "tns-platform-declarations", "name": "tns-platform-declarations",
"version": "6.0.2", "version": "6.0.3",
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
"main": "", "main": "",
"scripts": { "scripts": {