Skip to content

Commit

Permalink
(chore) update to version 5 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Jul 7, 2023
1 parent ac8f985 commit 94f8fa3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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": "4.1.0",
"version": "5.0.0",
"command": {
"publish": {
"verifyAccess": false
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": "4.1.0",
"version": "5.0.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-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": "4.1.0",
"version": "5.0.0",
"description": "Patient flags microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-flags-app.js",
"main": "src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.2",
"version": "5.0.0",
"description": "Patient flags microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-verification-app.js",
"main": "src/index.ts",
Expand Down Expand Up @@ -47,4 +47,4 @@
"git-describe": "^4.1.1",
"webpack": "^5.74.0"
}
}
}

0 comments on commit 94f8fa3

Please sign in to comment.