diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ba4323..5950cc81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [11.3.0](https://github.com/dhis2/app-platform/compare/v11.2.2...v11.3.0) (2024-05-30) + + +### Features + +* start plugin and app separately [LIBS-391] [LIBS-392] ([#848](https://github.com/dhis2/app-platform/issues/848)) ([82003e7](https://github.com/dhis2/app-platform/commit/82003e73fce995a83318c623da6028d9975e6686)) + ## [11.2.2](https://github.com/dhis2/app-platform/compare/v11.2.1...v11.2.2) (2024-05-06) diff --git a/adapter/package.json b/adapter/package.json index b439782f..733c6fae 100644 --- a/adapter/package.json +++ b/adapter/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-adapter", - "version": "11.2.2", + "version": "11.3.0", "repository": { "type": "git", "url": "https://github.com/amcgee/dhis2-app-platform", @@ -21,11 +21,11 @@ "build" ], "dependencies": { - "@dhis2/pwa": "11.2.2", + "@dhis2/pwa": "11.3.0", "moment": "^2.24.0" }, "devDependencies": { - "@dhis2/cli-app-scripts": "11.2.2", + "@dhis2/cli-app-scripts": "11.3.0", "@testing-library/react": "^12.0.0", "@testing-library/react-hooks": "^8.0.1", "enzyme": "^3.11.0", diff --git a/cli/package.json b/cli/package.json index 4a962c85..20700095 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "11.2.2", + "version": "11.3.0", "engines": { "node": ">=14" }, @@ -28,7 +28,7 @@ "@babel/preset-env": "^7.14.7", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.6.0", - "@dhis2/app-shell": "11.2.2", + "@dhis2/app-shell": "11.3.0", "@dhis2/cli-helpers-engine": "^3.2.0", "@jest/core": "^27.0.6", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4", diff --git a/examples/pwa-app/package.json b/examples/pwa-app/package.json index cae9ae6a..a509a7ef 100644 --- a/examples/pwa-app/package.json +++ b/examples/pwa-app/package.json @@ -1,6 +1,6 @@ { "name": "pwa-app", - "version": "11.2.2", + "version": "11.3.0", "description": "", "license": "BSD-3-Clause", "private": true, diff --git a/examples/simple-app/package.json b/examples/simple-app/package.json index 0ce573a4..b144a72c 100644 --- a/examples/simple-app/package.json +++ b/examples/simple-app/package.json @@ -1,6 +1,6 @@ { "name": "simple-app", - "version": "11.2.2", + "version": "11.3.0", "repository": "https://github.com/amcgee/dhis2-app-platform", "author": "Austin McGee ", "license": "BSD-3-Clause", diff --git a/package.json b/package.json index d74bfcb8..b808378c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "11.2.2", + "version": "11.3.0", "private": true, "repository": { "type": "git", diff --git a/pwa/package.json b/pwa/package.json index da08a5e7..05eb364e 100644 --- a/pwa/package.json +++ b/pwa/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/pwa", - "version": "11.2.2", + "version": "11.3.0", "description": "", "license": "BSD-3-Clause", "publishConfig": { @@ -13,7 +13,7 @@ "deploy": "d2-app-scripts deploy" }, "devDependencies": { - "@dhis2/cli-app-scripts": "11.2.2" + "@dhis2/cli-app-scripts": "11.3.0" }, "dependencies": { "idb": "^6.0.0", diff --git a/shell/package.json b/shell/package.json index 9acb4c90..fd94e8c9 100644 --- a/shell/package.json +++ b/shell/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-shell", - "version": "11.2.2", + "version": "11.3.0", "engines": { "node": ">=14" }, @@ -15,10 +15,10 @@ "access": "public" }, "dependencies": { - "@dhis2/app-adapter": "11.2.2", + "@dhis2/app-adapter": "11.3.0", "@dhis2/app-runtime": "^3.10.4", "@dhis2/d2-i18n": "^1.1.1", - "@dhis2/pwa": "11.2.2", + "@dhis2/pwa": "11.3.0", "@dhis2/ui": "^9.4.4", "classnames": "^2.2.6", "moment": "^2.29.1",