Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(release) : v5.3.8 #518

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kenyaemr/esm-3.x-apps",
"private": true,
"version": "5.3.7",
"version": "5.3.8",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-admin-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kenyaemr/esm-admin-app",
"version": "5.3.7",
"version": "5.3.8",
"description": "Facilitates the management of ETL tables",
"browser": "dist/kenyaemr-esm-admin-app.js",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-billing-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kenyaemr/esm-billing-app",
"version": "5.3.7",
"version": "5.3.8",
"description": "Billing app for KenyaEMR",
"browser": "dist/kenyaemr-esm-billing-app.js",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-care-panel-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kenyaemr/esm-care-panel-app",
"version": "5.3.7",
"version": "5.3.8",
"description": "Patient care panels microfrontend for the OpenMRS SPA",
"browser": "dist/kenyaemr-esm-care-panel-app.js",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-lab-manifest-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kenyaemr/esm-lab-manifest-app",
"version": "5.3.7",
"version": "5.3.8",
"description": "lab-manifest app for KenyaEMR",
"browser": "dist/kenyaemr-esm-lab-manifest-app.js",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-morgue-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kenyaemr/esm-morgue-app",
"version": "5.3.7",
"version": "5.3.8",
"description": "morgue app for KenyaEMR",
"browser": "dist/kenyaemr-esm-morgue-app.js",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-patient-clinical-view-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kenyaemr/esm-patient-clinical-view-app",
"version": "5.3.7",
"version": "5.3.8",
"description": "Patient clinical view microfrontend for the OpenMRS SPA",
"browser": "dist/kenyaemr-esm-patient-clinical-view-app.js",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-patient-flags-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kenyaemr/esm-patient-flags-app",
"version": "5.3.7",
"version": "5.3.8",
"description": "Patient flags microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-flags-app.js",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-pharmacy-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kenyaemr/esm-pharmacy-app",
"version": "5.3.7",
"version": "5.3.8",
"description": "pharmacy app for KenyaEMR",
"browser": "dist/kenyaemr-esm-pharmacy-app.js",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-providers-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kenyaemr/esm-providers-app",
"version": "5.3.7",
"version": "5.3.8",
"description": " It offers seamless workflows integrated with the Health Information Exchange (HEI) system, ensuring efficient and effective communication and collaboration among healthcare providers. ",
"browser": "dist/kenyaemr-esm-providers-app.js",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-shr-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kenyaemr/esm-shr-app",
"version": "5.3.7",
"version": "5.3.8",
"description": "Patient care panels microfrontend for the OpenMRS SPA",
"browser": "dist/kenyaemr-esm-shr-app.js",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-version-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kenyaemr/esm-version-app",
"version": "5.3.7",
"version": "5.3.8",
"description": "Patient flags microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-verification-app.js",
"main": "src/index.ts",
Expand Down
Loading