File tree Expand file tree Collapse file tree 8 files changed +23
-16
lines changed
Expand file tree Collapse file tree 8 files changed +23
-16
lines changed Original file line number Diff line number Diff line change 1+ ## [ 3.13.2] ( https://github.com/dhis2/app-runtime/compare/v3.13.1...v3.13.2 ) (2025-02-11)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** plugin:** avoid sending prop updates when height and width values change ([ #1406 ] ( https://github.com/dhis2/app-runtime/issues/1406 ) ) ([ d263c25] ( https://github.com/dhis2/app-runtime/commit/d263c2534870f6d8673cea077f99f840ff94c909 ) )
7+
18## [ 3.13.1] ( https://github.com/dhis2/app-runtime/compare/v3.13.0...v3.13.1 ) (2025-02-04)
29
310
Original file line number Diff line number Diff line change 11{
2- "version" : " 3.13.1 " ,
2+ "version" : " 3.13.2 " ,
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.13.1 " ,
4+ "version" : " 3.13.2 " ,
55 "main" : " ./build/cjs/index.js" ,
66 "module" : " ./build/es/index.js" ,
77 "types" : " ./build/types/index.d.ts" ,
3131 " build/**"
3232 ],
3333 "dependencies" : {
34- "@dhis2/app-service-config" : " 3.13.1 " ,
35- "@dhis2/app-service-data" : " 3.13.1 " ,
36- "@dhis2/app-service-alerts" : " 3.13.1 " ,
37- "@dhis2/app-service-offline" : " 3.13.1 " ,
38- "@dhis2/app-service-plugin" : " 3.13.1 "
34+ "@dhis2/app-service-config" : " 3.13.2 " ,
35+ "@dhis2/app-service-data" : " 3.13.2 " ,
36+ "@dhis2/app-service-alerts" : " 3.13.2 " ,
37+ "@dhis2/app-service-offline" : " 3.13.2 " ,
38+ "@dhis2/app-service-plugin" : " 3.13.2 "
3939 },
4040 "peerDependencies" : {
4141 "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.13.1 " ,
3+ "version" : " 3.13.2 " ,
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.13.1 " ,
3+ "version" : " 3.13.2 " ,
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.13.1 " ,
3+ "version" : " 3.13.2 " ,
44 "main" : " ./build/cjs/index.js" ,
55 "module" : " ./build/es/index.js" ,
66 "types" : " build/types/index.d.ts" ,
3636 "@tanstack/react-query" : " ^4.36.1"
3737 },
3838 "peerDependencies" : {
39- "@dhis2/app-service-config" : " 3.13.1 " ,
39+ "@dhis2/app-service-config" : " 3.13.2 " ,
4040 "prop-types" : " ^15.7.2" ,
4141 "react" : " ^16.8 || ^18" ,
4242 "react-dom" : " ^16.8 || ^18"
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.13.1 " ,
4+ "version" : " 3.13.2 " ,
55 "main" : " ./build/cjs/index.js" ,
66 "module" : " ./build/es/index.js" ,
77 "types" : " build/types/index.d.ts" ,
3434 "coverage" : " yarn test --coverage"
3535 },
3636 "peerDependencies" : {
37- "@dhis2/app-service-config" : " 3.13.1 " ,
37+ "@dhis2/app-service-config" : " 3.13.2 " ,
3838 "prop-types" : " ^15.7.2" ,
3939 "react" : " ^16.8.6 || ^18" ,
4040 "react-dom" : " ^16.8.6 || ^18"
Original file line number Diff line number Diff line change 11{
22 "name" : " @dhis2/app-service-plugin" ,
3- "version" : " 3.13.1 " ,
3+ "version" : " 3.13.2 " ,
44 "main" : " ./build/cjs/index.js" ,
55 "module" : " ./build/es/index.js" ,
66 "types" : " build/types/index.d.ts" ,
2929 "prop-types" : " ^15.7.2" ,
3030 "react" : " ^16.8.6 || ^18" ,
3131 "react-dom" : " ^16.8.6 || ^18" ,
32- "@dhis2/app-service-alerts" : " 3.13.1 " ,
33- "@dhis2/app-service-data" : " 3.13.1 "
32+ "@dhis2/app-service-alerts" : " 3.13.2 " ,
33+ "@dhis2/app-service-data" : " 3.13.2 "
3434 },
3535 "devDependencies" : {
3636 "@types/post-robot" : " ^10.0.3"
You can’t perform that action at this time.
0 commit comments