release: cut the 5.4.3 release (#7384)

This commit is contained in:
Dimitar Topuzov
2019-06-21 05:34:23 -07:00
committed by GitHub
parent dfe76213dd
commit ae598f2c07
3 changed files with 11 additions and 2 deletions

View File

@ -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))
<a name="5.4.2"></a>
## [5.4.2](https://github.com/NativeScript/NativeScript/compare/5.4.1...5.4.2) (2019-06-06)

View File

@ -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",

View File

@ -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": {