Skip to content

Commit

Permalink
chore(release): cut 3.10.0-alpha.7 [skip ci]
Browse files Browse the repository at this point in the history
# [3.10.0-alpha.7](v3.10.0-alpha.6...v3.10.0-alpha.7) (2023-12-20)

### Bug Fixes

* check memomized props for postMessage communication [LIBS-514] ([b1a3a0a](b1a3a0a))
* dependency array ([03ce64f](03ce64f))
* move eslint disable line ([48912d7](48912d7))
* prevent sending updated props to plugin when props do not change [LIBS-514] ([86c6f75](86c6f75))
* type error ([9c17206](9c17206))
  • Loading branch information
dhis2-bot committed Dec 20, 2023
1 parent 86c6f75 commit d61be79
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 16 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [3.10.0-alpha.7](https://github.com/dhis2/app-runtime/compare/v3.10.0-alpha.6...v3.10.0-alpha.7) (2023-12-20)


### Bug Fixes

* check memomized props for postMessage communication [LIBS-514] ([b1a3a0a](https://github.com/dhis2/app-runtime/commit/b1a3a0a4aeadc234aa181a9af2f176d0ca8d505c))
* dependency array ([03ce64f](https://github.com/dhis2/app-runtime/commit/03ce64fb65af73190ec920d8d720250ec2ba3715))
* move eslint disable line ([48912d7](https://github.com/dhis2/app-runtime/commit/48912d76630d5490b983e5e730a7d82d06762148))
* prevent sending updated props to plugin when props do not change [LIBS-514] ([86c6f75](https://github.com/dhis2/app-runtime/commit/86c6f75cf2e14a0d8f6f4b86f2d6de7403de62c6))
* type error ([9c17206](https://github.com/dhis2/app-runtime/commit/9c17206a6942776f4c90c662153677ae9c00c350))

# [3.10.0-alpha.6](https://github.com/dhis2/app-runtime/compare/v3.10.0-alpha.5...v3.10.0-alpha.6) (2023-10-09)


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.6",
"version": "3.10.0-alpha.7",
"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.6",
"version": "3.10.0-alpha.7",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "./build/types/index.d.ts",
Expand All @@ -23,11 +23,11 @@
"build/**"
],
"dependencies": {
"@dhis2/app-service-config": "3.10.0-alpha.6",
"@dhis2/app-service-data": "3.10.0-alpha.6",
"@dhis2/app-service-alerts": "3.10.0-alpha.6",
"@dhis2/app-service-offline": "3.10.0-alpha.6",
"@dhis2/app-service-plugin": "3.10.0-alpha.6"
"@dhis2/app-service-config": "3.10.0-alpha.7",
"@dhis2/app-service-data": "3.10.0-alpha.7",
"@dhis2/app-service-alerts": "3.10.0-alpha.7",
"@dhis2/app-service-offline": "3.10.0-alpha.7",
"@dhis2/app-service-plugin": "3.10.0-alpha.7"
},
"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.6",
"version": "3.10.0-alpha.7",
"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.6",
"version": "3.10.0-alpha.7",
"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.6",
"version": "3.10.0-alpha.7",
"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.6",
"@dhis2/app-service-config": "3.10.0-alpha.7",
"@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.6",
"version": "3.10.0-alpha.7",
"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.6",
"@dhis2/app-service-config": "3.10.0-alpha.7",
"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.6",
"version": "3.10.0-alpha.7",
"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.6",
"@dhis2/app-service-data": "3.10.0-alpha.6"
"@dhis2/app-service-alerts": "3.10.0-alpha.7",
"@dhis2/app-service-data": "3.10.0-alpha.7"
},
"devDependencies": {
"@types/post-robot": "^10.0.3"
Expand Down

0 comments on commit d61be79

Please sign in to comment.