Skip to content

Commit

Permalink
chore(release): cut 2.29.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.29.4](v2.29.3...v2.29.4) (2022-02-21)

### Bug Fixes

* **appupload:** remove channel field ([#630](#630)) ([78eaf24](78eaf24))
* **userappview:** move rejected apps to bottom ([27033e0](27033e0))
* improve UX of invalid image filetype errors ([#621](#621)) ([b8e7a5b](b8e7a5b))
  • Loading branch information
dhis2-bot committed Feb 21, 2022
1 parent 9959ce3 commit a887181
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.29.4](https://github.com/dhis2/app-hub/compare/v2.29.3...v2.29.4) (2022-02-21)


### Bug Fixes

* **appupload:** remove channel field ([#630](https://github.com/dhis2/app-hub/issues/630)) ([78eaf24](https://github.com/dhis2/app-hub/commit/78eaf24209950b304ac23eae2db04ff56d469557))
* **userappview:** move rejected apps to bottom ([27033e0](https://github.com/dhis2/app-hub/commit/27033e001a374531fcf4abe1b20f430783184dcd))
* improve UX of invalid image filetype errors ([#621](https://github.com/dhis2/app-hub/issues/621)) ([b8e7a5b](https://github.com/dhis2/app-hub/commit/b8e7a5b06a6be2fc28ab2fdd8897e397111bb1a5))

## [2.29.3](https://github.com/dhis2/app-hub/compare/v2.29.2...v2.29.3) (2022-02-21)


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

0 comments on commit a887181

Please sign in to comment.