diff --git a/CHANGELOG.md b/CHANGELOG.md index 347eb5045..6b9ece036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.5.1](https://github.com/dhis2/app-platform/compare/v5.5.0...v5.5.1) (2021-01-13) + + +### Bug Fixes + +* disable eslint for all installed shell files, lint in dev ([1933eca](https://github.com/dhis2/app-platform/commit/1933eca6dc9235c757e54e891b4dc0a649e146a4)) +* disable eslint for all installed shell files, lint in dev ([81b2a61](https://github.com/dhis2/app-platform/commit/81b2a617fa68237115ece358df4eb6a8e426e455)) +* prevent automatic find-up of eslint, use local config in dev ([6fab73a](https://github.com/dhis2/app-platform/commit/6fab73a1513088f1587410555b61aa10efafb8c5)) + # [5.5.0](https://github.com/dhis2/app-platform/compare/v5.4.2...v5.5.0) (2020-11-16) diff --git a/adapter/package.json b/adapter/package.json index 0e9ead4a6..0dac1c609 100644 --- a/adapter/package.json +++ b/adapter/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-adapter", - "version": "5.5.0", + "version": "5.5.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.5.0", + "@dhis2/cli-app-scripts": "5.5.1", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5" }, diff --git a/cli/package.json b/cli/package.json index 088484b65..f59a0e7b3 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "5.5.0", + "version": "5.5.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.5.0", + "@dhis2/app-shell": "5.5.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 22f12302a..f32f3596a 100644 --- a/examples/simple-app/package.json +++ b/examples/simple-app/package.json @@ -1,12 +1,12 @@ { "name": "simple-app", - "version": "5.5.0", + "version": "5.5.1", "repository": "https://github.com/amcgee/dhis2-app-platform", "author": "Austin McGee ", "license": "BSD-3-Clause", "private": true, "devDependencies": { - "@dhis2/cli-app-scripts": "5.5.0" + "@dhis2/cli-app-scripts": "5.5.1" }, "scripts": { "start": "d2-app-scripts start", diff --git a/package.json b/package.json index 37cb65ce3..5317f05b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "5.5.0", + "version": "5.5.1", "private": true, "repository": { "type": "git", diff --git a/shell/package.json b/shell/package.json index cdb31bd28..650af2bff 100644 --- a/shell/package.json +++ b/shell/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-shell", - "version": "5.5.0", + "version": "5.5.1", "repository": { "type": "git", "url": "https://github.com/amcgee/dhis2-app-platform", @@ -12,7 +12,7 @@ "access": "public" }, "dependencies": { - "@dhis2/app-adapter": "5.5.0", + "@dhis2/app-adapter": "5.5.1", "@dhis2/app-runtime": "^2.6.1", "@dhis2/d2-i18n": "^1.0.5", "@dhis2/ui": "^5.7.2",