Skip to content

Commit

Permalink
(release) update to version v5.2.0 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Jun 21, 2024
1 parent 2eafce2 commit b16a6d1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.1.1",
"version": "5.2.0",
"command": {
"publish": {
"verifyAccess": false
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.1.1",
"version": "5.2.0",
"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.1.1",
"version": "5.2.0",
"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-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.1.1",
"version": "5.2.0",
"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.1.1",
"version": "5.2.0",
"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.1.1",
"version": "5.2.0",
"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-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.1.1",
"version": "5.2.0",
"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.1.1",
"version": "5.2.0",
"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 b16a6d1

Please sign in to comment.