From c6f68f131ce5b0bacf0c3c826289ff6c9242921b Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Fri, 14 Aug 2020 13:26:03 +0000 Subject: [PATCH] chore(release): cut 5.0.0 [skip ci] # [5.0.0](https://github.com/dhis2/app-platform/compare/v4.0.9...v5.0.0) (2020-08-14) ### Features * Require @dhis2/ui v5 ([#439](https://github.com/dhis2/app-platform/issues/439)) ([e600807](https://github.com/dhis2/app-platform/commit/e600807561a13abcc6ae58bb447625b3242e9d14)) ### BREAKING CHANGES * require @dhis2/ui v5 - components should now be imported from @dhis2/ui and various components have had breaking changes in v5 --- CHANGELOG.md | 12 ++++++++++++ adapter/package.json | 4 ++-- cli/package.json | 4 ++-- package.json | 2 +- shell/package.json | 4 ++-- 5 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e389ebaa..c7ba6b394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [5.0.0](https://github.com/dhis2/app-platform/compare/v4.0.9...v5.0.0) (2020-08-14) + + +### Features + +* Require @dhis2/ui v5 ([#439](https://github.com/dhis2/app-platform/issues/439)) ([e600807](https://github.com/dhis2/app-platform/commit/e600807561a13abcc6ae58bb447625b3242e9d14)) + + +### BREAKING CHANGES + +* require @dhis2/ui v5 - components should now be imported from @dhis2/ui and various components have had breaking changes in v5 + ## [4.0.9](https://github.com/dhis2/app-platform/compare/v4.0.8...v4.0.9) (2020-06-22) diff --git a/adapter/package.json b/adapter/package.json index be313eb43..9848d5ef1 100644 --- a/adapter/package.json +++ b/adapter/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-adapter", - "version": "5.0.0-alpha.2", + "version": "5.0.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.0.0-alpha.2" + "@dhis2/cli-app-scripts": "5.0.0" }, "scripts": { "build": "d2-app-scripts build" diff --git a/cli/package.json b/cli/package.json index d59502471..205e6faa8 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "5.0.0-alpha.2", + "version": "5.0.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.0.0-alpha.2", + "@dhis2/app-shell": "5.0.0", "@dhis2/cli-helpers-engine": "^1.5.0", "archiver": "^3.1.1", "babel-jest": "^24.9.0", diff --git a/package.json b/package.json index 28ae2fbe7..abfda21d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "5.0.0-alpha.2", + "version": "5.0.0", "private": true, "repository": { "type": "git", diff --git a/shell/package.json b/shell/package.json index 63825f8c8..369c395d0 100644 --- a/shell/package.json +++ b/shell/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-shell", - "version": "5.0.0-alpha.2", + "version": "5.0.0", "repository": { "type": "git", "url": "https://github.com/amcgee/dhis2-app-platform", @@ -12,7 +12,7 @@ "access": "public" }, "dependencies": { - "@dhis2/app-adapter": "5.0.0-alpha.2", + "@dhis2/app-adapter": "5.0.0", "@dhis2/app-runtime": "^2.2.2", "@dhis2/d2-i18n": "^1.0.5", "@dhis2/ui": "^5.4.2",