Skip to content

Commit

Permalink
chore(release): cut 3.11.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [3.11.0-alpha.1](v3.10.1...v3.11.0-alpha.1) (2023-12-21)

### Bug Fixes

* add back plugin service dependency [LIBS-583] ([ca10691](ca10691))
* add back plugin service dependency [LIBS-583] ([6d43ae3](6d43ae3))
* add documentation, clean up ([c537590](c537590))
* add in plugin service in runtime package ([#1343](#1343)) ([ed06a9f](ed06a9f))
* add width to plugin documentation [LIBS-487] ([b2c6273](b2c6273))
* check memomized props for postMessage communication [LIBS-514] ([b1a3a0a](b1a3a0a))
* clean up ([e53ecbd](e53ecbd))
* clean up, add useless test ([b14952b](b14952b))
* custom error handling ([c72fc6e](c72fc6e))
* dependency array ([03ce64f](03ce64f))
* dependency resolution ([2480c1c](2480c1c))
* merge issues ([496472a](496472a))
* move eslint disable line ([48912d7](48912d7))
* plugin experimental docs ([be215b2](be215b2))
* prevent sending updated props to plugin when props do not change [LIBS-514] ([86c6f75](86c6f75))
* reset communication on either pluginSource or pluginShortName change ([3fdae5b](3fdae5b))
* temporarily disable failing test ([6664199](6664199))
* trigger props resend when iframe src changes [LIBS-488] ([f4a6680](f4a6680))
* trigger props resend when iframe src changes [LIBS-488] [#1344](#1344) ([cea7600](cea7600))
* type error ([9c17206](9c17206))
* update alpha branch [skip release] ([ccb793c](ccb793c))
* working autorsize width ([2991045](2991045))

### Features

* add autoresizing for height ([dbb6e26](dbb6e26))
* experimental plugin release ([f5cca86](f5cca86))
* ideas for plugin wrappers [LIBS-397] ([be38607](be38607))
* implement plugin wrappers (alpha) ([#1332](#1332)) ([56a9a3f](56a9a3f))
* plugin experimental export ([25f02a6](25f02a6))
* plugin wrappers, errors + alerts ([bda6a43](bda6a43))
* update plugin wrappers ([30c963c](30c963c))
  • Loading branch information
dhis2-bot committed Dec 21, 2023
1 parent ccb793c commit 090e230
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 16 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# [3.11.0-alpha.1](https://github.com/dhis2/app-runtime/compare/v3.10.1...v3.11.0-alpha.1) (2023-12-21)


### Bug Fixes

* add back plugin service dependency [LIBS-583] ([ca10691](https://github.com/dhis2/app-runtime/commit/ca10691ba01be083379db54ea2ec29f1666955a8))
* add back plugin service dependency [LIBS-583] ([6d43ae3](https://github.com/dhis2/app-runtime/commit/6d43ae3688814ec3ae1f969123d63bd8e80146ce))
* add documentation, clean up ([c537590](https://github.com/dhis2/app-runtime/commit/c537590176b2e6aebf278653a87705b3417bcc38))
* add in plugin service in runtime package ([#1343](https://github.com/dhis2/app-runtime/issues/1343)) ([ed06a9f](https://github.com/dhis2/app-runtime/commit/ed06a9f4af7d3db40600ffd7e1b03cd095db36fc))
* add width to plugin documentation [LIBS-487] ([b2c6273](https://github.com/dhis2/app-runtime/commit/b2c62732bf37e6d52b30f155b68c8b126068e8e5))
* check memomized props for postMessage communication [LIBS-514] ([b1a3a0a](https://github.com/dhis2/app-runtime/commit/b1a3a0a4aeadc234aa181a9af2f176d0ca8d505c))
* clean up ([e53ecbd](https://github.com/dhis2/app-runtime/commit/e53ecbd0632e35681e135de9072169e6bfefe13c))
* clean up, add useless test ([b14952b](https://github.com/dhis2/app-runtime/commit/b14952b137971f625283c8de60afac061176b80e))
* custom error handling ([c72fc6e](https://github.com/dhis2/app-runtime/commit/c72fc6eac576ce043ab706e13030497a0dab3d3a))
* dependency array ([03ce64f](https://github.com/dhis2/app-runtime/commit/03ce64fb65af73190ec920d8d720250ec2ba3715))
* dependency resolution ([2480c1c](https://github.com/dhis2/app-runtime/commit/2480c1c6b82daaeee0ab82ef45962fbcabd0e778))
* merge issues ([496472a](https://github.com/dhis2/app-runtime/commit/496472a458f745d01890dec505d6ddb9259378d1))
* move eslint disable line ([48912d7](https://github.com/dhis2/app-runtime/commit/48912d76630d5490b983e5e730a7d82d06762148))
* plugin experimental docs ([be215b2](https://github.com/dhis2/app-runtime/commit/be215b2c292e451662b72043f20921d42bf36d33))
* prevent sending updated props to plugin when props do not change [LIBS-514] ([86c6f75](https://github.com/dhis2/app-runtime/commit/86c6f75cf2e14a0d8f6f4b86f2d6de7403de62c6))
* reset communication on either pluginSource or pluginShortName change ([3fdae5b](https://github.com/dhis2/app-runtime/commit/3fdae5becf3af038fef8ca5f0be7ecec44680600))
* temporarily disable failing test ([6664199](https://github.com/dhis2/app-runtime/commit/666419955d0f1f70c7b101a49d7440dcd33857a0))
* trigger props resend when iframe src changes [LIBS-488] ([f4a6680](https://github.com/dhis2/app-runtime/commit/f4a668004fe2f97d77e3c74a6047246cf358ade4))
* 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))
* type error ([9c17206](https://github.com/dhis2/app-runtime/commit/9c17206a6942776f4c90c662153677ae9c00c350))
* update alpha branch [skip release] ([ccb793c](https://github.com/dhis2/app-runtime/commit/ccb793c1e125484f39415cbedf1789a5de193e3d))
* working autorsize width ([2991045](https://github.com/dhis2/app-runtime/commit/29910456aca9739848cac403c48a2ac4e64be1e3))


### Features

* add autoresizing for height ([dbb6e26](https://github.com/dhis2/app-runtime/commit/dbb6e265e0b3b01dfe975538703fcdde7c5f2b53))
* experimental plugin release ([f5cca86](https://github.com/dhis2/app-runtime/commit/f5cca86924afa995d916aab2a1b58348b6dcaee7))
* ideas for plugin wrappers [LIBS-397] ([be38607](https://github.com/dhis2/app-runtime/commit/be38607698b12309af5b79259afbbf037e7027bc))
* implement plugin wrappers (alpha) ([#1332](https://github.com/dhis2/app-runtime/issues/1332)) ([56a9a3f](https://github.com/dhis2/app-runtime/commit/56a9a3fb734e07c6c2d8140c6413222b42be82a1))
* plugin experimental export ([25f02a6](https://github.com/dhis2/app-runtime/commit/25f02a6c97733b79ff1aed5e8c4c1726c16144fe))
* plugin wrappers, errors + alerts ([bda6a43](https://github.com/dhis2/app-runtime/commit/bda6a4352fe0ad8a076f55040e3fe702f9d0c4eb))
* update plugin wrappers ([30c963c](https://github.com/dhis2/app-runtime/commit/30c963c112b2865ae824c7e3ce06279ed374983c))

# [3.10.0-alpha.8](https://github.com/dhis2/app-runtime/compare/v3.10.0-alpha.7...v3.10.0-alpha.8) (2023-12-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.10.0-alpha.8",
"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 <austin@dhis2.org>",
Expand Down
12 changes: 6 additions & 6 deletions runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dhis2/app-runtime",
"description": "A singular runtime dependency for applications on the DHIS2 platform",
"version": "3.10.0-alpha.8",
"version": "3.11.0-alpha.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "./build/types/index.d.ts",
Expand Down Expand Up @@ -29,11 +29,11 @@
"build/**"
],
"dependencies": {
"@dhis2/app-service-config": "3.10.0-alpha.8",
"@dhis2/app-service-data": "3.10.0-alpha.8",
"@dhis2/app-service-alerts": "3.10.0-alpha.8",
"@dhis2/app-service-offline": "3.10.0-alpha.8",
"@dhis2/app-service-plugin": "3.10.0-alpha.8"
"@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",
Expand Down
2 changes: 1 addition & 1 deletion services/alerts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-service-alerts",
"version": "3.10.0-alpha.8",
"version": "3.11.0-alpha.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "./build/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion services/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-service-config",
"version": "3.10.0-alpha.8",
"version": "3.11.0-alpha.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "build/types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions services/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-service-data",
"version": "3.10.0-alpha.8",
"version": "3.11.0-alpha.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"build/**"
],
"peerDependencies": {
"@dhis2/app-service-config": "3.10.0-alpha.8",
"@dhis2/app-service-config": "3.11.0-alpha.1",
"@dhis2/cli-app-scripts": "^7.1.1",
"prop-types": "^15.7.2",
"react": "^16.8",
Expand Down
4 changes: 2 additions & 2 deletions services/offline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dhis2/app-service-offline",
"description": "A runtime service for online/offline detection and offline caching",
"version": "3.10.0-alpha.8",
"version": "3.11.0-alpha.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "build/types/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"coverage": "yarn test --coverage"
},
"peerDependencies": {
"@dhis2/app-service-config": "3.10.0-alpha.8",
"@dhis2/app-service-config": "3.11.0-alpha.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
6 changes: 3 additions & 3 deletions services/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-service-plugin",
"version": "3.10.0-alpha.8",
"version": "3.11.0-alpha.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "build/types/index.d.ts",
Expand Down Expand Up @@ -28,8 +28,8 @@
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"@dhis2/app-service-alerts": "3.10.0-alpha.8",
"@dhis2/app-service-data": "3.10.0-alpha.8"
"@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"
Expand Down

0 comments on commit 090e230

Please sign in to comment.