Skip to content

Commit 3152c9f

Browse files
committed
chore(release): cut 3.9.0 [skip ci]
# [3.9.0](v3.8.0...v3.9.0) (2023-03-02) ### Features * dhis2 connection status [LIBS-315] ([#1203](#1203)) ([6a4156e](6a4156e))
1 parent 6a4156e commit 3152c9f

File tree

7 files changed

+19
-12
lines changed

7 files changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.9.0](https://github.com/dhis2/app-runtime/compare/v3.8.0...v3.9.0) (2023-03-02)
2+
3+
4+
### Features
5+
6+
* dhis2 connection status [LIBS-315] ([#1203](https://github.com/dhis2/app-runtime/issues/1203)) ([6a4156e](https://github.com/dhis2/app-runtime/commit/6a4156e26b14c0f838bc02d69d0879826f342277))
7+
18
# [3.8.0](https://github.com/dhis2/app-runtime/compare/v3.7.0...v3.8.0) (2023-01-19)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.8.0",
2+
"version": "3.9.0",
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]>",

runtime/package.json

Lines changed: 5 additions & 5 deletions
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.8.0",
4+
"version": "3.9.0",
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.8.0",
27-
"@dhis2/app-service-data": "3.8.0",
28-
"@dhis2/app-service-alerts": "3.8.0",
29-
"@dhis2/app-service-offline": "3.8.0"
26+
"@dhis2/app-service-config": "3.9.0",
27+
"@dhis2/app-service-data": "3.9.0",
28+
"@dhis2/app-service-alerts": "3.9.0",
29+
"@dhis2/app-service-offline": "3.9.0"
3030
},
3131
"peerDependencies": {
3232
"prop-types": "^15.7.2",

services/alerts/package.json

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

services/config/package.json

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

services/data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/app-service-data",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
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.8.0",
25+
"@dhis2/app-service-config": "3.9.0",
2626
"@dhis2/cli-app-scripts": "^7.1.1",
2727
"prop-types": "^15.7.2",
2828
"react": "^16.8",

services/offline/package.json

Lines changed: 2 additions & 2 deletions
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.8.0",
4+
"version": "3.9.0",
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-config": "3.8.0",
36+
"@dhis2/app-service-config": "3.9.0",
3737
"prop-types": "^15.7.2",
3838
"react": "^16.8.6",
3939
"react-dom": "^16.8.6"

0 commit comments

Comments
 (0)