Skip to content

Commit

Permalink
chore(release): cut 2.28.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.28.2](v2.28.1...v2.28.2) (2021-11-30)

### Bug Fixes

* save org-email ([#587](#587)) ([e76ed33](e76ed33))
  • Loading branch information
dhis2-bot committed Nov 30, 2021
1 parent e76ed33 commit a202578
Show file tree
Hide file tree
Showing 5 changed files with 11 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.28.2](https://github.com/dhis2/app-hub/compare/v2.28.1...v2.28.2) (2021-11-30)


### Bug Fixes

* save org-email ([#587](https://github.com/dhis2/app-hub/issues/587)) ([e76ed33](https://github.com/dhis2/app-hub/commit/e76ed33048da03a69504b2c02929680f3427d8e6))

## [2.28.1](https://github.com/dhis2/app-hub/compare/v2.28.0...v2.28.1) (2021-11-12)


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

0 comments on commit a202578

Please sign in to comment.