File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed
Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 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
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.4.0 "
29+ "version" : " 1.4.1 "
3030}
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.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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments