Skip to content

Commit ea1ef5f

Browse files
committed
chore(release): cut 3.14.5 [skip ci]
## [3.14.5](v3.14.4...v3.14.5) (2025-07-08) ### Bug Fixes * update dependencies to get rid of d2 init warnings ([#1415](#1415)) ([ec044f3](ec044f3))
1 parent ec044f3 commit ea1ef5f

File tree

8 files changed

+23
-16
lines changed

8 files changed

+23
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.14.5](https://github.com/dhis2/app-runtime/compare/v3.14.4...v3.14.5) (2025-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependencies to get rid of d2 init warnings ([#1415](https://github.com/dhis2/app-runtime/issues/1415)) ([ec044f3](https://github.com/dhis2/app-runtime/commit/ec044f37b5d919c51346aedde986ac6d6a63bafc))
7+
18
## [3.14.4](https://github.com/dhis2/app-runtime/compare/v3.14.3...v3.14.4) (2025-06-05)
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.14.4",
2+
"version": "3.14.5",
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: 6 additions & 6 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.14.4",
4+
"version": "3.14.5",
55
"main": "./build/cjs/index.js",
66
"module": "./build/es/index.js",
77
"types": "./build/types/index.d.ts",
@@ -31,11 +31,11 @@
3131
"build/**"
3232
],
3333
"dependencies": {
34-
"@dhis2/app-service-config": "3.14.4",
35-
"@dhis2/app-service-data": "3.14.4",
36-
"@dhis2/app-service-alerts": "3.14.4",
37-
"@dhis2/app-service-offline": "3.14.4",
38-
"@dhis2/app-service-plugin": "3.14.4",
34+
"@dhis2/app-service-config": "3.14.5",
35+
"@dhis2/app-service-data": "3.14.5",
36+
"@dhis2/app-service-alerts": "3.14.5",
37+
"@dhis2/app-service-offline": "3.14.5",
38+
"@dhis2/app-service-plugin": "3.14.5",
3939
"prop-types": "^15.7.2"
4040
},
4141
"peerDependencies": {

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.14.4",
3+
"version": "3.14.5",
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.14.4",
3+
"version": "3.14.5",
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.14.4",
3+
"version": "3.14.5",
44
"main": "./build/cjs/index.js",
55
"module": "./build/es/index.js",
66
"types": "build/types/index.d.ts",
@@ -37,7 +37,7 @@
3737
"prop-types": "^15.7.2"
3838
},
3939
"peerDependencies": {
40-
"@dhis2/app-service-config": "^3.14.4",
40+
"@dhis2/app-service-config": "3.14.5",
4141
"react": "^16.8.6 || ^18",
4242
"react-dom": "^16.8.6 || ^18"
4343
}

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.14.4",
4+
"version": "3.14.5",
55
"main": "./build/cjs/index.js",
66
"module": "./build/es/index.js",
77
"types": "build/types/index.d.ts",
@@ -34,7 +34,7 @@
3434
"coverage": "yarn test --coverage"
3535
},
3636
"peerDependencies": {
37-
"@dhis2/app-service-config": "^3.14.4",
37+
"@dhis2/app-service-config": "3.14.5",
3838
"react": "^16.8.6 || ^18",
3939
"react-dom": "^16.8.6 || ^18"
4040
},

services/plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/app-service-plugin",
3-
"version": "3.14.4",
3+
"version": "3.14.5",
44
"main": "./build/cjs/index.js",
55
"module": "./build/es/index.js",
66
"types": "build/types/index.d.ts",
@@ -27,8 +27,8 @@
2727
"prop-types": "^15.7.2"
2828
},
2929
"peerDependencies": {
30-
"@dhis2/app-service-alerts": "^3.14.4",
31-
"@dhis2/app-service-data": "^3.14.4",
30+
"@dhis2/app-service-alerts": "3.14.5",
31+
"@dhis2/app-service-data": "3.14.5",
3232
"react": "^16.8.6 || ^18",
3333
"react-dom": "^16.8.6 || ^18"
3434
},

0 commit comments

Comments
 (0)