From eea54c4b948036f82dd85e5e4fd52bfc3923683e Mon Sep 17 00:00:00 2001 From: vchimev Date: Mon, 20 Mar 2017 14:46:53 +0200 Subject: [PATCH] Bump version to 2.5.2 --- CHANGELOG.md | 14 ++++++++++++++ tns-core-modules/package.json | 2 +- tns-platform-declarations/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7d16d03c..96351064c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Cross Platform Modules Changelog ============================== +##2.5.2 (2017, March 21) + +### Fixed + +- [(#3790)](https://github.com/NativeScript/NativeScript/pull/3790) Fix a crash in Android tabview when resetting font property + +- [(#3675)](https://github.com/NativeScript/NativeScript/pull/3675) Fix a crash when nesting a ProxyViewContainer in FlexboxLayout + +##2.5.1 (2017, February 16) + +### Fixed + +- [(#3565)](https://github.com/NativeScript/NativeScript/issues/3565) Fix a crash when ActionBar transparent background + ##2.5.0 (2017, February 1) ### Fixed diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index b94f6bef91..fa084df415 100644 --- a/tns-core-modules/package.json +++ b/tns-core-modules/package.json @@ -1,7 +1,7 @@ { "name": "tns-core-modules", "description": "Telerik NativeScript Core Modules", - "version": "2.5.1", + "version": "2.5.2", "homepage":"https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index df90b3b079..87083dfdce 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "2.5.1", + "version": "2.5.2", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {