File tree Expand file tree Collapse file tree 7 files changed +19
-12
lines changed
Expand file tree Collapse file tree 7 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 1+ # [ 3.6.0] ( https://github.com/dhis2/app-runtime/compare/v3.5.0...v3.6.0 ) (2022-10-19)
2+
3+
4+ ### Features
5+
6+ * offline status messaging ([ #1258 ] ( https://github.com/dhis2/app-runtime/issues/1258 ) ) ([ f22e1f3] ( https://github.com/dhis2/app-runtime/commit/f22e1f3aeb944a952999cb0cf2ae200a834099a5 ) )
7+
18# [ 3.5.0] ( https://github.com/dhis2/app-runtime/compare/v3.4.4...v3.5.0 ) (2022-10-06)
29
310
Original file line number Diff line number Diff line change 11{
2- "version" : " 3.5 .0" ,
2+ "version" : " 3.6 .0" ,
33 "description" : " A singular runtime dependency for applications on the DHIS2 platform" ,
44 "repository" : " https://github.com/dhis2/app-runtime.git" ,
55 "author" :
" Austin McGee <[email protected] >" ,
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" : " 3.5 .0" ,
4+ "version" : " 3.6 .0" ,
55 "main" : " ./build/cjs/index.js" ,
66 "module" : " ./build/es/index.js" ,
77 "types" : " ./build/types/index.d.ts" ,
2323 " build/**"
2424 ],
2525 "dependencies" : {
26- "@dhis2/app-service-config" : " 3.5 .0" ,
27- "@dhis2/app-service-data" : " 3.5 .0" ,
28- "@dhis2/app-service-alerts" : " 3.5 .0" ,
29- "@dhis2/app-service-offline" : " 3.5 .0"
26+ "@dhis2/app-service-config" : " 3.6 .0" ,
27+ "@dhis2/app-service-data" : " 3.6 .0" ,
28+ "@dhis2/app-service-alerts" : " 3.6 .0" ,
29+ "@dhis2/app-service-offline" : " 3.6 .0"
3030 },
3131 "peerDependencies" : {
3232 "prop-types" : " ^15.7.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @dhis2/app-service-alerts" ,
3- "version" : " 3.5 .0" ,
3+ "version" : " 3.6 .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-config" ,
3- "version" : " 3.5 .0" ,
3+ "version" : " 3.6 .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" : " 3.5 .0" ,
3+ "version" : " 3.6 .0" ,
44 "main" : " ./build/cjs/index.js" ,
55 "module" : " ./build/es/index.js" ,
66 "types" : " build/types/index.d.ts" ,
2222 " build/**"
2323 ],
2424 "peerDependencies" : {
25- "@dhis2/app-service-config" : " 3.5 .0" ,
25+ "@dhis2/app-service-config" : " 3.6 .0" ,
2626 "@dhis2/cli-app-scripts" : " ^7.1.1" ,
2727 "prop-types" : " ^15.7.2" ,
2828 "react" : " ^16.8" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @dhis2/app-service-offline" ,
33 "description" : " A runtime service for online/offline detection and offline caching" ,
4- "version" : " 3.5 .0" ,
4+ "version" : " 3.6 .0" ,
55 "main" : " ./build/cjs/index.js" ,
66 "module" : " ./build/es/index.js" ,
77 "types" : " build/types/index.d.ts" ,
3333 "coverage" : " yarn test --coverage"
3434 },
3535 "peerDependencies" : {
36- "@dhis2/app-service-alerts" : " 3.5 .0" ,
36+ "@dhis2/app-service-alerts" : " 3.6 .0" ,
3737 "prop-types" : " ^15.7.2" ,
3838 "react" : " ^16.8.6" ,
3939 "react-dom" : " ^16.8.6"
You can’t perform that action at this time.
0 commit comments