Skip to content

Commit

Permalink
chore(release): cut 2.7.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.7.4](v2.7.3...v2.7.4) (2020-09-28)

### Bug Fixes

* **download:** encode download-components ([179cae4](179cae4))
* **download:** encode download-components, use / as seperators instead of _ ([44663b9](44663b9))
* **migration:** remove down migration ([b22fa9d](b22fa9d))
* **migration:** replace _ with . in app_version ([693cee2](693cee2))
* **version:** prevent version to contain underscore ([90ebb36](90ebb36))
  • Loading branch information
dhis2-bot committed Sep 28, 2020
1 parent 2677ac5 commit 312b02c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.7.4](https://github.com/dhis2/app-hub/compare/v2.7.3...v2.7.4) (2020-09-28)


### Bug Fixes

* **download:** encode download-components ([179cae4](https://github.com/dhis2/app-hub/commit/179cae458b3480ea42209d6f51808315999c9200))
* **download:** encode download-components, use / as seperators instead of _ ([44663b9](https://github.com/dhis2/app-hub/commit/44663b94328b239e7d168f01a2d802e7c528d1cb))
* **migration:** remove down migration ([b22fa9d](https://github.com/dhis2/app-hub/commit/b22fa9d6d3546f355037ff42f59c6b5d5a63e31b))
* **migration:** replace _ with . in app_version ([693cee2](https://github.com/dhis2/app-hub/commit/693cee2c0ad3f7d8edd1e25a1f596c307b6f5e60))
* **version:** prevent version to contain underscore ([90ebb36](https://github.com/dhis2/app-hub/commit/90ebb3688853cfffb1844495f484ee7b52f5989c))

## [2.7.3](https://github.com/dhis2/app-hub/compare/v2.7.2...v2.7.3) (2020-09-24)


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

0 comments on commit 312b02c

Please sign in to comment.