From a695ab24330051766476e3fb108a2f72adc95b10 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 16 Nov 2020 15:36:00 +0000 Subject: [PATCH] chore(release): cut 5.5.0 [skip ci] # [5.5.0](https://github.com/dhis2/app-platform/compare/v5.4.2...v5.5.0) (2020-11-16) ### Bug Fixes * **alerts:** make Alerts a sibling of AuthBoundary ([2b607b8](https://github.com/dhis2/app-platform/commit/2b607b8695693f9ffb7edc419b8ece57d931db08)) ### Features * introduce alerts component to show alerts as alert-bars in a stack ([9aea659](https://github.com/dhis2/app-platform/commit/9aea659cde05400b96bc0afca18c55ca6c0e886e)) * introduce alerts component to show alerts as alert-bars in a stack ([#486](https://github.com/dhis2/app-platform/issues/486)) ([fd22504](https://github.com/dhis2/app-platform/commit/fd22504c2528fd1bab2034d019b480e1c290f063)) --- CHANGELOG.md | 13 +++++++++++++ adapter/package.json | 4 ++-- cli/package.json | 4 ++-- examples/simple-app/package.json | 4 ++-- package.json | 2 +- shell/package.json | 4 ++-- 6 files changed, 22 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8234b720..26c7350c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [5.5.0](https://github.com/dhis2/app-platform/compare/v5.4.2...v5.5.0) (2020-11-16) + + +### Bug Fixes + +* **alerts:** make Alerts a sibling of AuthBoundary ([2b607b8](https://github.com/dhis2/app-platform/commit/2b607b8695693f9ffb7edc419b8ece57d931db08)) + + +### Features + +* introduce alerts component to show alerts as alert-bars in a stack ([9aea659](https://github.com/dhis2/app-platform/commit/9aea659cde05400b96bc0afca18c55ca6c0e886e)) +* introduce alerts component to show alerts as alert-bars in a stack ([#486](https://github.com/dhis2/app-platform/issues/486)) ([fd22504](https://github.com/dhis2/app-platform/commit/fd22504c2528fd1bab2034d019b480e1c290f063)) + ## [5.4.2](https://github.com/dhis2/app-platform/compare/v5.4.1...v5.4.2) (2020-11-11) diff --git a/adapter/package.json b/adapter/package.json index ce2aed9a1..0e9ead4a6 100644 --- a/adapter/package.json +++ b/adapter/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-adapter", - "version": "5.4.2", + "version": "5.5.0", "repository": { "type": "git", "url": "https://github.com/amcgee/dhis2-app-platform", @@ -20,7 +20,7 @@ "moment": "^2.24.0" }, "devDependencies": { - "@dhis2/cli-app-scripts": "5.4.2", + "@dhis2/cli-app-scripts": "5.5.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5" }, diff --git a/cli/package.json b/cli/package.json index c4d98a786..088484b65 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "5.4.2", + "version": "5.5.0", "engines": { "node": ">=10" }, @@ -32,7 +32,7 @@ "@babel/preset-env": "^7.9.0", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.6.0", - "@dhis2/app-shell": "5.4.2", + "@dhis2/app-shell": "5.5.0", "@dhis2/cli-helpers-engine": "^1.5.0", "archiver": "^3.1.1", "axios": "^0.20.0", diff --git a/examples/simple-app/package.json b/examples/simple-app/package.json index 5d38d92fc..22f12302a 100644 --- a/examples/simple-app/package.json +++ b/examples/simple-app/package.json @@ -1,12 +1,12 @@ { "name": "simple-app", - "version": "5.4.2", + "version": "5.5.0", "repository": "https://github.com/amcgee/dhis2-app-platform", "author": "Austin McGee ", "license": "BSD-3-Clause", "private": true, "devDependencies": { - "@dhis2/cli-app-scripts": "5.4.2" + "@dhis2/cli-app-scripts": "5.5.0" }, "scripts": { "start": "d2-app-scripts start", diff --git a/package.json b/package.json index 62c1aaca1..f5a27e6a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "5.4.2", + "version": "5.5.0", "private": true, "repository": { "type": "git", diff --git a/shell/package.json b/shell/package.json index 07f410d0a..cdb31bd28 100644 --- a/shell/package.json +++ b/shell/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-shell", - "version": "5.4.2", + "version": "5.5.0", "repository": { "type": "git", "url": "https://github.com/amcgee/dhis2-app-platform", @@ -12,7 +12,7 @@ "access": "public" }, "dependencies": { - "@dhis2/app-adapter": "5.4.2", + "@dhis2/app-adapter": "5.5.0", "@dhis2/app-runtime": "^2.6.1", "@dhis2/d2-i18n": "^1.0.5", "@dhis2/ui": "^5.7.2",