Skip to content

Commit

Permalink
chore(release): cut 2.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.6.3](v2.6.2...v2.6.3) (2020-08-25)

### Bug Fixes

* change filename in download url ([658b471](658b471))
* use slug + version as filename on download ([23bbb04](23bbb04))
  • Loading branch information
dhis2-bot committed Aug 25, 2020
1 parent 153cbe0 commit c24b90e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.6.3](https://github.com/dhis2/app-hub/compare/v2.6.2...v2.6.3) (2020-08-25)


### Bug Fixes

* change filename in download url ([658b471](https://github.com/dhis2/app-hub/commit/658b471e37fe004a8b15b8bbb11cb7adcdc1ad2e))
* use slug + version as filename on download ([23bbb04](https://github.com/dhis2/app-hub/commit/23bbb04c6f4cd6524a978adab08daa7c1d65c092))

## [2.6.2](https://github.com/dhis2/app-hub/compare/v2.6.1...v2.6.2) (2020-08-25)


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

0 comments on commit c24b90e

Please sign in to comment.