Skip to content

Commit

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

### Bug Fixes

* add versionitems file ([c641be0](c641be0))
* consolidate version validations ([789bfc2](789bfc2))
* re-order fields to same as when creating ([3630275](3630275))
* **version:** use select-field when editing version ([c1e6158](c1e6158))
  • Loading branch information
dhis2-bot committed Sep 24, 2020
1 parent 2986bf2 commit 36c6d22
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.7.3](https://github.com/dhis2/app-hub/compare/v2.7.2...v2.7.3) (2020-09-24)


### Bug Fixes

* add versionitems file ([c641be0](https://github.com/dhis2/app-hub/commit/c641be077bda239b608ba194cf82889ff74b802c))
* consolidate version validations ([789bfc2](https://github.com/dhis2/app-hub/commit/789bfc2e6b1302f32a4ab1f3863bed35556e7c8e))
* re-order fields to same as when creating ([3630275](https://github.com/dhis2/app-hub/commit/3630275bf43ea2bc207766ed4d03f204e49e3f91))
* **version:** use select-field when editing version ([c1e6158](https://github.com/dhis2/app-hub/commit/c1e6158926d611ecc3c90375ca0586794e70ef5e))

## [2.7.2](https://github.com/dhis2/app-hub/compare/v2.7.1...v2.7.2) (2020-09-04)


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

0 comments on commit 36c6d22

Please sign in to comment.