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.5.1] ( https://github.com/dhis2/app-runtime/compare/v1.5.0...v1.5.1 ) (2019-08-25)
2+
3+
4+ ### Bug Fixes
5+
6+ * stop infinite rerenders by removing query from useEffect deps ([ #88 ] ( https://github.com/dhis2/app-runtime/issues/88 ) ) ([ ac9fa28] ( https://github.com/dhis2/app-runtime/commit/ac9fa28 ) )
7+
18# [ 1.5.0] ( https://github.com/dhis2/app-runtime/compare/v1.4.3...v1.5.0 ) (2019-08-15)
29
310
Original file line number Diff line number Diff line change 5656 "format" : " d2-style js apply --all --no-stage" ,
5757 "start" : " yarn build && cd examples/cra && yarn start"
5858 },
59- "version" : " 1.5.0 "
59+ "version" : " 1.5.1 "
6060}
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.5.0 " ,
4+ "version" : " 1.5.1 " ,
55 "main" : " build/cjs/index.js" ,
66 "module" : " build/es/index.js" ,
77 "types" : " build/types/index.d.ts" ,
1919 " build/**"
2020 ],
2121 "devDependencies" : {
22- "@dhis2/app-service-config" : " 1.5.0 " ,
23- "@dhis2/app-service-data" : " 1.5.0 "
22+ "@dhis2/app-service-config" : " 1.5.1 " ,
23+ "@dhis2/app-service-data" : " 1.5.1 "
2424 },
2525 "peerDependencies" : {
2626 "prop-types" : " ^15.7.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @dhis2/app-service-config" ,
3- "version" : " 1.5.0 " ,
3+ "version" : " 1.5.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.5.0 " ,
3+ "version" : " 1.5.1 " ,
44 "main" : " build/cjs/index.js" ,
55 "module" : " build/es/index.js" ,
66 "types" : " build/types/index.d.ts" ,
1212 " build/**"
1313 ],
1414 "peerDependencies" : {
15- "@dhis2/app-service-config" : " 1.5.0 " ,
15+ "@dhis2/app-service-config" : " 1.5.1 " ,
1616 "prop-types" : " ^15.7.2" ,
1717 "react" : " ^16.8" ,
1818 "react-dom" : " ^16.8"
You can’t perform that action at this time.
0 commit comments