Skip to content

Commit

Permalink
chore(release): cut 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2020-04-02)

### Bug Fixes

* incorrect down migration ([52c0b09](52c0b09))
* split media to own table/app/version ([7c5f451](7c5f451))
* update apps_view to use app_media ([79c89fa](79c89fa))
  • Loading branch information
dhis2-bot committed Apr 2, 2020
1 parent 2672b6d commit b38f2d7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## [2.1.1](https://github.com/dhis2/app-hub/compare/v2.1.0...v2.1.1) (2020-04-02)


### Bug Fixes

* incorrect down migration ([52c0b09](https://github.com/dhis2/app-hub/commit/52c0b099418b18675f53950fe3bcba7ecbf63474))
* split media to own table/app/version ([7c5f451](https://github.com/dhis2/app-hub/commit/7c5f4513672e61004ea94aa3ce09f8a6b131b0e4))
* update apps_view to use app_media ([79c89fa](https://github.com/dhis2/app-hub/commit/79c89faf0d8d9fb3b1dff8b1442fa4e81f540c58))
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": "1.0.0",
"version": "2.1.1",
"description": "The App Hub Client",
"main": "src/index.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
}
},
"version": "2.1.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": "1.0.0",
"version": "2.1.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": "1.0.0",
"version": "2.1.1",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down

0 comments on commit b38f2d7

Please sign in to comment.