Skip to content

Commit

Permalink
chore(release): cut 5.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.5.1](v5.5.0...v5.5.1) (2021-01-13)

### Bug Fixes

* disable eslint for all installed shell files, lint in dev ([1933eca](1933eca))
* disable eslint for all installed shell files, lint in dev ([81b2a61](81b2a61))
* prevent automatic find-up of eslint, use local config in dev ([6fab73a](6fab73a))
  • Loading branch information
dhis2-bot committed Jan 13, 2021
1 parent 1933eca commit 6af9f4f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions adapter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cli-app-scripts",
"version": "5.5.0",
"version": "5.5.1",
"engines": {
"node": ">=10"
},
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions examples/simple-app/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "5.5.0",
"version": "5.5.1",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions shell/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 6af9f4f

Please sign in to comment.