From 756d92c4183dc5b02e0693b1e60438857af78951 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 16 Jan 2020 10:34:50 +0000 Subject: [PATCH] chore(release): cut 3.2.0 [skip ci] # [3.2.0](https://github.com/dhis2/app-platform/compare/v3.1.4...v3.2.0) (2020-01-16) ### Features * allow customization of the dhis2 app icon ([#265](https://github.com/dhis2/app-platform/issues/265)) ([86f1cd7](https://github.com/dhis2/app-platform/commit/86f1cd705678780e4eedd3210f2db3ff3cb14516)) --- CHANGELOG.md | 7 +++++++ adapter/package.json | 4 ++-- cli/package.json | 4 ++-- package.json | 2 +- shell/package.json | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e439bb0..1d914f202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/dhis2/app-platform/compare/v3.1.4...v3.2.0) (2020-01-16) + + +### Features + +* allow customization of the dhis2 app icon ([#265](https://github.com/dhis2/app-platform/issues/265)) ([86f1cd7](https://github.com/dhis2/app-platform/commit/86f1cd705678780e4eedd3210f2db3ff3cb14516)) + ## [3.1.4](https://github.com/dhis2/app-platform/compare/v3.1.3...v3.1.4) (2020-01-16) diff --git a/adapter/package.json b/adapter/package.json index c65eb9a10..644879cd6 100644 --- a/adapter/package.json +++ b/adapter/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-adapter", - "version": "3.1.4", + "version": "3.2.0", "repository": { "type": "git", "url": "https://github.com/amcgee/dhis2-app-platform", @@ -21,7 +21,7 @@ "moment": "^2.24.0" }, "devDependencies": { - "@dhis2/cli-app-scripts": "3.1.4" + "@dhis2/cli-app-scripts": "3.2.0" }, "scripts": { "build": "d2-app-scripts build" diff --git a/cli/package.json b/cli/package.json index 482766697..986ece9a5 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "3.1.4", + "version": "3.2.0", "repository": { "type": "git", "url": "https://github.com/amcgee/dhis2-app-platform", @@ -29,7 +29,7 @@ "@babel/preset-env": "^7.6.2", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.6.0", - "@dhis2/app-shell": "3.1.4", + "@dhis2/app-shell": "3.2.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 ad6bc0e90..77bf7a70c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "3.1.4", + "version": "3.2.0", "private": true, "repository": { "type": "git", diff --git a/shell/package.json b/shell/package.json index 6fbf34407..bbcab37bf 100644 --- a/shell/package.json +++ b/shell/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-shell", - "version": "3.1.4", + "version": "3.2.0", "repository": { "type": "git", "url": "https://github.com/amcgee/dhis2-app-platform", @@ -12,7 +12,7 @@ "access": "public" }, "dependencies": { - "@dhis2/app-adapter": "3.1.4", + "@dhis2/app-adapter": "3.2.0", "@dhis2/app-runtime": "^2.0.4", "@dhis2/d2-i18n": "^1.0.5", "@dhis2/ui-core": "^4.6.1",