File tree Expand file tree Collapse file tree 8 files changed +29
-16
lines changed
Expand file tree Collapse file tree 8 files changed +29
-16
lines changed Original file line number Diff line number Diff line change 1+ # [ 3.10.0-alpha.8] ( https://github.com/dhis2/app-runtime/compare/v3.10.0-alpha.7...v3.10.0-alpha.8 ) (2023-12-20)
2+
3+
4+ ### Bug Fixes
5+
6+ * plugin experimental docs ([ be215b2] ( https://github.com/dhis2/app-runtime/commit/be215b2c292e451662b72043f20921d42bf36d33 ) )
7+
8+
9+ ### Features
10+
11+ * experimental plugin release ([ f5cca86] ( https://github.com/dhis2/app-runtime/commit/f5cca86924afa995d916aab2a1b58348b6dcaee7 ) )
12+ * plugin experimental export ([ 25f02a6] ( https://github.com/dhis2/app-runtime/commit/25f02a6c97733b79ff1aed5e8c4c1726c16144fe ) )
13+
114# [ 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)
215
316
Original file line number Diff line number Diff line change 11{
2- "version" : " 3.10.0-alpha.7 " ,
2+ "version" : " 3.10.0-alpha.8 " ,
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.7 " ,
4+ "version" : " 3.10.0-alpha.8 " ,
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.10.0-alpha.7 " ,
33- "@dhis2/app-service-data" : " 3.10.0-alpha.7 " ,
34- "@dhis2/app-service-alerts" : " 3.10.0-alpha.7 " ,
35- "@dhis2/app-service-offline" : " 3.10.0-alpha.7 " ,
36- "@dhis2/app-service-plugin" : " 3.10.0-alpha.7 "
32+ "@dhis2/app-service-config" : " 3.10.0-alpha.8 " ,
33+ "@dhis2/app-service-data" : " 3.10.0-alpha.8 " ,
34+ "@dhis2/app-service-alerts" : " 3.10.0-alpha.8 " ,
35+ "@dhis2/app-service-offline" : " 3.10.0-alpha.8 " ,
36+ "@dhis2/app-service-plugin" : " 3.10.0-alpha.8 "
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.10.0-alpha.7 " ,
3+ "version" : " 3.10.0-alpha.8 " ,
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.7 " ,
3+ "version" : " 3.10.0-alpha.8 " ,
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.7 " ,
3+ "version" : " 3.10.0-alpha.8 " ,
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.7 " ,
25+ "@dhis2/app-service-config" : " 3.10.0-alpha.8 " ,
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.7 " ,
4+ "version" : " 3.10.0-alpha.8 " ,
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.7 " ,
36+ "@dhis2/app-service-config" : " 3.10.0-alpha.8 " ,
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.7 " ,
3+ "version" : " 3.10.0-alpha.8 " ,
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.7 " ,
32- "@dhis2/app-service-data" : " 3.10.0-alpha.7 "
31+ "@dhis2/app-service-alerts" : " 3.10.0-alpha.8 " ,
32+ "@dhis2/app-service-data" : " 3.10.0-alpha.8 "
3333 },
3434 "devDependencies" : {
3535 "@types/post-robot" : " ^10.0.3"
You can’t perform that action at this time.
0 commit comments