8000 release: cut the 6.0.4 release (#7613) · NativeScript/NativeScript@7228f9e · GitHub
[go: up one dir, main page]

Skip to content

Commit 7228f9e

Browse files
release: cut the 6.0.4 release (#7613)
* release: cut the 6.0.4 release
1 parent a9bb014 commit 7228f9e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="6.0.4"></a>
2+
## [6.0.4](https://github.com/NativeScript/NativeScript/compare/6.0.3...6.0.4) (2019-07-30)
3+
4+
5+
### Bug Fixes
6+
7+
* **ios:** 'ui/tabs' not found for element 'Tabs'
8+
9+
110
<a name="6.0.3"></a>
211
## [6.0.3](https://github.com/NativeScript/NativeScript/compare/6.0.2...6.0.3) (2019-07-29)
312

tns-core-modules/package.json

Lines changed: 2 additions & 2 deletions
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.3",
4+
"version": "6.0.4",
55
"homepage": "https://www.nativescript.org",
66
"repository": {
77
"type": "git",
@@ -26,7 +26,7 @@
2626
"license": "Apache-2.0",
2727
"typings": "tns-core-modules.d.ts",
2828
"dependencies": {
29-
"tns-core-modules-widgets": "next",
29+
"tns-core-modules-widgets": "6.0.3",
3030
"tslib": "^1.9.3"
3131
},
3232
"devDependencies": {

tns-platform-declarations/package.json

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

0 commit comments

Comments
 (0)
0