Skip to content

Commit 5eaffe3

Browse files
committed
chore(release): cut 102.4.3 [skip release]
## [102.4.3](v102.4.2...v102.4.3) (2025-05-15) ### Bug Fixes * [DHIS2-19467] form inconsistencies ([#4061](#4061)) ([1560585](1560585)) * [DHIS2-19530] deprecated api query params ([#4063](#4063)) ([8400dd8](8400dd8))
1 parent 1560585 commit 5eaffe3

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [102.4.3](https://github.com/dhis2/capture-app/compare/v102.4.2...v102.4.3) (2025-05-15)
2+
3+
4+
### Bug Fixes
5+
6+
* [DHIS2-19467] form inconsistencies ([#4061](https://github.com/dhis2/capture-app/issues/4061)) ([1560585](https://github.com/dhis2/capture-app/commit/1560585d62169c4648d36da8b484bdcda0727d18))
7+
* [DHIS2-19530] deprecated api query params ([#4063](https://github.com/dhis2/capture-app/issues/4063)) ([8400dd8](https://github.com/dhis2/capture-app/commit/8400dd8627c1674dce287392303d74bff304b20d))
8+
19
## [102.4.2](https://github.com/dhis2/capture-app/compare/v102.4.1...v102.4.2) (2025-05-13)
210

311

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.4.2",
4+
"version": "102.4.3",
55
"cacheVersion": "8",
66
"serverVersion": "38",
77
"license": "BSD-3-Clause",
@@ -10,7 +10,7 @@
1010
"packages/rules-engine"
1111
],
1212
"dependencies": {
13-
"@dhis2/rules-engine-javascript": "102.4.2",
13+
"@dhis2/rules-engine-javascript": "102.4.3",
1414
"@dhis2/app-runtime": "^3.9.3",
1515
"@dhis2/d2-i18n": "^1.1.0",
1616
"@dhis2/d2-icons": "^1.0.1",

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.4.2",
3+
"version": "102.4.3",
44
"license": "BSD-3-Clause",
55
"main": "./build/cjs/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)