Skip to content

Commit

Permalink
chore(release): cut 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.2...v2.2.0) (2020-04-20)

### Bug Fixes

* allow admins to download all apps ([c770651](c770651))
* allow managers to patch/post organisations ([ab03046](ab03046))
* allow managers to upload versions to all apps ([a997a12](a997a12))
* remove trailing incorrect } ([a099a10](a099a10))

### Features

* add function to fetch apps through user-orgs ([b0758f1](b0758f1))
  • Loading branch information
dhis2-bot committed Apr 20, 2020
1 parent 1d39650 commit 7d85868
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.2.0](https://github.com/dhis2/app-hub/compare/v2.1.2...v2.2.0) (2020-04-20)


### Bug Fixes

* allow admins to download all apps ([c770651](https://github.com/dhis2/app-hub/commit/c770651020487a752e38818c34bc88146c574bf7))
* allow managers to patch/post organisations ([ab03046](https://github.com/dhis2/app-hub/commit/ab03046abfedbd2c9b83d9b9302f76159b937ffe))
* allow managers to upload versions to all apps ([a997a12](https://github.com/dhis2/app-hub/commit/a997a126ffa93a01a5f18baf16f24e03cbe23975))
* remove trailing incorrect } ([a099a10](https://github.com/dhis2/app-hub/commit/a099a1098bd1587b25a824fc14110d7735280eab))


### Features

* add function to fetch apps through user-orgs ([b0758f1](https://github.com/dhis2/app-hub/commit/b0758f1496f171211df109e9ac3cc8266b0887ff))

## [2.1.2](https://github.com/dhis2/app-hub/compare/v2.1.1...v2.1.2) (2020-04-16)


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.1.2",
"version": "2.2.0",
"description": "The App Hub Client",
"main": "src/index.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"version": "2.1.2"
"version": "2.2.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.1.2",
"version": "2.2.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.1.2",
"version": "2.2.0",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down

0 comments on commit 7d85868

Please sign in to comment.