File tree Expand file tree Collapse file tree 8 files changed +27
-16
lines changed
Expand file tree Collapse file tree 8 files changed +27
-16
lines changed Original file line number Diff line number Diff line change 1+ # [ 3.10.0-alpha.7] ( https://github.com/dhis2/app-runtime/compare/v3.10.0-alpha.6...v3.10.0-alpha.7 ) (2023-12-20)
2+
3+
4+ ### Bug Fixes
5+
6+ * check memomized props for postMessage communication [ LIBS-514] ([ b1a3a0a] ( https://github.com/dhis2/app-runtime/commit/b1a3a0a4aeadc234aa181a9af2f176d0ca8d505c ) )
7+ * dependency array ([ 03ce64f] ( https://github.com/dhis2/app-runtime/commit/03ce64fb65af73190ec920d8d720250ec2ba3715 ) )
8+ * move eslint disable line ([ 48912d7] ( https://github.com/dhis2/app-runtime/commit/48912d76630d5490b983e5e730a7d82d06762148 ) )
9+ * prevent sending updated props to plugin when props do not change [ LIBS-514] ([ 86c6f75] ( https://github.com/dhis2/app-runtime/commit/86c6f75cf2e14a0d8f6f4b86f2d6de7403de62c6 ) )
10+ * type error ([ 9c17206] ( https://github.com/dhis2/app-runtime/commit/9c17206a6942776f4c90c662153677ae9c00c350 ) )
11+
112# [ 3.10.0-alpha.6] ( https://github.com/dhis2/app-runtime/compare/v3.10.0-alpha.5...v3.10.0-alpha.6 ) (2023-10-09)
213
314
Original file line number Diff line number Diff line change 11{
2- "version" : " 3.10.0-alpha.6 " ,
2+ "version" : " 3.10.0-alpha.7 " ,
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.6 " ,
4+ "version" : " 3.10.0-alpha.7 " ,
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.6 " ,
27- "@dhis2/app-service-data" : " 3.10.0-alpha.6 " ,
28- "@dhis2/app-service-alerts" : " 3.10.0-alpha.6 " ,
29- "@dhis2/app-service-offline" : " 3.10.0-alpha.6 " ,
30- "@dhis2/app-service-plugin" : " 3.10.0-alpha.6 "
26+ "@dhis2/app-service-config" : " 3.10.0-alpha.7 " ,
27+ "@dhis2/app-service-data" : " 3.10.0-alpha.7 " ,
28+ "@dhis2/app-service-alerts" : " 3.10.0-alpha.7 " ,
29+ "@dhis2/app-service-offline" : " 3.10.0-alpha.7 " ,
30+ "@dhis2/app-service-plugin" : " 3.10.0-alpha.7 "
3131 },
3232 "peerDependencies" : {
3333 "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.6 " ,
3+ "version" : " 3.10.0-alpha.7 " ,
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.6 " ,
3+ "version" : " 3.10.0-alpha.7 " ,
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.6 " ,
3+ "version" : " 3.10.0-alpha.7 " ,
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.6 " ,
25+ "@dhis2/app-service-config" : " 3.10.0-alpha.7 " ,
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.6 " ,
4+ "version" : " 3.10.0-alpha.7 " ,
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.6 " ,
36+ "@dhis2/app-service-config" : " 3.10.0-alpha.7 " ,
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.6 " ,
3+ "version" : " 3.10.0-alpha.7 " ,
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.6 " ,
32- "@dhis2/app-service-data" : " 3.10.0-alpha.6 "
31+ "@dhis2/app-service-alerts" : " 3.10.0-alpha.7 " ,
32+ "@dhis2/app-service-data" : " 3.10.0-alpha.7 "
3333 },
3434 "devDependencies" : {
3535 "@types/post-robot" : " ^10.0.3"
You can’t perform that action at this time.
0 commit comments