Skip to content

Commit

Permalink
chore(release): cut 3.10.0-alpha.4 [skip ci]
Browse files Browse the repository at this point in the history
# [3.10.0-alpha.4](v3.10.0-alpha.3...v3.10.0-alpha.4) (2023-09-28)

### Bug Fixes

* add width to plugin documentation [LIBS-487] ([b2c6273](b2c6273))
* clean up ([e53ecbd](e53ecbd))
* temporarily disable failing test ([6664199](6664199))
* working autorsize width ([2991045](2991045))

### Features

* add autoresizing for height ([dbb6e26](dbb6e26))
  • Loading branch information
dhis2-bot committed Sep 28, 2023
1 parent 4136bd5 commit fac501e
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 15 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [3.10.0-alpha.4](https://github.com/dhis2/app-runtime/compare/v3.10.0-alpha.3...v3.10.0-alpha.4) (2023-09-28)


### Bug Fixes

* add width to plugin documentation [LIBS-487] ([b2c6273](https://github.com/dhis2/app-runtime/commit/b2c62732bf37e6d52b30f155b68c8b126068e8e5))
* clean up ([e53ecbd](https://github.com/dhis2/app-runtime/commit/e53ecbd0632e35681e135de9072169e6bfefe13c))
* temporarily disable failing test ([6664199](https://github.com/dhis2/app-runtime/commit/666419955d0f1f70c7b101a49d7440dcd33857a0))
* 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))

# [3.10.0-alpha.3](https://github.com/dhis2/app-runtime/compare/v3.10.0-alpha.2...v3.10.0-alpha.3) (2023-08-22)


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.3",
"version": "3.10.0-alpha.4",
"description": "A singular runtime dependency for applications on the DHIS2 platform",
"repository": "https://github.com/dhis2/app-runtime.git",
"author": "Austin McGee <[email protected]>",
Expand Down
10 changes: 5 additions & 5 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.3",
"version": "3.10.0-alpha.4",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "./build/types/index.d.ts",
Expand All @@ -23,10 +23,10 @@
"build/**"
],
"dependencies": {
"@dhis2/app-service-config": "3.10.0-alpha.3",
"@dhis2/app-service-data": "3.10.0-alpha.3",
"@dhis2/app-service-alerts": "3.10.0-alpha.3",
"@dhis2/app-service-offline": "3.10.0-alpha.3"
"@dhis2/app-service-config": "3.10.0-alpha.4",
"@dhis2/app-service-data": "3.10.0-alpha.4",
"@dhis2/app-service-alerts": "3.10.0-alpha.4",
"@dhis2/app-service-offline": "3.10.0-alpha.4"
},
"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.3",
"version": "3.10.0-alpha.4",
"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.3",
"version": "3.10.0-alpha.4",
"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.3",
"version": "3.10.0-alpha.4",
"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.3",
"@dhis2/app-service-config": "3.10.0-alpha.4",
"@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.3",
"version": "3.10.0-alpha.4",
"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.3",
"@dhis2/app-service-config": "3.10.0-alpha.4",
"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.3",
"version": "3.10.0-alpha.4",
"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.3",
"@dhis2/app-service-data": "3.10.0-alpha.3"
"@dhis2/app-service-alerts": "3.10.0-alpha.4",
"@dhis2/app-service-data": "3.10.0-alpha.4"
},
"devDependencies": {
"@types/post-robot": "^10.0.3"
Expand Down

0 comments on commit fac501e

Please sign in to comment.