Skip to content

Commit

Permalink
chore(release): cut 3.10.4 [skip ci]
Browse files Browse the repository at this point in the history
* **deps:** remove cli-app-scripts peer dep [LIBS-587] ([#1379](#1379)) ([3598375](3598375))
  • Loading branch information
dhis2-bot authored and KaiVandivier committed Nov 25, 2024
1 parent 9e22e88 commit 6fa2ee6
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 25 deletions.
11 changes: 2 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# [3.11.0-alpha.1](https://github.com/dhis2/app-runtime/compare/v3.10.4-alpha.1...v3.11.0-alpha.1) (2024-11-21)


### Features

* upgrade app-runtime React version to v18 ([#1387](https://github.com/dhis2/app-runtime/issues/1387)) ([0e4a3d5](https://github.com/dhis2/app-runtime/commit/0e4a3d5c0e9cf8884c1a46f32fa0876234b6d765))

## [3.10.4-alpha.1](https://github.com/dhis2/app-runtime/compare/v3.10.3...v3.10.4-alpha.1) (2024-04-02)
## [3.10.4](https://github.com/dhis2/app-runtime/compare/v3.10.3...v3.10.4) (2024-04-09)


### Bug Fixes

* **deps:** remove cli-app-scripts peer dep ([7764439](https://github.com/dhis2/app-runtime/commit/776443957cf7bce70d644459b946dc9382dd9103))
* **deps:** remove cli-app-scripts peer dep [LIBS-587] ([#1379](https://github.com/dhis2/app-runtime/issues/1379)) ([3598375](https://github.com/dhis2/app-runtime/commit/3598375a826304b61b9b2cbd279043531628dc70))

## [3.10.3](https://github.com/dhis2/app-runtime/compare/v3.10.2...v3.10.3) (2024-03-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.11.0-alpha.1",
"version": "3.10.4",
"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.11.0-alpha.1",
"version": "3.10.4",
"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.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"
"@dhis2/app-service-config": "3.10.4",
"@dhis2/app-service-data": "3.10.4",
"@dhis2/app-service-alerts": "3.10.4",
"@dhis2/app-service-offline": "3.10.4",
"@dhis2/app-service-plugin": "3.10.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.11.0-alpha.1",
"version": "3.10.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.11.0-alpha.1",
"version": "3.10.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.11.0-alpha.1",
"version": "3.10.4",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "build/types/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-query": "^3.13.11"
},
"peerDependencies": {
"@dhis2/app-service-config": "3.11.0-alpha.1",
"@dhis2/app-service-config": "3.10.4",
"prop-types": "^15.7.2",
"react": "^16.8 || ^18",
"react-dom": "^16.8 || ^18"
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.11.0-alpha.1",
"version": "3.10.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.11.0-alpha.1",
"@dhis2/app-service-config": "3.10.4",
"prop-types": "^15.7.2",
"react": "^16.8.6 || ^18",
"react-dom": "^16.8.6 || ^18"
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.11.0-alpha.1",
"version": "3.10.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 || ^18",
"react-dom": "^16.8.6 || ^18",
"@dhis2/app-service-alerts": "3.11.0-alpha.1",
"@dhis2/app-service-data": "3.11.0-alpha.1"
"@dhis2/app-service-alerts": "3.10.4",
"@dhis2/app-service-data": "3.10.4"
},
"devDependencies": {
"@types/post-robot": "^10.0.3"
Expand Down

0 comments on commit 6fa2ee6

Please sign in to comment.