Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed May 16, 2023
2 parents ef1e318 + 506dacf commit cc87c97
Show file tree
Hide file tree
Showing 7 changed files with 365 additions and 382 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.32.1](https://github.com/dhis2/app-hub/compare/v2.32.0...v2.32.1) (2023-04-18)


### Bug Fixes

* add 2.40 to available versions ([53513ec](https://github.com/dhis2/app-hub/commit/53513ec805a64aaf84dc4ef21e535d9f752431cc))

# [2.32.0](https://github.com/dhis2/app-hub/compare/v2.31.5...v2.32.0) (2023-03-20)


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.40',
'2.39',
'2.38',
'2.37',
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.32.0",
"version": "2.32.1",
"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.32.0"
"version": "2.32.1"
}
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.32.0",
"version": "2.32.1",
"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.32.0",
"version": "2.32.1",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
731 changes: 353 additions & 378 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit cc87c97

Please sign in to comment.