From 438f968416bc822c2d454862c077ab6361d958b0 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 29 Oct 2024 12:08:30 +0000 Subject: [PATCH] chore(release): cut 100.3.0 [skip release] # [100.3.0](https://github.com/dhis2/app-management-app/compare/v100.2.40...v100.3.0) (2024-10-29) ### Features * add open button to app details page [DHIS2-13885] ([#564](https://github.com/dhis2/app-management-app/issues/564)) ([f9854a2](https://github.com/dhis2/app-management-app/commit/f9854a24f594266bc8fb06afe1f4c0db8ed4cdbc)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b15a05d..9a4ffe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.3.0](https://github.com/dhis2/app-management-app/compare/v100.2.40...v100.3.0) (2024-10-29) + + +### Features + +* add open button to app details page [DHIS2-13885] ([#564](https://github.com/dhis2/app-management-app/issues/564)) ([f9854a2](https://github.com/dhis2/app-management-app/commit/f9854a24f594266bc8fb06afe1f4c0db8ed4cdbc)) + ## [100.2.40](https://github.com/dhis2/app-management-app/compare/v100.2.39...v100.2.40) (2024-10-27) diff --git a/package.json b/package.json index 467095c..d5f3cce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-management-app", - "version": "100.2.40", + "version": "100.3.0", "description": "The Application Management App provides the ability to upload webapps in .zip files, as well as installing apps directly from the official DHIS 2 App Store", "scripts": { "start": "d2-app-scripts start",