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

Commit fbe12fb

Browse files
release: cut the 6.0.7 release (NativeScript#7714)
1 parent 83f436f commit fbe12fb

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="6.0.7"></a>
2+
## [6.0.7](https://github.com/NativeScript/NativeScript/compare/6.0.4...6.0.7) (2019-08-22)
3+
4+
5+
### Bug Fixes
6+
7+
* **bottom-navigation:** codebehind creation ([#7624](https://github.com/NativeScript/NativeScript/issues/7624)) ([056d0bf](https://github.com/NativeScript/NativeScript/commit/056d0bf))
8+
* prevent plugin podfile platform version clash ([#7626](https://github.com/NativeScript/NativeScript/issues/7626)) ([49b3571](https://github.com/NativeScript/NativeScript/commit/49b3571))
9+
* **hmr:** close modal views during livesync [#7668](https://github.com/NativeScript/NativeScript/issues/7668) ([#7679](https://github.com/NativeScript/NativeScript/issues/7679)) ([9877b20](https://github.com/NativeScript/NativeScript/commit/9877b20))
10+
* **tabs-android:** tabStripItem color not applied ([#7617](https://github.com/NativeScript/NativeScript/issues/7617)) ([2518655](https://github.com/NativeScript/NativeScript/commit/2518655))
11+
12+
13+
114
<a name="6.0.6"></a>
215
## [6.0.6](https://github.com/NativeScript/NativeScript/compare/6.0.5...6.0.6) (2019-08-08)
316

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.6",
4+
"version": "6.0.7",
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": "6.0.6",
29+
"tns-core-modules-widgets": "6.0.7",
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.6",
3+
"version": "6.0.7",
44
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)