From 5728e9d15102a4c7338eb172af59c5d78e299196 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Wed, 7 Nov 2018 16:10:39 +0200 Subject: [PATCH 1/3] release: cut the 5.0.2 release --- CHANGELOG.md | 12 ++++++++++++ tns-core-modules/package.json | 2 +- tns-platform-declarations/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d4473eaf..0ca6e47a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Cross Platform Modules Changelog ============================== + +## [5.0.2](https://github.com/NativeScript/NativeScript/compare/5.0.0-rc...5.0.2) (2018-11-07) + + +### Bug Fixes + +* **android:** back navigation on app suspend/resume ([#6489](https://github.com/NativeScript/NativeScript/issues/6489)) ([999e378](https://github.com/NativeScript/NativeScript/commit/999e378)) +* **android:** IllegalStateException with tabview and nested frames ([#6495](https://github.com/NativeScript/NativeScript/issues/6495)) ([7d21b5c](https://github.com/NativeScript/NativeScript/commit/7d21b5c)) +* Resolve incorrect name of listener when unsubscribing ([#6487](https://github.com/NativeScript/NativeScript/issues/6487)) ([af5eb73](https://github.com/NativeScript/NativeScript/commit/af5eb73)) + + + # [5.0.0](https://github.com/NativeScript/NativeScript/compare/4.2.1...5.0.0) (2018-11-01) diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 1797a80ea6..12a93bfefa 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.0.1", + "version": "5.0.2", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 2485da6475..3751ce17da 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "5.0.0", + "version": "5.0.2", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": { From 32471b62c1cc77ecafdc77871257be8ad42a646d Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Wed, 7 Nov 2018 16:20:04 +0200 Subject: [PATCH 2/3] chore: update change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca6e47a52..fc5406c20c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Cross Platform Modules Changelog ============================== -## [5.0.2](https://github.com/NativeScript/NativeScript/compare/5.0.0-rc...5.0.2) (2018-11-07) +## [5.0.2](https://github.com/NativeScript/NativeScript/compare/5.0.0...5.0.2) (2018-11-07) ### Bug Fixes From 6dc0281a34c1c486a50fa38cb90bea359b14949a Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Wed, 7 Nov 2018 16:31:11 +0200 Subject: [PATCH 3/3] docs: update link of changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5406c20c..b6a67121d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Cross Platform Modules Changelog ============================== -## [5.0.2](https://github.com/NativeScript/NativeScript/compare/5.0.0...5.0.2) (2018-11-07) +## [5.0.2](https://github.com/NativeScript/NativeScript/compare/5.0.1...5.0.2) (2018-11-07) ### Bug Fixes