Skip to content

Commit 7af89ce

Browse files
authored
chore(release): migrate to new app version scheme (#265)
Align all our application versions that range between 0.x.x and 36.x.x with different semantics to a single version scheme with distinct semantics for what constitutes a breaking change. We have chosen to bump to v100.0.0 to signify the depature from the old version scheme to the new. For more information: dhis2/notes#293 BREAKING CHANGE: App version becomes decoupled from DHIS2 versions, see the d2.config.js or App Hub for DHIS2 version compatibility.
1 parent 31f57c2 commit 7af89ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

d2.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ const config = {
55
title: 'App Management',
66
coreApp: true,
77

8+
minDHIS2Version: '2.37',
9+
810
entryPoints: {
911
app: './src/App.js',
1012
},

0 commit comments

Comments
 (0)