Skip to content

Commit

Permalink
chore(release): cut 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2019-08-08)

### Bug Fixes

* don't break app-runtime API, export DataProvider as well ([#33](#33)) ([14a33f0](14a33f0))
  • Loading branch information
@dhis2-bot committed Aug 8, 2019
1 parent 14a33f0 commit d7bc79d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 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.1](https://github.com/dhis2/app-runtime/compare/v1.4.0...v1.4.1) (2019-08-08)


### Bug Fixes

* don't break app-runtime API, export DataProvider as well ([#33](https://github.com/dhis2/app-runtime/issues/33)) ([14a33f0](https://github.com/dhis2/app-runtime/commit/14a33f0))

# [1.4.0](https://github.com/dhis2/app-runtime/compare/v1.3.0...v1.4.0) (2019-08-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"format": "d2-style js apply --all --no-stage",
"start": "yarn build && cd examples/cra && yarn start"
},
"version": "1.4.0"
"version": "1.4.1"
}
6 changes: 3 additions & 3 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.0",
"version": "1.4.1",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.2",
"@babel/preset-react": "^7.0.0",
"@dhis2/app-service-config": "1.4.0",
"@dhis2/app-service-data": "1.4.0",
"@dhis2/app-service-config": "1.4.1",
"@dhis2/app-service-data": "1.4.1",
"loop": "^3.1.3",
"prop-types": "^15.7.2",
"react": "^16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "1.4.1",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.4.1",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.5.5",
"@dhis2/app-service-config": "1.4.0",
"@dhis2/app-service-config": "1.4.1",
"@testing-library/react": "^8.0.4",
"@types/jest": "^24.0.11",
"@types/node": "^12.7.1",
Expand Down

0 comments on commit d7bc79d

Please sign in to comment.