Skip to content

Commit 0e43dc7

Browse files
committed
chore(release): cut 102.6.4 [skip release]
## [102.6.4](v102.6.3...v102.6.4) (2025-06-16) ### Bug Fixes * [DHIS2-19694] use the EQ operator when filtering by unique TEA in the WLs ([#4129](#4129)) ([1753883](1753883))
1 parent 1753883 commit 0e43dc7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [102.6.4](https://github.com/dhis2/capture-app/compare/v102.6.3...v102.6.4) (2025-06-16)
2+
3+
4+
### Bug Fixes
5+
6+
* [DHIS2-19694] use the EQ operator when filtering by unique TEA in the WLs ([#4129](https://github.com/dhis2/capture-app/issues/4129)) ([1753883](https://github.com/dhis2/capture-app/commit/175388348038a69219c7d4d333044c87ec14849d))
7+
18
## [102.6.3](https://github.com/dhis2/capture-app/compare/v102.6.2...v102.6.3) (2025-06-16)
29

310

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.6.3",
4+
"version": "102.6.4",
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.6.3",
13+
"@dhis2/rules-engine-javascript": "102.6.4",
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.6.3",
3+
"version": "102.6.4",
44
"license": "BSD-3-Clause",
55
"main": "./build/cjs/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)