diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0b2f17f..b1a4e5f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.31.3](https://github.com/dhis2/app-hub/compare/v2.31.2...v2.31.3) (2022-11-16) + + +### Bug Fixes + +* **apps:** fix source-url being cleared when new version is uploaded ([#697](https://github.com/dhis2/app-hub/issues/697)) ([4ff7525](https://github.com/dhis2/app-hub/commit/4ff7525e89083dcf6154964762755d38dee65b3d)) + ## [2.31.2](https://github.com/dhis2/app-hub/compare/v2.31.1...v2.31.2) (2022-11-15) diff --git a/client/package.json b/client/package.json index 004631813..326bb29f7 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.31.2", + "version": "2.31.3", "description": "The App Hub Client", "repository": "https://github.com/dhis2/app-hub", "author": "Birk Johansson ", diff --git a/package.json b/package.json index fbc3657ef..4185e428b 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.31.2" + "version": "2.31.3" } diff --git a/server/package.json b/server/package.json index 89c131a52..11e4e94d6 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.31.2", + "version": "2.31.3", "description": "The App Hub Server", "main": "src/main.js", "repository": "https://github.com/dhis2/app-hub", diff --git a/tools/package.json b/tools/package.json index adf7a0df8..39d42847c 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.31.2", + "version": "2.31.3", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",