Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Commit f94e4f3

Browse files
release: cut the 6.0.3 release (NativeScript#7603)
1 parent 291e3b4 commit f94e4f3

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="6.0.3"></a>
2+
## [6.0.3](https://github.com/NativeScript/NativeScript/compare/6.0.2...6.0.3) (2019-07-29)
3+
4+
5+
### Bug Fixes
6+
7+
* **ios:** move material design dependency to podfile ([#7592](https://github.com/NativeScript/NativeScript/issues/7592)) ([291e3b4](https://github.com/NativeScript/NativeScript/commit/291e3b4))
8+
9+
10+
111
<a name="6.0.2"></a>
212
## [6.0.2](https://github.com/NativeScript/NativeScript/compare/6.0.0...6.0.2) (2019-07-26)
313

tns-core-modules-widgets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tns-core-modules-widgets",
3-
"version": "6.0.1",
3+
"version": "6.0.3",
44
"description": "Native widgets used in the NativeScript framework.",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

tns-core-modules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tns-core-modules",
33
"description": "Telerik NativeScript Core Modules",
4-
"version": "6.0.2",
4+
"version": "6.0.3",
55
"homepage": "https://www.nativescript.org",
66
"repository": {
77
"type": "git",

tns-platform-declarations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tns-platform-declarations",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)