Skip to content

Commit a6751e7

Browse files
committed
chore(release): cut 3.4.4 [skip ci]
## [3.4.4](v3.4.3...v3.4.4) (2022-06-08) ### Bug Fixes * **data-service:** application/x-www-form-urlencoded for svg conversion ([5e2818c](5e2818c))
1 parent 5e2818c commit a6751e7

File tree

7 files changed

+19
-12
lines changed

7 files changed

+19
-12
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## [3.4.3](https://github.com/dhis2/app-runtime/compare/v3.4.2...v3.4.3) (2022-04-06)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.4.3",
2+
"version": "3.4.4",
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 <austin@dhis2.org>",

runtime/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dhis2/app-runtime",
33
"description": "A singular runtime dependency for applications on the DHIS2 platform",
4-
"version": "3.4.3",
4+
"version": "3.4.4",
55
"main": "./build/cjs/index.js",
66
"module": "./build/es/index.js",
77
"types": "./build/types/index.d.ts",
@@ -23,10 +23,10 @@
2323
"build/**"
2424
],
2525
"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"
3030
},
3131
"peerDependencies": {
3232
"prop-types": "^15.7.2",

services/alerts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/app-service-alerts",
3-
"version": "3.4.3",
3+
"version": "3.4.4",
44
"main": "./build/cjs/index.js",
55
"module": "./build/es/index.js",
66
"types": "./build/types/index.d.ts",

services/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/app-service-config",
3-
"version": "3.4.3",
3+
"version": "3.4.4",
44
"main": "./build/cjs/index.js",
55
"module": "./build/es/index.js",
66
"types": "build/types/index.d.ts",

services/data/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/app-service-data",
3-
"version": "3.4.3",
3+
"version": "3.4.4",
44
"main": "./build/cjs/index.js",
55
"module": "./build/es/index.js",
66
"types": "build/types/index.d.ts",
@@ -22,7 +22,7 @@
2222
"build/**"
2323
],
2424
"peerDependencies": {
25-
"@dhis2/app-service-config": "3.4.3",
25+
"@dhis2/app-service-config": "3.4.4",
2626
"@dhis2/cli-app-scripts": "^7.1.1",
2727
"prop-types": "^15.7.2",
2828
"react": "^16.8",

services/offline/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dhis2/app-service-offline",
33
"description": "A runtime service for online/offline detection and offline caching",
4-
"version": "3.4.3",
4+
"version": "3.4.4",
55
"main": "./build/cjs/index.js",
66
"module": "./build/es/index.js",
77
"types": "build/types/index.d.ts",
@@ -33,7 +33,7 @@
3333
"coverage": "yarn test --coverage"
3434
},
3535
"peerDependencies": {
36-
"@dhis2/app-service-alerts": "3.4.3",
36+
"@dhis2/app-service-alerts": "3.4.4",
3737
"prop-types": "^15.7.2",
3838
"react": "^16.8.6",
3939
"react-dom": "^16.8.6"

0 commit comments

Comments
 (0)