From c421b2d5c26ffb0f2072d51993ff96f37638823e Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 26 Mar 2020 15:16:22 +0000 Subject: [PATCH] chore(release): cut 3.2.9 [skip ci] ## [3.2.9](https://github.com/dhis2/app-platform/compare/v3.2.8...v3.2.9) (2020-03-26) ### Bug Fixes * **init:** add a default README.md file ([#335](https://github.com/dhis2/app-platform/issues/335)) ([49b85ec](https://github.com/dhis2/app-platform/commit/49b85ecec086da9d6cbe6274fa3a62eb8f3474b1)) --- 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 97a9d8d6f..85473ca8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.9](https://github.com/dhis2/app-platform/compare/v3.2.8...v3.2.9) (2020-03-26) + + +### Bug Fixes + +* **init:** add a default README.md file ([#335](https://github.com/dhis2/app-platform/issues/335)) ([49b85ec](https://github.com/dhis2/app-platform/commit/49b85ecec086da9d6cbe6274fa3a62eb8f3474b1)) + ## [3.2.8](https://github.com/dhis2/app-platform/compare/v3.2.7...v3.2.8) (2020-03-25) diff --git a/adapter/package.json b/adapter/package.json index 666377068..5a889d0e6 100644 --- a/adapter/package.json +++ b/adapter/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-adapter", - "version": "3.2.8", + "version": "3.2.9", "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.2.8" + "@dhis2/cli-app-scripts": "3.2.9" }, "scripts": { "build": "d2-app-scripts build" diff --git a/cli/package.json b/cli/package.json index df8b60502..474a56b9c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "3.2.8", + "version": "3.2.9", "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.2.8", + "@dhis2/app-shell": "3.2.9", "@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 2c4137281..70f193844 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "3.2.8", + "version": "3.2.9", "private": true, "repository": { "type": "git", diff --git a/shell/package.json b/shell/package.json index 4f9d81a7f..d602e0618 100644 --- a/shell/package.json +++ b/shell/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-shell", - "version": "3.2.8", + "version": "3.2.9", "repository": { "type": "git", "url": "https://github.com/amcgee/dhis2-app-platform", @@ -12,7 +12,7 @@ "access": "public" }, "dependencies": { - "@dhis2/app-adapter": "3.2.8", + "@dhis2/app-adapter": "3.2.9", "@dhis2/app-runtime": "^2.0.4", "@dhis2/d2-i18n": "^1.0.5", "@dhis2/ui-core": "^4.6.1",