From 645ae4fbc82e5b79ec82072dea9f9c36d8b03d15 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 21 Nov 2024 14:04:13 +0000 Subject: [PATCH] chore(release): cut 3.11.0-alpha.1 [skip ci] # [3.11.0-alpha.1](https://github.com/dhis2/app-runtime/compare/v3.10.4-alpha.1...v3.11.0-alpha.1) (2024-11-21) ### Features * upgrade app-runtime React version to v18 ([#1387](https://github.com/dhis2/app-runtime/issues/1387)) ([0e4a3d5](https://github.com/dhis2/app-runtime/commit/0e4a3d5c0e9cf8884c1a46f32fa0876234b6d765)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- runtime/package.json | 12 ++++++------ services/alerts/package.json | 2 +- services/config/package.json | 2 +- services/data/package.json | 4 ++-- services/offline/package.json | 4 ++-- services/plugin/package.json | 6 +++--- 8 files changed, 23 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 724985c0..62b9c2ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.11.0-alpha.1](https://github.com/dhis2/app-runtime/compare/v3.10.4-alpha.1...v3.11.0-alpha.1) (2024-11-21) + + +### Features + +* upgrade app-runtime React version to v18 ([#1387](https://github.com/dhis2/app-runtime/issues/1387)) ([0e4a3d5](https://github.com/dhis2/app-runtime/commit/0e4a3d5c0e9cf8884c1a46f32fa0876234b6d765)) + ## [3.10.4-alpha.1](https://github.com/dhis2/app-runtime/compare/v3.10.3...v3.10.4-alpha.1) (2024-04-02) diff --git a/package.json b/package.json index 0dda823e..babde6a1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.10.4-alpha.1", + "version": "3.11.0-alpha.1", "description": "A singular runtime dependency for applications on the DHIS2 platform", "repository": "https://github.com/dhis2/app-runtime.git", "author": "Austin McGee ", diff --git a/runtime/package.json b/runtime/package.json index 8109a2f6..683ecef2 100644 --- a/runtime/package.json +++ b/runtime/package.json @@ -1,7 +1,7 @@ { "name": "@dhis2/app-runtime", "description": "A singular runtime dependency for applications on the DHIS2 platform", - "version": "3.10.4-alpha.1", + "version": "3.11.0-alpha.1", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "types": "./build/types/index.d.ts", @@ -29,11 +29,11 @@ "build/**" ], "dependencies": { - "@dhis2/app-service-config": "3.10.4-alpha.1", - "@dhis2/app-service-data": "3.10.4-alpha.1", - "@dhis2/app-service-alerts": "3.10.4-alpha.1", - "@dhis2/app-service-offline": "3.10.4-alpha.1", - "@dhis2/app-service-plugin": "3.10.4-alpha.1" + "@dhis2/app-service-config": "3.11.0-alpha.1", + "@dhis2/app-service-data": "3.11.0-alpha.1", + "@dhis2/app-service-alerts": "3.11.0-alpha.1", + "@dhis2/app-service-offline": "3.11.0-alpha.1", + "@dhis2/app-service-plugin": "3.11.0-alpha.1" }, "peerDependencies": { "prop-types": "^15.7.2", diff --git a/services/alerts/package.json b/services/alerts/package.json index fa920bf2..cd5298bd 100644 --- a/services/alerts/package.json +++ b/services/alerts/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-service-alerts", - "version": "3.10.4-alpha.1", + "version": "3.11.0-alpha.1", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "types": "./build/types/index.d.ts", diff --git a/services/config/package.json b/services/config/package.json index c2761fb7..3dc945e8 100644 --- a/services/config/package.json +++ b/services/config/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-service-config", - "version": "3.10.4-alpha.1", + "version": "3.11.0-alpha.1", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "types": "build/types/index.d.ts", diff --git a/services/data/package.json b/services/data/package.json index a306f255..ed320b98 100644 --- a/services/data/package.json +++ b/services/data/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-service-data", - "version": "3.10.4-alpha.1", + "version": "3.11.0-alpha.1", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "types": "build/types/index.d.ts", @@ -22,7 +22,7 @@ "build/**" ], "peerDependencies": { - "@dhis2/app-service-config": "3.10.4-alpha.1", + "@dhis2/app-service-config": "3.11.0-alpha.1", "prop-types": "^15.7.2", "react": "^16.8 || ^18", "react-dom": "^16.8 || ^18" diff --git a/services/offline/package.json b/services/offline/package.json index 49e51576..ae6fa9a5 100644 --- a/services/offline/package.json +++ b/services/offline/package.json @@ -1,7 +1,7 @@ { "name": "@dhis2/app-service-offline", "description": "A runtime service for online/offline detection and offline caching", - "version": "3.10.4-alpha.1", + "version": "3.11.0-alpha.1", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "types": "build/types/index.d.ts", @@ -33,7 +33,7 @@ "coverage": "yarn test --coverage" }, "peerDependencies": { - "@dhis2/app-service-config": "3.10.4-alpha.1", + "@dhis2/app-service-config": "3.11.0-alpha.1", "prop-types": "^15.7.2", "react": "^16.8.6 || ^18", "react-dom": "^16.8.6 || ^18" diff --git a/services/plugin/package.json b/services/plugin/package.json index 86b7ef3a..0292c650 100644 --- a/services/plugin/package.json +++ b/services/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-service-plugin", - "version": "3.10.4-alpha.1", + "version": "3.11.0-alpha.1", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "types": "build/types/index.d.ts", @@ -28,8 +28,8 @@ "prop-types": "^15.7.2", "react": "^16.8.6 || ^18", "react-dom": "^16.8.6 || ^18", - "@dhis2/app-service-alerts": "3.10.4-alpha.1", - "@dhis2/app-service-data": "3.10.4-alpha.1" + "@dhis2/app-service-alerts": "3.11.0-alpha.1", + "@dhis2/app-service-data": "3.11.0-alpha.1" }, "devDependencies": { "@types/post-robot": "^10.0.3"