Skip to content

Commit 122cad7

Browse files
committed
chore(release): cut 104.6.7 [skip release]
## [104.6.7](v104.6.6...v104.6.7) (2025-11-17) ### Bug Fixes * [DHIS2-20437] User messages appears on initial load in search ([#4399](#4399)) ([8b357bd](8b357bd))
1 parent 8b357bd commit 122cad7

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+
## [104.6.7](https://github.com/dhis2/capture-app/compare/v104.6.6...v104.6.7) (2025-11-17)
2+
3+
4+
### Bug Fixes
5+
6+
* [DHIS2-20437] User messages appears on initial load in search ([#4399](https://github.com/dhis2/capture-app/issues/4399)) ([8b357bd](https://github.com/dhis2/capture-app/commit/8b357bd44c7ddaf649a31b62d2ba7cb78ad0ef8a))
7+
18
## [104.6.6](https://github.com/dhis2/capture-app/compare/v104.6.5...v104.6.6) (2025-11-17)
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": "104.6.6",
4+
"version": "104.6.7",
55
"cacheVersion": "2",
66
"license": "BSD-3-Clause",
77
"private": true,
@@ -10,7 +10,7 @@
1010
],
1111
"dependencies": {
1212
"@dhis2-ui/calendar": "^10.7.6",
13-
"@dhis2/rules-engine-javascript": "104.6.6",
13+
"@dhis2/rules-engine-javascript": "104.6.7",
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": "104.6.6",
3+
"version": "104.6.7",
44
"license": "BSD-3-Clause",
55
"main": "./build/cjs/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)