From 856f0ae6abac3c366a2ac7e4e71b653a25d24e23 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Fri, 30 Oct 2020 12:11:45 +0000 Subject: [PATCH] chore(release): cut 5.4.1-alpha.1 [skip ci] ## [5.4.1-alpha.1](https://github.com/dhis2/app-platform/compare/v5.4.0...v5.4.1-alpha.1) (2020-10-30) ### Bug Fixes * update react-scripts and cli-style at same time to use eslint 7 ([#475](https://github.com/dhis2/app-platform/issues/475)) ([8fd9225](https://github.com/dhis2/app-platform/commit/8fd9225624ab02565ea72a3f9a1170a1bb4655ba)) --- CHANGELOG.md | 7 +++++++ adapter/package.json | 4 ++-- cli/package.json | 4 ++-- examples/simple-app/package.json | 4 ++-- package.json | 2 +- shell/package.json | 4 ++-- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc47fc12..2ee462dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.4.1-alpha.1](https://github.com/dhis2/app-platform/compare/v5.4.0...v5.4.1-alpha.1) (2020-10-30) + + +### Bug Fixes + +* update react-scripts and cli-style at same time to use eslint 7 ([#475](https://github.com/dhis2/app-platform/issues/475)) ([8fd9225](https://github.com/dhis2/app-platform/commit/8fd9225624ab02565ea72a3f9a1170a1bb4655ba)) + # [5.4.0](https://github.com/dhis2/app-platform/compare/v5.3.0...v5.4.0) (2020-10-19) diff --git a/adapter/package.json b/adapter/package.json index e4132a33c..77fc9e85d 100644 --- a/adapter/package.json +++ b/adapter/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-adapter", - "version": "5.4.0", + "version": "5.4.1-alpha.1", "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.0", + "@dhis2/cli-app-scripts": "5.4.1-alpha.1", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5" }, diff --git a/cli/package.json b/cli/package.json index e400a28e4..979565011 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "5.4.0", + "version": "5.4.1-alpha.1", "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.0", + "@dhis2/app-shell": "5.4.1-alpha.1", "@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 35042d2af..02770152b 100644 --- a/examples/simple-app/package.json +++ b/examples/simple-app/package.json @@ -1,12 +1,12 @@ { "name": "simple-app", - "version": "1.0.0", + "version": "5.4.1-alpha.1", "repository": "https://github.com/amcgee/dhis2-app-platform", "author": "Austin McGee ", "license": "BSD-3-Clause", "private": true, "devDependencies": { - "@dhis2/cli-app-scripts": "*" + "@dhis2/cli-app-scripts": "5.4.1-alpha.1" }, "scripts": { "start": "d2-app-scripts start", diff --git a/package.json b/package.json index 3109e67ad..0b4b57077 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "5.4.0", + "version": "5.4.1-alpha.1", "private": true, "repository": { "type": "git", diff --git a/shell/package.json b/shell/package.json index 309a3d6dc..58aa5636c 100644 --- a/shell/package.json +++ b/shell/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-shell", - "version": "5.4.0", + "version": "5.4.1-alpha.1", "repository": { "type": "git", "url": "https://github.com/amcgee/dhis2-app-platform", @@ -12,7 +12,7 @@ "access": "public" }, "dependencies": { - "@dhis2/app-adapter": "5.4.0", + "@dhis2/app-adapter": "5.4.1-alpha.1", "@dhis2/app-runtime": "^2.2.2", "@dhis2/d2-i18n": "^1.0.5", "@dhis2/ui": "^5.4.2",