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.11.3] ( https://github.com/dhis2/app-runtime/compare/v3.11.2...v3.11.3 ) (2024-11-19)
2+
3+
4+ ### Bug Fixes
5+
6+ * add endpoint to text plain matchers ([ #1390 ] ( https://github.com/dhis2/app-runtime/issues/1390 ) ) ([ bc25458] ( https://github.com/dhis2/app-runtime/commit/bc254581f65ec22104144f596032f40d670a73ce ) )
7+
18## [ 3.11.2] ( https://github.com/dhis2/app-runtime/compare/v3.11.1...v3.11.2 ) (2024-10-14)
29
310
Original file line number Diff line number Diff line change 11{
2- "version" : " 3.11.2 " ,
2+ "version" : " 3.11.3 " ,
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.11.2 " ,
4+ "version" : " 3.11.3 " ,
55 "main" : " ./build/cjs/index.js" ,
66 "module" : " ./build/es/index.js" ,
77 "types" : " ./build/types/index.d.ts" ,
2929 " build/**"
3030 ],
3131 "dependencies" : {
32- "@dhis2/app-service-config" : " 3.11.2 " ,
33- "@dhis2/app-service-data" : " 3.11.2 " ,
34- "@dhis2/app-service-alerts" : " 3.11.2 " ,
35- "@dhis2/app-service-offline" : " 3.11.2 " ,
36- "@dhis2/app-service-plugin" : " 3.11.2 "
32+ "@dhis2/app-service-config" : " 3.11.3 " ,
33+ "@dhis2/app-service-data" : " 3.11.3 " ,
34+ "@dhis2/app-service-alerts" : " 3.11.3 " ,
35+ "@dhis2/app-service-offline" : " 3.11.3 " ,
36+ "@dhis2/app-service-plugin" : " 3.11.3 "
3737 },
3838 "peerDependencies" : {
3939 "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.11.2 " ,
3+ "version" : " 3.11.3 " ,
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.11.2 " ,
3+ "version" : " 3.11.3 " ,
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.11.2 " ,
3+ "version" : " 3.11.3 " ,
44 "main" : " ./build/cjs/index.js" ,
55 "module" : " ./build/es/index.js" ,
66 "types" : " build/types/index.d.ts" ,
3535 "react-query" : " ^3.13.11"
3636 },
3737 "peerDependencies" : {
38- "@dhis2/app-service-config" : " 3.11.2 " ,
38+ "@dhis2/app-service-config" : " 3.11.3 " ,
3939 "prop-types" : " ^15.7.2" ,
4040 "react" : " ^16.8" ,
4141 "react-dom" : " ^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.11.2 " ,
4+ "version" : " 3.11.3 " ,
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.11.2 " ,
36+ "@dhis2/app-service-config" : " 3.11.3 " ,
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.11.2 " ,
3+ "version" : " 3.11.3 " ,
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.11.2 " ,
32- "@dhis2/app-service-data" : " 3.11.2 "
31+ "@dhis2/app-service-alerts" : " 3.11.3 " ,
32+ "@dhis2/app-service-data" : " 3.11.3 "
3333 },
3434 "devDependencies" : {
3535 "@types/post-robot" : " ^10.0.3"
You can’t perform that action at this time.
0 commit comments