From ae598f2c077bb4b872863ddcbf17dd5cadd2d117 Mon Sep 17 00:00:00 2001 From: Dimitar Topuzov Date: Fri, 21 Jun 2019 05:34:23 -0700 Subject: [PATCH] release: cut the 5.4.3 release (#7384) --- CHANGELOG.md | 9 +++++++++ tns-core-modules/package.json | 2 +- tns-platform-declarations/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa838386..922edf6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.4.3](https://github.com/NativeScript/NativeScript/compare/5.4.2...5.4.3) (2019-06-21) + + +### Bug Fixes + +* clear the `resolvedPage` when entry is being cleared, change the passed `View` to be a weak reference ([#7327](https://github.com/NativeScript/NativeScript/issues/7327)) ([dfe7621](https://github.com/NativeScript/NativeScript/commit/dfe7621)) + + + ## [5.4.2](https://github.com/NativeScript/NativeScript/compare/5.4.1...5.4.2) (2019-06-06) diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index f36c02822..5b6d9eddf 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.4.2", + "version": "5.4.3", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 46e2e376a..3e9db635f 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "5.4.2", + "version": "5.4.3", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {