From 2172a77d1c697464ba028ac65857c695c948782a Mon Sep 17 00:00:00 2001 From: Dennis Kigen Date: Thu, 1 May 2025 23:12:37 +0300 Subject: [PATCH] (chore) Release v1.3.0 Cuts a minor release of Fast Data Entry that includes new features and backwards compatible bug fixes: * (feat) Confirmation modal when selecting patient outside session location by @icrc-psousa in https://github.com/openmrs/openmrs-esm-fast-data-entry-app/pull/105 * (feat) Add configuration option to disable group sessions for specific form by @icrc-jofrancisco in https://github.com/openmrs/openmrs-esm-fast-data-entry-app/pull/104 * (fix) Resolve patient duplication triggered by page focus event by @icrc-psousa in https://github.com/openmrs/openmrs-esm-fast-data-entry-app/pull/107 * (fix) Correct patient location mismatch prompt behavior in group management by @icrc-psousa in https://github.com/openmrs/openmrs-esm-fast-data-entry-app/pull/106 * (fix) Update start date field on cohort update by @icrc-psousa in https://github.com/openmrs/openmrs-esm-fast-data-entry-app/pull/101 * (fix) Prevent "Save & Complete" button from becoming unresponsive by @icrc-jofrancisco in https://github.com/openmrs/openmrs-esm-fast-data-entry-app/pull/95 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 825c99a..b1db45c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openmrs/esm-fast-data-entry-app", - "version": "1.2.0", + "version": "1.3.0", "license": "MPL-2.0", "description": "O3 frontend module for fast data entry using the OpenMRS Angular Form Engine", "browser": "dist/openmrs-esm-fast-data-entry-app.js",