Skip to content

Commit

Permalink
chore(release): cut 2.23.7 [skip ci]
Browse files Browse the repository at this point in the history
## [2.23.7](v2.23.6...v2.23.7) (2021-07-05)

### Bug Fixes

* **verifybundle:** ignore name-check for dashboard_widget ([#521](#521)) ([f3a7479](f3a7479))
  • Loading branch information
dhis2-bot committed Jul 5, 2021
1 parent f3a7479 commit 7c9443d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.23.7](https://github.com/dhis2/app-hub/compare/v2.23.6...v2.23.7) (2021-07-05)


### Bug Fixes

* **verifybundle:** ignore name-check for dashboard_widget ([#521](https://github.com/dhis2/app-hub/issues/521)) ([f3a7479](https://github.com/dhis2/app-hub/commit/f3a7479c3ed582dffce391629b7befdf9c56f2ca))

## [2.23.6](https://github.com/dhis2/app-hub/compare/v2.23.5...v2.23.6) (2021-06-22)


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.23.6",
"version": "2.23.7",
"description": "The App Hub Client",
"repository": "https://github.com/dhis2/app-hub",
"author": "Birk Johansson <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"version": "2.23.6"
"version": "2.23.7"
}
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.23.6",
"version": "2.23.7",
"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.23.6",
"version": "2.23.7",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down

0 comments on commit 7c9443d

Please sign in to comment.