From 4d6733d86ebe511f181c67c06913a27482149243 Mon Sep 17 00:00:00 2001 From: Dimitar Topuzov Date: Thu, 23 May 2019 04:48:07 -0700 Subject: [PATCH] release: cut the 5.4.1 release (#7278) * release: cut the 5.4.1 release * chore: bump widgets version * chore: refer widget 5.4.1 --- CHANGELOG.md | 11 +++++++++++ tns-core-modules-widgets/package.json | 2 +- tns-core-modules/package.json | 4 ++-- tns-platform-declarations/package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0537ba975..c30d94d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [5.4.1](https://github.com/NativeScript/NativeScript/compare/5.4.0...5.4.1) (2019-05-23) + + +### Bug Fixes + +* **android:** CommonLayoutParams measure/layout child guard ([#7271](https://github.com/NativeScript/NativeScript/issues/7271)) ([333ab36](https://github.com/NativeScript/NativeScript/commit/333ab36)) +* **android:** elevation should not require explicit dynamic elevation offset ([#7250](https://github.com/NativeScript/NativeScript/issues/7250)) ([be6e408](https://github.com/NativeScript/NativeScript/commit/be6e408)) +* **hmr:** quick fade upon replace navigation ([#7251](https://github.com/NativeScript/NativeScript/issues/7251)) ([0aca087](https://github.com/NativeScript/NativeScript/commit/0aca087)) + + + # [5.4.0](https://github.com/NativeScript/NativeScript/compare/5.3.2...5.4.0) (2019-05-14) diff --git a/tns-core-modules-widgets/package.json b/tns-core-modules-widgets/package.json index 50ed097f7..591764a8c 100644 --- a/tns-core-modules-widgets/package.json +++ b/tns-core-modules-widgets/package.json @@ -1,6 +1,6 @@ { "name": "tns-core-modules-widgets", - "version": "5.4.0", + "version": "5.4.1", "description": "Native widgets used in the NativeScript framework.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index ca4282a73..fee480304 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.0", + "version": "5.4.1", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -26,7 +26,7 @@ "license": "Apache-2.0", "typings": "tns-core-modules.d.ts", "dependencies": { - "tns-core-modules-widgets": "5.4.0", + "tns-core-modules-widgets": "5.4.1", "tslib": "^1.9.3" }, "devDependencies": { diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index b74919c3d..1757200b4 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "5.4.0", + "version": "5.4.1", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {