File tree 7 files changed +19
-12
lines changed
7 files changed +19
-12
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.4.4] ( https://github.com/dhis2/app-runtime/compare/v3.4.3...v3.4.4 ) (2022-06-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** data-service:** application/x-www-form-urlencoded for svg conversion ([ 5e2818c] ( https://github.com/dhis2/app-runtime/commit/5e2818c8d63f9ede61d65ca431f0604201d31531 ) )
7
+
1
8
## [ 3.4.3] ( https://github.com/dhis2/app-runtime/compare/v3.4.2...v3.4.3 ) (2022-04-06)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.4.3 " ,
2
+ "version" : " 3.4.4 " ,
3
3
"description" : " A singular runtime dependency for applications on the DHIS2 platform" ,
4
4
"repository" : " https://github.com/dhis2/app-runtime.git" ,
5
5
"author" : " Austin McGee <austin@dhis2.org>" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dhis2/app-runtime" ,
3
3
"description" : " A singular runtime dependency for applications on the DHIS2 platform" ,
4
- "version" : " 3.4.3 " ,
4
+ "version" : " 3.4.4 " ,
5
5
"main" : " ./build/cjs/index.js" ,
6
6
"module" : " ./build/es/index.js" ,
7
7
"types" : " ./build/types/index.d.ts" ,
23
23
" build/**"
24
24
],
25
25
"dependencies" : {
26
- "@dhis2/app-service-config" : " 3.4.3 " ,
27
- "@dhis2/app-service-data" : " 3.4.3 " ,
28
- "@dhis2/app-service-alerts" : " 3.4.3 " ,
29
- "@dhis2/app-service-offline" : " 3.4.3 "
26
+ "@dhis2/app-service-config" : " 3.4.4 " ,
27
+ "@dhis2/app-service-data" : " 3.4.4 " ,
28
+ "@dhis2/app-service-alerts" : " 3.4.4 " ,
29
+ "@dhis2/app-service-offline" : " 3.4.4 "
30
30
},
31
31
"peerDependencies" : {
32
32
"prop-types" : " ^15.7.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dhis2/app-service-alerts" ,
3
- "version" : " 3.4.3 " ,
3
+ "version" : " 3.4.4 " ,
4
4
"main" : " ./build/cjs/index.js" ,
5
5
"module" : " ./build/es/index.js" ,
6
6
"types" : " ./build/types/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dhis2/app-service-config" ,
3
- "version" : " 3.4.3 " ,
3
+ "version" : " 3.4.4 " ,
4
4
"main" : " ./build/cjs/index.js" ,
5
5
"module" : " ./build/es/index.js" ,
6
6
"types" : " build/types/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dhis2/app-service-data" ,
3
- "version" : " 3.4.3 " ,
3
+ "version" : " 3.4.4 " ,
4
4
"main" : " ./build/cjs/index.js" ,
5
5
"module" : " ./build/es/index.js" ,
6
6
"types" : " build/types/index.d.ts" ,
22
22
" build/**"
23
23
],
24
24
"peerDependencies" : {
25
- "@dhis2/app-service-config" : " 3.4.3 " ,
25
+ "@dhis2/app-service-config" : " 3.4.4 " ,
26
26
"@dhis2/cli-app-scripts" : " ^7.1.1" ,
27
27
"prop-types" : " ^15.7.2" ,
28
28
"react" : " ^16.8" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dhis2/app-service-offline" ,
3
3
"description" : " A runtime service for online/offline detection and offline caching" ,
4
- "version" : " 3.4.3 " ,
4
+ "version" : " 3.4.4 " ,
5
5
"main" : " ./build/cjs/index.js" ,
6
6
"module" : " ./build/es/index.js" ,
7
7
"types" : " build/types/index.d.ts" ,
33
33
"coverage" : " yarn test --coverage"
34
34
},
35
35
"peerDependencies" : {
36
- "@dhis2/app-service-alerts" : " 3.4.3 " ,
36
+ "@dhis2/app-service-alerts" : " 3.4.4 " ,
37
37
"prop-types" : " ^15.7.2" ,
38
38
"react" : " ^16.8.6" ,
39
39
"react-dom" : " ^16.8.6"
You can’t perform that action at this time.
0 commit comments