Skip to content

Commit e3eecfb

Browse files
committed
chore(release): cut 102.0.0 [skip release]
# [102.0.0](v101.33.3...v102.0.0) (2025-04-29) ### Features * [DHIS2-19144] working lists performance options ([#3989](#3989)) ([c2f0a8c](c2f0a8c)) ### BREAKING CHANGES * Bump version to 102.0.0 to facilitate potential fixes for the bundled app in the 2.42 release
1 parent c2f0a8c commit e3eecfb

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [102.0.0](https://github.com/dhis2/capture-app/compare/v101.33.3...v102.0.0) (2025-04-29)
2+
3+
4+
### Features
5+
6+
* [DHIS2-19144] working lists performance options ([#3989](https://github.com/dhis2/capture-app/issues/3989)) ([c2f0a8c](https://github.com/dhis2/capture-app/commit/c2f0a8c975afc6d9d7900e8d2cd8defa223de460))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Bump version to 102.0.0 to facilitate potential fixes for the bundled app in the 2.42 release
12+
113
## [101.33.3](https://github.com/dhis2/capture-app/compare/v101.33.2...v101.33.3) (2025-04-08)
214

315

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

0 commit comments

Comments
 (0)