Skip to content

Commit bfd0929

Browse files
committed
chore(release): cut 105.2.0 [skip release]
# [105.2.0](v105.1.0...v105.2.0) (2025-12-11) ### Features * [DHIS2-20086] add command palette shortcuts ([#4386](#4386)) ([35285e4](35285e4))
1 parent 35285e4 commit bfd0929

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+
# [105.2.0](https://github.com/dhis2/capture-app/compare/v105.1.0...v105.2.0) (2025-12-11)
2+
3+
4+
### Features
5+
6+
* [DHIS2-20086] add command palette shortcuts ([#4386](https://github.com/dhis2/capture-app/issues/4386)) ([35285e4](https://github.com/dhis2/capture-app/commit/35285e4658edf919d17847c5de8de401ac8e4d1b))
7+
18
# [105.1.0](https://github.com/dhis2/capture-app/compare/v105.0.1...v105.1.0) (2025-12-08)
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": "105.1.0",
4+
"version": "105.2.0",
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": "105.1.0",
13+
"@dhis2/rules-engine-javascript": "105.2.0",
1414
"@dhis2/app-runtime": "^3.14.5",
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": "105.1.0",
3+
"version": "105.2.0",
44
"license": "BSD-3-Clause",
55
"main": "./build/cjs/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)