Skip to content

Commit f951bcf

Browse files
committed
chore(release): cut 101.27.1 [skip release]
## [101.27.1](v101.27.0...v101.27.1) (2025-02-17) ### Bug Fixes * [DHIS2-18958] Add loading functionality to Search in all programs button ([#3965](#3965)) ([6486942](6486942))
1 parent 6486942 commit f951bcf

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [101.27.1](https://github.com/dhis2/capture-app/compare/v101.27.0...v101.27.1) (2025-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* [DHIS2-18958] Add loading functionality to Search in all programs button ([#3965](https://github.com/dhis2/capture-app/issues/3965)) ([6486942](https://github.com/dhis2/capture-app/commit/648694232019ba865f003d39b197c7ae416aebfb))
7+
18
# [101.27.0](https://github.com/dhis2/capture-app/compare/v101.26.1...v101.27.0) (2025-02-17)
29

310

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "capture-app",
33
"homepage": ".",
4-
"version": "101.27.0",
4+
"version": "101.27.1",
55
"cacheVersion": "7",
66
"serverVersion": "38",
77
"license": "BSD-3-Clause",
@@ -10,7 +10,7 @@
1010
"packages/rules-engine"
1111
],
1212
"dependencies": {
13-
"@dhis2/rules-engine-javascript": "101.27.0",
13+
"@dhis2/rules-engine-javascript": "101.27.1",
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

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

0 commit comments

Comments
 (0)