Skip to content

Commit 7480092

Browse files
author
Vasil Chimev
authored
Merge pull request NativeScript#3831 from NativeScript/vchimev-2.5.2
Bump version to 2.5.2
2 parents 0e6c523 + eea54c4 commit 7480092

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Cross Platform Modules Changelog
22
==============================
33

4+
##2.5.2 (2017, March 21)
5+
6+
### Fixed
7+
8+
- [(#3790)](https://github.com/NativeScript/NativeScript/pull/3790) Fix a crash in Android tabview when resetting font property
9+
10+
- [(#3675)](https://github.com/NativeScript/NativeScript/pull/3675) Fix a crash when nesting a ProxyViewContainer in FlexboxLayout
11+
12+
##2.5.1 (2017, February 16)
13+
14+
### Fixed
15+
16+
- [(#3565)](https://github.com/NativeScript/NativeScript/issues/3565) Fix a crash when ActionBar transparent background
17+
418
##2.5.0 (2017, February 1)
519

620
### Fixed

tns-core-modules/package.json

Lines changed: 1 addition & 1 deletion
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": "2.5.1",
4+
"version": "2.5.2",
55
"homepage":"https://www.nativescript.org",
66
"repository": {
77
"type": "git",

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": "2.5.1",
3+
"version": "2.5.2",
44
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)