Skip to content

Commit d62dba6

Browse files
committed
chore(release): cut 3.10.0-alpha.5 [skip ci]
# [3.10.0-alpha.5](v3.10.0-alpha.4...v3.10.0-alpha.5) (2023-09-28) ### Bug Fixes * merge issues ([496472a](496472a)) * reset communication on either pluginSource or pluginShortName change ([3fdae5b](3fdae5b)) * trigger props resend when iframe src changes [LIBS-488] ([f4a6680](f4a6680)) * trigger props resend when iframe src changes [LIBS-488] [#1344](#1344) ([cea7600](cea7600))
1 parent cea7600 commit d62dba6

File tree

8 files changed

+25
-15
lines changed

8 files changed

+25
-15
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [3.10.0-alpha.5](https://github.com/dhis2/app-runtime/compare/v3.10.0-alpha.4...v3.10.0-alpha.5) (2023-09-28)
2+
3+
4+
### Bug Fixes
5+
6+
* merge issues ([496472a](https://github.com/dhis2/app-runtime/commit/496472a458f745d01890dec505d6ddb9259378d1))
7+
* reset communication on either pluginSource or pluginShortName change ([3fdae5b](https://github.com/dhis2/app-runtime/commit/3fdae5becf3af038fef8ca5f0be7ecec44680600))
8+
* trigger props resend when iframe src changes [LIBS-488] ([f4a6680](https://github.com/dhis2/app-runtime/commit/f4a668004fe2f97d77e3c74a6047246cf358ade4))
9+
* trigger props resend when iframe src changes [LIBS-488] [#1344](https://github.com/dhis2/app-runtime/issues/1344) ([cea7600](https://github.com/dhis2/app-runtime/commit/cea760040d919508b1e13158dbf47ca9ed3686f6))
10+
111
# [3.10.0-alpha.2](https://github.com/dhis2/app-runtime/compare/v3.10.0-alpha.1...v3.10.0-alpha.2) (2023-03-15)
212

313
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.10.0-alpha.4",
2+
"version": "3.10.0-alpha.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: 5 additions & 5 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.10.0-alpha.4",
4+
"version": "3.10.0-alpha.5",
55
"main": "./build/cjs/index.js",
66
"module": "./build/es/index.js",
77
"types": "./build/types/index.d.ts",
@@ -23,10 +23,10 @@
2323
"build/**"
2424
],
2525
"dependencies": {
26-
"@dhis2/app-service-config": "3.10.0-alpha.4",
27-
"@dhis2/app-service-data": "3.10.0-alpha.4",
28-
"@dhis2/app-service-alerts": "3.10.0-alpha.4",
29-
"@dhis2/app-service-offline": "3.10.0-alpha.4"
26+
"@dhis2/app-service-config": "3.10.0-alpha.5",
27+
"@dhis2/app-service-data": "3.10.0-alpha.5",
28+
"@dhis2/app-service-alerts": "3.10.0-alpha.5",
29+
"@dhis2/app-service-offline": "3.10.0-alpha.5"
3030
},
3131
"peerDependencies": {
3232
"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.10.0-alpha.4",
3+
"version": "3.10.0-alpha.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.10.0-alpha.4",
3+
"version": "3.10.0-alpha.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.10.0-alpha.4",
3+
"version": "3.10.0-alpha.5",
44
"main": "./build/cjs/index.js",
55
"module": "./build/es/index.js",
66
"types": "build/types/index.d.ts",
@@ -22,7 +22,7 @@
2222
"build/**"
2323
],
2424
"peerDependencies": {
25-
"@dhis2/app-service-config": "3.10.0-alpha.4",
25+
"@dhis2/app-service-config": "3.10.0-alpha.5",
2626
"@dhis2/cli-app-scripts": "^7.1.1",
2727
"prop-types": "^15.7.2",
2828
"react": "^16.8",

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.10.0-alpha.4",
4+
"version": "3.10.0-alpha.5",
55
"main": "./build/cjs/index.js",
66
"module": "./build/es/index.js",
77
"types": "build/types/index.d.ts",
@@ -33,7 +33,7 @@
3333
"coverage": "yarn test --coverage"
3434
},
3535
"peerDependencies": {
36-
"@dhis2/app-service-config": "3.10.0-alpha.4",
36+
"@dhis2/app-service-config": "3.10.0-alpha.5",
3737
"prop-types": "^15.7.2",
3838
"react": "^16.8.6",
3939
"react-dom": "^16.8.6"

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.10.0-alpha.4",
3+
"version": "3.10.0-alpha.5",
44
"main": "./build/cjs/index.js",
55
"module": "./build/es/index.js",
66
"types": "build/types/index.d.ts",
@@ -28,8 +28,8 @@
2828
"prop-types": "^15.7.2",
2929
"react": "^16.8.6",
3030
"react-dom": "^16.8.6",
31-
"@dhis2/app-service-alerts": "3.10.0-alpha.4",
32-
"@dhis2/app-service-data": "3.10.0-alpha.4"
31+
"@dhis2/app-service-alerts": "3.10.0-alpha.5",
32+
"@dhis2/app-service-data": "3.10.0-alpha.5"
3333
},
3434
"devDependencies": {
3535
"@types/post-robot": "^10.0.3"

0 commit comments

Comments
 (0)