From 0cfe1b7246b1e79103d7c6dbca8ee972df306b05 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 5 May 2022 14:08:14 +0000 Subject: [PATCH] chore(release): cut 2.30.2 [skip release] ## [2.30.2](https://github.com/dhis2/app-hub/compare/v2.30.1...v2.30.2) (2022-05-05) ### Bug Fixes * **download-count:** increment in v2 api ([805754d](https://github.com/dhis2/app-hub/commit/805754db04753b22e3b50aa757323530d8bc425e)) --- CHANGELOG.md | 7 +++++++ client/package.json | 2 +- package.json | 2 +- server/package.json | 2 +- tools/package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b28ff17b..b9bacd7e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.30.2](https://github.com/dhis2/app-hub/compare/v2.30.1...v2.30.2) (2022-05-05) + + +### Bug Fixes + +* **download-count:** increment in v2 api ([805754d](https://github.com/dhis2/app-hub/commit/805754db04753b22e3b50aa757323530d8bc425e)) + ## [2.30.1](https://github.com/dhis2/app-hub/compare/v2.30.0...v2.30.1) (2022-05-05) diff --git a/client/package.json b/client/package.json index 57e64fa03..6540e1c72 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.30.1", + "version": "2.30.2", "description": "The App Hub Client", "repository": "https://github.com/dhis2/app-hub", "author": "Birk Johansson ", diff --git a/package.json b/package.json index 2e9c7058a..1cfff741f 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.30.1" + "version": "2.30.2" } diff --git a/server/package.json b/server/package.json index d44d5354d..eb1d14fd2 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.30.1", + "version": "2.30.2", "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 bfee57314..a37451d74 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.30.1", + "version": "2.30.2", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",