Skip to content

Commit 3598aec

Browse files
author
@dhis2-bot
committed
chore(release): cut 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2019-08-08) ### Features * expose application config as separate context ([#13](#13)) ([c9aa123](c9aa123))
1 parent f3b7402 commit 3598aec

File tree

6 files changed

+20
-8
lines changed

6 files changed

+20
-8
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.0](https://github.com/dhis2/app-runtime/compare/v1.3.0...v1.4.0) (2019-08-08)
2+
3+
4+
### Features
5+
6+
* expose application config as separate context ([#13](https://github.com/dhis2/app-runtime/issues/13)) ([c9aa123](https://github.com/dhis2/app-runtime/commit/c9aa123))
7+
18
# [1.3.0](https://github.com/dhis2/app-runtime/compare/v1.2.0...v1.3.0) (2019-07-09)
29

310

package.json

Lines changed: 2 additions & 2 deletions
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.3.0"
30-
}
29+
"version": "1.4.0"
30+
}

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.3.0",
4+
"version": "1.4.0",
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.3.0",
22-
"@dhis2/app-service-data": "1.3.0",
21+
"@dhis2/app-service-config": "1.4.0",
22+
"@dhis2/app-service-data": "1.4.0",
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.3.0",
3+
"version": "1.4.0",
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.3.0",
3+
"version": "1.4.0",
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.2",
24-
"@dhis2/app-service-config": "1.3.0",
24+
"@dhis2/app-service-config": "1.4.0",
2525
"@testing-library/react": "^8.0.4",
2626
"@types/jest": "^24.0.11",
2727
"@types/node": "^12.0.2",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3904,6 +3904,11 @@ jest-dom@^3.1.3:
39043904
pretty-format "^24.0.0"
39053905
redent "^2.0.0"
39063906

3907+
jest-dom@^4.0.0:
3908+
version "4.0.0"
3909+
resolved "https://registry.yarnpkg.com/jest-dom/-/jest-dom-4.0.0.tgz#94eba3cbc6576e7bd6821867c92d176de28920eb"
3910+
integrity sha512-gBxYZlZB1Jgvf2gP2pRfjjUWF8woGBHj/g5rAQgFPB/0K2atGuhVcPO+BItyjWeKg9zM+dokgcMOH01vrWVMFA==
3911+
39073912
jest-each@^24.8.0:
39083913
version "24.8.0"
39093914
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-24.8.0.tgz#a05fd2bf94ddc0b1da66c6d13ec2457f35e52775"

0 commit comments

Comments
 (0)