Skip to content

Commit 0674f77

Browse files
committed
chore(release): cut 3.10.4-alpha.1 [skip ci]
## [3.10.4-alpha.1](v3.10.3...v3.10.4-alpha.1) (2024-04-02) ### Bug Fixes * **deps:** remove cli-app-scripts peer dep ([7764439](7764439))
1 parent 7764439 commit 0674f77

File tree

8 files changed

+23
-16
lines changed

8 files changed

+23
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.10.4-alpha.1](https://github.com/dhis2/app-runtime/compare/v3.10.3...v3.10.4-alpha.1) (2024-04-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** remove cli-app-scripts peer dep ([7764439](https://github.com/dhis2/app-runtime/commit/776443957cf7bce70d644459b946dc9382dd9103))
7+
18
## [3.10.3](https://github.com/dhis2/app-runtime/compare/v3.10.2...v3.10.3) (2024-03-20)
29

310

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.3",
2+
"version": "3.10.4-alpha.1",
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: 6 additions & 6 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.3",
4+
"version": "3.10.4-alpha.1",
55
"main": "./build/cjs/index.js",
66
"module": "./build/es/index.js",
77
"types": "./build/types/index.d.ts",
@@ -29,11 +29,11 @@
2929
"build/**"
3030
],
3131
"dependencies": {
32-
"@dhis2/app-service-config": "3.10.3",
33-
"@dhis2/app-service-data": "3.10.3",
34-
"@dhis2/app-service-alerts": "3.10.3",
35-
"@dhis2/app-service-offline": "3.10.3",
36-
"@dhis2/app-service-plugin": "3.10.3"
32+
"@dhis2/app-service-config": "3.10.4-alpha.1",
33+
"@dhis2/app-service-data": "3.10.4-alpha.1",
34+
"@dhis2/app-service-alerts": "3.10.4-alpha.1",
35+
"@dhis2/app-service-offline": "3.10.4-alpha.1",
36+
"@dhis2/app-service-plugin": "3.10.4-alpha.1"
3737
},
3838
"peerDependencies": {
3939
"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.3",
3+
"version": "3.10.4-alpha.1",
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.3",
3+
"version": "3.10.4-alpha.1",
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.3",
3+
"version": "3.10.4-alpha.1",
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.3",
25+
"@dhis2/app-service-config": "3.10.4-alpha.1",
2626
"prop-types": "^15.7.2",
2727
"react": "^16.8",
2828
"react-dom": "^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.3",
4+
"version": "3.10.4-alpha.1",
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.3",
36+
"@dhis2/app-service-config": "3.10.4-alpha.1",
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.3",
3+
"version": "3.10.4-alpha.1",
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.3",
32-
"@dhis2/app-service-data": "3.10.3"
31+
"@dhis2/app-service-alerts": "3.10.4-alpha.1",
32+
"@dhis2/app-service-data": "3.10.4-alpha.1"
3333
},
3434
"devDependencies": {
3535
"@types/post-robot": "^10.0.3"

0 commit comments

Comments
 (0)