From bef5557c48e6fc429c41a44ff288fb7afa45440f Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 10 Sep 2019 09:57:27 +0000 Subject: [PATCH] chore(release): cut 1.3.0 [skip ci] # [1.3.0](https://github.com/dhis2/app-platform/compare/v1.2.3...v1.3.0) (2019-09-10) ### Features * generate a manifest, set PUBLIC_URL, and output a compliant zip ([#36](https://github.com/dhis2/app-platform/issues/36)) ([243454a](https://github.com/dhis2/app-platform/commit/243454a)) --- 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 1a6483d9e..f2b21b6bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/dhis2/app-platform/compare/v1.2.3...v1.3.0) (2019-09-10) + + +### Features + +* generate a manifest, set PUBLIC_URL, and output a compliant zip ([#36](https://github.com/dhis2/app-platform/issues/36)) ([243454a](https://github.com/dhis2/app-platform/commit/243454a)) + ## [1.2.3](https://github.com/dhis2/app-platform/compare/v1.2.2...v1.2.3) (2019-09-06) diff --git a/cli/package.json b/cli/package.json index ba1aac9d7..54d113b64 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "1.2.3", + "version": "1.3.0", "main": "src/index.js", "repository": "https://github.com/amcgee/dhis2-app-platform", "author": "Austin McGee ", diff --git a/package.json b/package.json index 73cbd6f3a..fe1bbab2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.2.3", + "version": "1.3.0", "private": true, "repository": { "type": "git",