Skip to content

Commit fac53f4

Browse files
committed
chore(release): cut 102.6.0 [skip release]
# [102.6.0](v102.5.0...v102.6.0) (2025-06-07) ### Bug Fixes * [DHIS2-19633] Adjust form width to 40/60 ([#4130](#4130)) ([46c69c1](46c69c1)) ### Features * [DHIS2-18664] Add org unit field to new event from for Event programs ([#3976](#3976)) ([7f22b5b](7f22b5b))
1 parent 46c69c1 commit fac53f4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [102.6.0](https://github.com/dhis2/capture-app/compare/v102.5.0...v102.6.0) (2025-06-07)
2+
3+
4+
### Bug Fixes
5+
6+
* [DHIS2-19633] Adjust form width to 40/60 ([#4130](https://github.com/dhis2/capture-app/issues/4130)) ([46c69c1](https://github.com/dhis2/capture-app/commit/46c69c181e7eacd8b2db89b5935ce50b2241fb86))
7+
8+
9+
### Features
10+
11+
* [DHIS2-18664] Add org unit field to new event from for Event programs ([#3976](https://github.com/dhis2/capture-app/issues/3976)) ([7f22b5b](https://github.com/dhis2/capture-app/commit/7f22b5be15512a0bb0fcb336da6ba171eb071ef9))
12+
113
# [102.5.0](https://github.com/dhis2/capture-app/compare/v102.4.8...v102.5.0) (2025-06-06)
214

315

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "capture-app",
33
"homepage": ".",
4-
"version": "102.5.0",
4+
"version": "102.6.0",
55
"cacheVersion": "2",
66
"license": "BSD-3-Clause",
77
"private": true,
@@ -10,7 +10,7 @@
1010
],
1111
"dependencies": {
1212
"@dhis2-ui/calendar": "^10.4.0",
13-
"@dhis2/rules-engine-javascript": "102.5.0",
13+
"@dhis2/rules-engine-javascript": "102.6.0",
1414
"@dhis2/app-runtime": "^3.9.3",
1515
"@dhis2/d2-i18n": "^1.1.0",
1616
"@dhis2/d2-ui-rich-text": "^7.4.0",

packages/rules-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/rules-engine-javascript",
3-
"version": "102.5.0",
3+
"version": "102.6.0",
44
"license": "BSD-3-Clause",
55
"main": "./build/cjs/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)