From aa55b0b16fe132cb8da060d5d479bd04bdc248d5 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 3 Dec 2024 01:53:21 +0000 Subject: [PATCH] chore(release): cut 100.3.3 [skip release] ## [100.3.3](https://github.com/dhis2/app-management-app/compare/v100.3.2...v100.3.3) (2024-12-03) ### Bug Fixes * **translations:** sync translations from transifex (master) ([02368a7](https://github.com/dhis2/app-management-app/commit/02368a7263fd798424c9b9cead9314aa914778d6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4197f9e..ae65289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.3.3](https://github.com/dhis2/app-management-app/compare/v100.3.2...v100.3.3) (2024-12-03) + + +### Bug Fixes + +* **translations:** sync translations from transifex (master) ([02368a7](https://github.com/dhis2/app-management-app/commit/02368a7263fd798424c9b9cead9314aa914778d6)) + ## [100.3.2](https://github.com/dhis2/app-management-app/compare/v100.3.1...v100.3.2) (2024-11-24) diff --git a/package.json b/package.json index 722987d..3cdcc9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-management-app", - "version": "100.3.2", + "version": "100.3.3", "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",