File tree Expand file tree Collapse file tree 8 files changed +25
-15
lines changed
Expand file tree Collapse file tree 8 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 1+ # [ 3.10.0-alpha.5] ( https://github.com/dhis2/app-runtime/compare/v3.10.0-alpha.4...v3.10.0-alpha.5 ) (2023-09-28)
2+
3+
4+ ### Bug Fixes
5+
6+ * merge issues ([ 496472a] ( https://github.com/dhis2/app-runtime/commit/496472a458f745d01890dec505d6ddb9259378d1 ) )
7+ * reset communication on either pluginSource or pluginShortName change ([ 3fdae5b] ( https://github.com/dhis2/app-runtime/commit/3fdae5becf3af038fef8ca5f0be7ecec44680600 ) )
8+ * trigger props resend when iframe src changes [ LIBS-488] ([ f4a6680] ( https://github.com/dhis2/app-runtime/commit/f4a668004fe2f97d77e3c74a6047246cf358ade4 ) )
9+ * trigger props resend when iframe src changes [ LIBS-488] [ #1344 ] ( https://github.com/dhis2/app-runtime/issues/1344 ) ([ cea7600] ( https://github.com/dhis2/app-runtime/commit/cea760040d919508b1e13158dbf47ca9ed3686f6 ) )
10+
111# [ 3.10.0-alpha.2] ( https://github.com/dhis2/app-runtime/compare/v3.10.0-alpha.1...v3.10.0-alpha.2 ) (2023-03-15)
212
313### Bug Fixes
Original file line number Diff line number Diff line change 11{
2- "version" : " 3.10.0-alpha.4 " ,
2+ "version" : " 3.10.0-alpha.5 " ,
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.10.0-alpha.4 " ,
4+ "version" : " 3.10.0-alpha.5 " ,
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.10.0-alpha.4 " ,
27- "@dhis2/app-service-data" : " 3.10.0-alpha.4 " ,
28- "@dhis2/app-service-alerts" : " 3.10.0-alpha.4 " ,
29- "@dhis2/app-service-offline" : " 3.10.0-alpha.4 "
26+ "@dhis2/app-service-config" : " 3.10.0-alpha.5 " ,
27+ "@dhis2/app-service-data" : " 3.10.0-alpha.5 " ,
28+ "@dhis2/app-service-alerts" : " 3.10.0-alpha.5 " ,
29+ "@dhis2/app-service-offline" : " 3.10.0-alpha.5 "
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.10.0-alpha.4 " ,
3+ "version" : " 3.10.0-alpha.5 " ,
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.10.0-alpha.4 " ,
3+ "version" : " 3.10.0-alpha.5 " ,
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.10.0-alpha.4 " ,
3+ "version" : " 3.10.0-alpha.5 " ,
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.10.0-alpha.4 " ,
25+ "@dhis2/app-service-config" : " 3.10.0-alpha.5 " ,
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.10.0-alpha.4 " ,
4+ "version" : " 3.10.0-alpha.5 " ,
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-config" : " 3.10.0-alpha.4 " ,
36+ "@dhis2/app-service-config" : " 3.10.0-alpha.5 " ,
3737 "prop-types" : " ^15.7.2" ,
3838 "react" : " ^16.8.6" ,
3939 "react-dom" : " ^16.8.6"
Original file line number Diff line number Diff line change 11{
22 "name" : " @dhis2/app-service-plugin" ,
3- "version" : " 3.10.0-alpha.4 " ,
3+ "version" : " 3.10.0-alpha.5 " ,
44 "main" : " ./build/cjs/index.js" ,
55 "module" : " ./build/es/index.js" ,
66 "types" : " build/types/index.d.ts" ,
2828 "prop-types" : " ^15.7.2" ,
2929 "react" : " ^16.8.6" ,
3030 "react-dom" : " ^16.8.6" ,
31- "@dhis2/app-service-alerts" : " 3.10.0-alpha.4 " ,
32- "@dhis2/app-service-data" : " 3.10.0-alpha.4 "
31+ "@dhis2/app-service-alerts" : " 3.10.0-alpha.5 " ,
32+ "@dhis2/app-service-data" : " 3.10.0-alpha.5 "
3333 },
3434 "devDependencies" : {
3535 "@types/post-robot" : " ^10.0.3"
You can’t perform that action at this time.
0 commit comments