Skip to content

Commit d7bc79d

Browse files
author
@dhis2-bot
committed
chore(release): cut 1.4.1 [skip ci]
## [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))
1 parent 14a33f0 commit d7bc79d

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.1](https://github.com/dhis2/app-runtime/compare/v1.4.0...v1.4.1) (2019-08-08)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
# [1.4.0](https://github.com/dhis2/app-runtime/compare/v1.3.0...v1.4.0) (2019-08-08)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"format": "d2-style js apply --all --no-stage",
2727
"start": "yarn build && cd examples/cra && yarn start"
2828
},
29-
"version": "1.4.0"
29+
"version": "1.4.1"
3030
}

runtime/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dhis2/app-runtime",
33
"description": "A singular runtime dependency for applications on the DHIS2 platform",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"main": "build/cjs/index.js",
66
"module": "build/es/index.js",
77
"types": "build/types/index.d.ts",
@@ -18,8 +18,8 @@
1818
"@babel/core": "^7.5.0",
1919
"@babel/preset-env": "^7.5.2",
2020
"@babel/preset-react": "^7.0.0",
21-
"@dhis2/app-service-config": "1.4.0",
22-
"@dhis2/app-service-data": "1.4.0",
21+
"@dhis2/app-service-config": "1.4.1",
22+
"@dhis2/app-service-data": "1.4.1",
2323
"loop": "^3.1.3",
2424
"prop-types": "^15.7.2",
2525
"react": "^16.8.6",

services/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/app-service-config",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"main": "build/cjs/index.js",
55
"module": "build/es/index.js",
66
"types": "build/types/index.d.ts",

services/data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/app-service-data",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"main": "build/cjs/index.js",
55
"module": "build/es/index.js",
66
"types": "build/types/index.d.ts",
@@ -21,7 +21,7 @@
2121
"@babel/preset-react": "^7.0.0",
2222
"@babel/preset-typescript": "^7.3.3",
2323
"@babel/runtime": "^7.5.5",
24-
"@dhis2/app-service-config": "1.4.0",
24+
"@dhis2/app-service-config": "1.4.1",
2525
"@testing-library/react": "^8.0.4",
2626
"@types/jest": "^24.0.11",
2727
"@types/node": "^12.7.1",

0 commit comments

Comments
 (0)