Skip to content

Commit

Permalink
(release) v5.3.4 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Sep 9, 2024
1 parent 75474d3 commit df53d4f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
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.2",
"version": "5.3.4",
"workspaces": [
"packages/*"
],
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.2",
"version": "5.3.4",
"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.2",
"version": "5.3.4",
"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.2",
"version": "5.3.4",
"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.2",
"version": "5.3.4",
"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.2",
"version": "5.3.4",
"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.2",
"version": "5.3.4",
"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.2",
"version": "5.3.4",
"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.2",
"version": "5.3.4",
"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.2",
"version": "5.3.4",
"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.2",
"version": "5.3.4",
"description": "Patient flags microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-verification-app.js",
"main": "src/index.ts",
Expand Down

0 comments on commit df53d4f

Please sign in to comment.