Skip to content

Commit

Permalink
chore(release): cut 2.32.0 [skip release]
Browse files Browse the repository at this point in the history
# [2.32.0](v2.31.5...v2.32.0) (2023-03-20)

### Features

* **appversions:** add endpoint for getting a single app-version ([b5ec694](b5ec694))
  • Loading branch information
dhis2-bot committed Mar 20, 2023
1 parent b0dfaae commit 14cc903
Show file tree
Hide file tree
Showing 6 changed files with 12,330 additions and 11,713 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.0](https://github.com/dhis2/app-hub/compare/v2.31.5...v2.32.0) (2023-03-20)


### Features

* **appversions:** add endpoint for getting a single app-version ([b5ec694](https://github.com/dhis2/app-hub/commit/b5ec6941704d3d47b8ff09344c29654473df931b))

## [2.31.5](https://github.com/dhis2/app-hub/compare/v2.31.4...v2.31.5) (2023-02-07)


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.31.5",
"version": "2.32.0",
"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.31.5"
"version": "2.32.0"
}
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.31.5",
"version": "2.32.0",
"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.31.5",
"version": "2.32.0",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
Loading

0 comments on commit 14cc903

Please sign in to comment.