From c4eb64be0b5778a6cc975c27e2c6ea7236094364 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Sun, 13 Jan 2019 16:24:11 +0200 Subject: [PATCH] release: cut the %s release --- CHANGELOG.md | 10 ++++++++++ tns-core-modules/package.json | 4 ++-- tns-platform-declarations/package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48871fdee..abac8aa45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [5.1.2](https://github.com/NativeScript/NativeScript/compare/5.1.1...5.1.2) (2019-01-13) + + +### Bug Fixes + +* **list-view-android:** app crashes on ListView item template change ([#6634](https://github.com/NativeScript/NativeScript/issues/6634)) ([e03f5f9](https://github.com/NativeScript/NativeScript/commit/e03f5f9)) + + + ## [5.1.1](https://github.com/NativeScript/NativeScript/compare/5.1.0...5.1.1) (2018-12-19) diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 444817415..64e1bc926 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": "5.1.1", + "version": "5.1.2", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 826c973d7..7bda26d49 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "5.1.1", + "version": "5.1.2", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {