Skip to content

Commit 9367c7f

Browse files
committed
chore(release): cut 3.14.2 [skip ci]
## [3.14.2](v3.14.1...v3.14.2) (2025-05-29) ### Bug Fixes * expose TS types internal to the data engine ([#1412](#1412)) ([9803646](9803646))
1 parent 9803646 commit 9367c7f

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.2](https://github.com/dhis2/app-runtime/compare/v3.14.1...v3.14.2) (2025-05-29)
2+
3+
4+
### Bug Fixes
5+
6+
* expose TS types internal to the data engine ([#1412](https://github.com/dhis2/app-runtime/issues/1412)) ([9803646](https://github.com/dhis2/app-runtime/commit/98036468fce8f26ffb95ef7b25b610fe3d26b3fa))
7+
18
## [3.14.1](https://github.com/dhis2/app-runtime/compare/v3.14.0...v3.14.1) (2025-03-17)
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.1",
2+
"version": "3.14.2",
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.1",
4+
"version": "3.14.2",
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.1",
35-
"@dhis2/app-service-data": "3.14.1",
36-
"@dhis2/app-service-alerts": "3.14.1",
37-
"@dhis2/app-service-offline": "3.14.1",
38-
"@dhis2/app-service-plugin": "3.14.1"
34+
"@dhis2/app-service-config": "3.14.2",
35+
"@dhis2/app-service-data": "3.14.2",
36+
"@dhis2/app-service-alerts": "3.14.2",
37+
"@dhis2/app-service-offline": "3.14.2",
38+
"@dhis2/app-service-plugin": "3.14.2"
3939
},
4040
"peerDependencies": {
4141
"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.14.1",
3+
"version": "3.14.2",
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.1",
3+
"version": "3.14.2",
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.1",
3+
"version": "3.14.2",
44
"main": "./build/cjs/index.js",
55
"module": "./build/es/index.js",
66
"types": "build/types/index.d.ts",
@@ -36,7 +36,7 @@
3636
"@tanstack/react-query": "^4.36.1"
3737
},
3838
"peerDependencies": {
39-
"@dhis2/app-service-config": "3.14.1",
39+
"@dhis2/app-service-config": "3.14.2",
4040
"prop-types": "^15.7.2",
4141
"react": "^16.8 || ^18",
4242
"react-dom": "^16.8 || ^18"

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.1",
4+
"version": "3.14.2",
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.1",
37+
"@dhis2/app-service-config": "3.14.2",
3838
"prop-types": "^15.7.2",
3939
"react": "^16.8.6 || ^18",
4040
"react-dom": "^16.8.6 || ^18"

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.1",
3+
"version": "3.14.2",
44
"main": "./build/cjs/index.js",
55
"module": "./build/es/index.js",
66
"types": "build/types/index.d.ts",
@@ -29,8 +29,8 @@
2929
"prop-types": "^15.7.2",
3030
"react": "^16.8.6 || ^18",
3131
"react-dom": "^16.8.6 || ^18",
32-
"@dhis2/app-service-alerts": "3.14.1",
33-
"@dhis2/app-service-data": "3.14.1"
32+
"@dhis2/app-service-alerts": "3.14.2",
33+
"@dhis2/app-service-data": "3.14.2"
3434
},
3535
"devDependencies": {
3636
"@types/post-robot": "^10.0.3"

0 commit comments

Comments
 (0)