Skip to content

Commit

Permalink
chore(release): cut 12.0.0-alpha.2 [skip release]
Browse files Browse the repository at this point in the history
# [12.0.0-alpha.2](v12.0.0-alpha.1...v12.0.0-alpha.2) (2024-06-20)

### Bug Fixes

* clean up for plugins [LIBS-620] ([#851](#851)) ([13af3b5](13af3b5))
* do not encode username, password ([#852](#852)) ([2fb4272](2fb4272))
* don't start plugins for apps without a plugin entrypoint ([#850](#850)) ([a89d4cf](a89d4cf))

### Features

* parse pluginType from d2 config to add to manifest.webapp ([#849](#849)) ([c1dae23](c1dae23))
* start plugin and app separately [LIBS-391] [LIBS-392] ([#848](#848)) ([82003e7](82003e7))
  • Loading branch information
dhis2-bot committed Jun 20, 2024
1 parent 430debe commit 9cf797c
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 27 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [12.0.0-alpha.2](https://github.com/dhis2/app-platform/compare/v12.0.0-alpha.1...v12.0.0-alpha.2) (2024-06-20)


### Bug Fixes

* clean up for plugins [LIBS-620] ([#851](https://github.com/dhis2/app-platform/issues/851)) ([13af3b5](https://github.com/dhis2/app-platform/commit/13af3b5ee862ea4b7952c6a9199505cfe6a1bdaa))
* do not encode username, password ([#852](https://github.com/dhis2/app-platform/issues/852)) ([2fb4272](https://github.com/dhis2/app-platform/commit/2fb4272130000b383c91d46ba1b3dac44bb13ebf))
* don't start plugins for apps without a plugin entrypoint ([#850](https://github.com/dhis2/app-platform/issues/850)) ([a89d4cf](https://github.com/dhis2/app-platform/commit/a89d4cf348f7edc0a52b8ab9aacf96f2de939de4))


### Features

* parse pluginType from d2 config to add to manifest.webapp ([#849](https://github.com/dhis2/app-platform/issues/849)) ([c1dae23](https://github.com/dhis2/app-platform/commit/c1dae238b92183922962811a52ab50d1b73e7995))
* 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.4.2](https://github.com/dhis2/app-platform/compare/v11.4.1...v11.4.2) (2024-06-18)


Expand Down
6 changes: 3 additions & 3 deletions adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-adapter",
"version": "12.0.0-alpha.1",
"version": "12.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -21,11 +21,11 @@
"build"
],
"dependencies": {
"@dhis2/pwa": "12.0.0-alpha.1",
"@dhis2/pwa": "12.0.0-alpha.2",
"moment": "^2.24.0"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "12.0.0-alpha.1",
"@dhis2/cli-app-scripts": "12.0.0-alpha.2",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^8.0.1",
"enzyme": "^3.11.0",
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cli-app-scripts",
"version": "12.0.0-alpha.1",
"version": "12.0.0-alpha.2",
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
Expand Down Expand Up @@ -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": "12.0.0-alpha.1",
"@dhis2/app-shell": "12.0.0-alpha.2",
"@dhis2/cli-helpers-engine": "^3.2.2",
"@jest/core": "^27.0.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/pwa-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwa-app",
"version": "12.0.0-alpha.1",
"version": "12.0.0-alpha.2",
"description": "",
"license": "BSD-3-Clause",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-app",
"version": "12.0.0-alpha.1",
"version": "12.0.0-alpha.2",
"repository": "https://github.com/amcgee/dhis2-app-platform",
"author": "Austin McGee <austin@dhis2.org>",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "12.0.0-alpha.1",
"version": "12.0.0-alpha.2",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/pwa",
"version": "12.0.0-alpha.1",
"version": "12.0.0-alpha.2",
"description": "",
"license": "BSD-3-Clause",
"publishConfig": {
Expand All @@ -13,7 +13,7 @@
"deploy": "d2-app-scripts deploy"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "12.0.0-alpha.1"
"@dhis2/cli-app-scripts": "12.0.0-alpha.2"
},
"dependencies": {
"idb": "^6.0.0",
Expand Down
6 changes: 3 additions & 3 deletions shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-shell",
"version": "12.0.0-alpha.1",
"version": "12.0.0-alpha.2",
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
Expand All @@ -15,10 +15,10 @@
"access": "public"
},
"dependencies": {
"@dhis2/app-adapter": "12.0.0-alpha.1",
"@dhis2/app-adapter": "12.0.0-alpha.2",
"@dhis2/app-runtime": "^3.10.4",
"@dhis2/d2-i18n": "^1.1.1",
"@dhis2/pwa": "12.0.0-alpha.1",
"@dhis2/pwa": "12.0.0-alpha.2",
"@dhis2/ui": "^9.4.4",
"@vitejs/plugin-react": "^4.2.1",
"classnames": "^2.2.6",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1954,11 +1954,11 @@
classnames "^2.3.1"
prop-types "^15.7.2"

"@dhis2/app-adapter@12.0.0-alpha.1", "@dhis2/app-adapter@file:/home/runner/work/app-platform/app-platform/adapter":
version "12.0.0-alpha.1"
"@dhis2/app-adapter@12.0.0-alpha.2", "@dhis2/app-adapter@file:/home/runner/work/app-platform/app-platform/adapter":
version "12.0.0-alpha.2"
resolved "file:adapter"
dependencies:
"@dhis2/pwa" "12.0.0-alpha.1"
"@dhis2/pwa" "12.0.0-alpha.2"
moment "^2.24.0"

"@dhis2/app-runtime@*", "@dhis2/app-runtime@^3", "@dhis2/app-runtime@^3.10.4":
Expand Down Expand Up @@ -2003,14 +2003,14 @@
dependencies:
post-robot "^10.0.46"

"@dhis2/app-shell@12.0.0-alpha.1", "@dhis2/app-shell@file:/home/runner/work/app-platform/app-platform/shell":
version "12.0.0-alpha.1"
"@dhis2/app-shell@12.0.0-alpha.2", "@dhis2/app-shell@file:/home/runner/work/app-platform/app-platform/shell":
version "12.0.0-alpha.2"
resolved "file:shell"
dependencies:
"@dhis2/app-adapter" "12.0.0-alpha.1"
"@dhis2/app-adapter" "12.0.0-alpha.2"
"@dhis2/app-runtime" "^3.10.4"
"@dhis2/d2-i18n" "^1.1.1"
"@dhis2/pwa" "12.0.0-alpha.1"
"@dhis2/pwa" "12.0.0-alpha.2"
"@dhis2/ui" "^9.4.4"
"@vitejs/plugin-react" "^4.2.1"
classnames "^2.2.6"
Expand All @@ -2026,8 +2026,8 @@
vite "^5.2.9"
vite-plugin-dynamic-import "^1.5.0"

"@dhis2/cli-app-scripts@12.0.0-alpha.1", "@dhis2/cli-app-scripts@file:/home/runner/work/app-platform/app-platform/cli":
version "12.0.0-alpha.1"
"@dhis2/cli-app-scripts@12.0.0-alpha.2", "@dhis2/cli-app-scripts@file:/home/runner/work/app-platform/app-platform/cli":
version "12.0.0-alpha.2"
resolved "file:cli"
dependencies:
"@babel/core" "^7.6.2"
Expand All @@ -2037,7 +2037,7 @@
"@babel/preset-env" "^7.14.7"
"@babel/preset-react" "^7.0.0"
"@babel/preset-typescript" "^7.6.0"
"@dhis2/app-shell" "12.0.0-alpha.1"
"@dhis2/app-shell" "12.0.0-alpha.2"
"@dhis2/cli-helpers-engine" "^3.2.2"
"@jest/core" "^27.0.6"
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.4"
Expand Down Expand Up @@ -2197,8 +2197,8 @@
resolved "https://registry.npmjs.org/@dhis2/prop-types/-/prop-types-3.1.2.tgz"
integrity sha512-eM0jjLOWvtXWqSFp5YC4DHFpkP8Y1D2eUwGV7MBWjni+o27oesVan+oT7WHeOeLdlAd4acRJrnaaAyB4Ck1wGQ==

"@dhis2/pwa@12.0.0-alpha.1", "@dhis2/pwa@file:/home/runner/work/app-platform/app-platform/pwa":
version "12.0.0-alpha.1"
"@dhis2/pwa@12.0.0-alpha.2", "@dhis2/pwa@file:/home/runner/work/app-platform/app-platform/pwa":
version "12.0.0-alpha.2"
resolved "file:pwa"
dependencies:
idb "^6.0.0"
Expand Down Expand Up @@ -10591,7 +10591,7 @@ punycode@^2.1.0, punycode@^2.1.1:
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

"pwa-app@file:/home/runner/work/app-platform/app-platform/examples/pwa-app":
version "12.0.0-alpha.1"
version "12.0.0-alpha.2"
resolved "file:examples/pwa-app"

q@^1.5.1:
Expand Down Expand Up @@ -11714,7 +11714,7 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==

"simple-app@file:/home/runner/work/app-platform/app-platform/examples/simple-app":
version "12.0.0-alpha.1"
version "12.0.0-alpha.2"
resolved "file:examples/simple-app"

sisteransi@^1.0.5:
Expand Down

0 comments on commit 9cf797c

Please sign in to comment.