From 6989b8cdf4de48417f3b6baa85103f58613bf169 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 3 Oct 2019 09:14:25 +0000 Subject: [PATCH] chore(release): cut 1.5.2 [skip ci] ## [1.5.2](https://github.com/dhis2/app-platform/compare/v1.5.1...v1.5.2) (2019-10-03) ### Bug Fixes * don't dynamically load the app adapter (prevent blank flash) ([#97](https://github.com/dhis2/app-platform/issues/97)) ([5d2d491](https://github.com/dhis2/app-platform/commit/5d2d491)) --- CHANGELOG.md | 7 +++++++ cli/package.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f072e76f..4adba0016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.2](https://github.com/dhis2/app-platform/compare/v1.5.1...v1.5.2) (2019-10-03) + + +### Bug Fixes + +* don't dynamically load the app adapter (prevent blank flash) ([#97](https://github.com/dhis2/app-platform/issues/97)) ([5d2d491](https://github.com/dhis2/app-platform/commit/5d2d491)) + ## [1.5.1](https://github.com/dhis2/app-platform/compare/v1.5.0...v1.5.1) (2019-09-30) diff --git a/cli/package.json b/cli/package.json index 1f91759f6..70811fb48 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "1.5.1", + "version": "1.5.2", "main": "src/index.js", "repository": "https://github.com/amcgee/dhis2-app-platform", "author": "Austin McGee ", diff --git a/package.json b/package.json index 6f6bf37ed..06f65b60f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.5.1", + "version": "1.5.2", "private": true, "repository": { "type": "git",