Skip to content

Commit

Permalink
chore(release): cut 2.10.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.10.3](v2.10.2...v2.10.3) (2020-11-11)

### Bug Fixes

* **dialog:** fix dialogposition when dialog has loading ([a925532](a925532))
  • Loading branch information
dhis2-bot committed Nov 11, 2020
1 parent b45df73 commit 4703a1f
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.10.3](https://github.com/dhis2/app-hub/compare/v2.10.2...v2.10.3) (2020-11-11)


### Bug Fixes

* **dialog:** fix dialogposition when dialog has loading ([a925532](https://github.com/dhis2/app-hub/commit/a925532bc046dc781e491bc7e6a7b9ab4c95def7))

## [2.10.2](https://github.com/dhis2/app-hub/compare/v2.10.1...v2.10.2) (2020-11-08)


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

0 comments on commit 4703a1f

Please sign in to comment.