Skip to content

Commit

Permalink
Merge pull request #519 from dhis2/next
Browse files Browse the repository at this point in the history
chore(release): promote staging to stable
  • Loading branch information
varl authored Jun 22, 2021
2 parents 735cf24 + 13ccff9 commit dce836a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.23.5](https://github.com/dhis2/app-hub/compare/v2.23.4...v2.23.5) (2021-06-22)


### Bug Fixes

* add support for DHIS2 v37 ([8ad1f2f](https://github.com/dhis2/app-hub/commit/8ad1f2fcc51e9fea90887627d3be823bb42cf347))

## [2.23.4](https://github.com/dhis2/app-hub/compare/v2.23.3...v2.23.4) (2021-06-21)


Expand Down
1 change: 1 addition & 0 deletions client/default.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
},
ui: {
dhisVersions: [
'2.37',
'2.36',
'2.35',
'2.34',
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "2.23.4",
"version": "2.23.5",
"description": "The App Hub Client",
"repository": "https://github.com/dhis2/app-hub",
"author": "Birk Johansson <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"version": "2.23.4"
"version": "2.23.5"
}
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "2.23.4",
"version": "2.23.5",
"description": "The App Hub Server",
"main": "src/main.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tools",
"version": "2.23.4",
"version": "2.23.5",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down

0 comments on commit dce836a

Please sign in to comment.