Skip to content

Commit

Permalink
chore(release): cut 1.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.3](v1.4.2...v1.4.3) (2019-08-14)

### Bug Fixes

* support independent data provider, refactor example ([#70](#70)) ([7db27f6](7db27f6))
  • Loading branch information
@dhis2-bot committed Aug 14, 2019
1 parent 84206d4 commit c705d2e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.3](https://github.com/dhis2/app-runtime/compare/v1.4.2...v1.4.3) (2019-08-14)


### Bug Fixes

* support independent data provider, refactor example ([#70](https://github.com/dhis2/app-runtime/issues/70)) ([7db27f6](https://github.com/dhis2/app-runtime/commit/7db27f6))

## [1.4.2](https://github.com/dhis2/app-runtime/compare/v1.4.1...v1.4.2) (2019-08-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"format": "d2-style js apply --all --no-stage",
"start": "yarn build && cd examples/cra && yarn start"
},
"version": "1.4.2"
"version": "1.4.3"
}
8 changes: 4 additions & 4 deletions runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dhis2/app-runtime",
"description": "A singular runtime dependency for applications on the DHIS2 platform",
"version": "1.4.2",
"version": "1.4.3",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"build/**"
],
"devDependencies": {
"@dhis2/app-service-config": "1.4.2",
"@dhis2/app-service-data": "1.4.2"
"@dhis2/app-service-config": "1.4.3",
"@dhis2/app-service-data": "1.4.3"
},
"peerDependencies": {
"prop-types": "^15.7.2",
Expand All @@ -27,4 +27,4 @@
"build": "rollup -c",
"test": "echo \"No tests yet!\""
}
}
}
4 changes: 2 additions & 2 deletions services/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-service-config",
"version": "1.4.2",
"version": "1.4.3",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand Down Expand Up @@ -29,4 +29,4 @@
"coverage": "jest --coverage",
"prepublishOnly": "yarn build"
}
}
}
6 changes: 3 additions & 3 deletions services/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-service-data",
"version": "1.4.2",
"version": "1.4.3",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"build/**"
],
"peerDependencies": {
"@dhis2/app-service-config": "1.4.2",
"@dhis2/app-service-config": "1.4.3",
"prop-types": "^15.7.2",
"react": "^16.8",
"react-dom": "^16.8"
Expand All @@ -30,4 +30,4 @@
"coverage": "jest --coverage",
"prepublishOnly": "yarn build"
}
}
}

0 comments on commit c705d2e

Please sign in to comment.