File tree Expand file tree Collapse file tree 6 files changed +20
-8
lines changed
Expand file tree Collapse file tree 6 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff 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+
39073912jest-each@^24.8.0 :
39083913 version "24.8.0"
39093914 resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-24.8.0.tgz#a05fd2bf94ddc0b1da66c6d13ec2457f35e52775"
You can’t perform that action at this time.
0 commit comments