Skip to content

Commit

Permalink
chore(release): cut 2.31.5 [skip release]
Browse files Browse the repository at this point in the history
## [2.31.5](v2.31.4...v2.31.5) (2023-02-07)

### Bug Fixes

* **deps:** update deps, downgrade react@16 ([4ae4806](4ae4806))
* increase nginx client_max_body_size ([8ece671](8ece671))
* prop-types import ([aa4107a](aa4107a))
  • Loading branch information
dhis2-bot committed Feb 7, 2023
1 parent bbebdef commit 2a6ca06
Show file tree
Hide file tree
Showing 6 changed files with 12,261 additions and 11,971 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.31.5](https://github.com/dhis2/app-hub/compare/v2.31.4...v2.31.5) (2023-02-07)


### Bug Fixes

* **deps:** update deps, downgrade react@16 ([4ae4806](https://github.com/dhis2/app-hub/commit/4ae4806eec78a0d8dec6175e9ab772b9e3e46968))
* increase nginx client_max_body_size ([8ece671](https://github.com/dhis2/app-hub/commit/8ece6713801c3a0217d3d5b0836a734c296ae6e3))
* prop-types import ([aa4107a](https://github.com/dhis2/app-hub/commit/aa4107a1f19da32319b53fad0446d6e6d83f9d90))

## [2.31.4](https://github.com/dhis2/app-hub/compare/v2.31.3...v2.31.4) (2022-11-30)


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.31.4",
"version": "2.31.5",
"description": "The App Hub Client",
"repository": "https://github.com/dhis2/app-hub",
"author": "Birk Johansson <birk@dhis2.org>",
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.31.4"
"version": "2.31.5"
}
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.31.4",
"version": "2.31.5",
"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.31.4",
"version": "2.31.5",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
Loading

0 comments on commit 2a6ca06

Please sign in to comment.