Skip to content

Commit

Permalink
chore(release): migrate to new app version scheme
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
varl committed Nov 18, 2021
1 parent 6063c5a commit 06ac11c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# default code owner for repo
* @dhis2/team-platform

# code owners for functionality
/src/ @dhis2/team-platform @dhis2/team-qa
/docs/ @dhis2/team-platform @dhis2/team-qa
2 changes: 2 additions & 0 deletions d2.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ const config = {
type: 'app',
coreApp: true,
title: 'Reports',
id: '68ecc707-bb8b-4b8b-b996-9038340a550b',
minDHIS2Version: '2.33',
name: 'reports',
entryPoints: {
app: './src/AppWrapper.js',
Expand Down

0 comments on commit 06ac11c

Please sign in to comment.