Skip to content

Commit

Permalink
(chore) Release v7.0.0 (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Feb 8, 2024
1 parent 1686f45 commit 1c19f0c
Show file tree
Hide file tree
Showing 22 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "yarn",
"version": "6.1.0",
"version": "7.0.0",
"command": {
"publish": {
"verifyAccess": false
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-form-engine-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-form-engine-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Forms engine microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-form-engine-app.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-form-entry-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-form-entry-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Form engine entry capabilities for the OpenMRS SPA",
"browser": "dist/openmrs-esm-form-entry-app.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-generic-patient-widgets-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-generic-patient-widgets-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Generic widgets for the patient chart",
"browser": "dist/openmrs-esm-generic-patient-widgets-app.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "^18.2.0",
"react-i18next": "11.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-allergies-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-allergies-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Patient allergies microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-allergies-app.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "^18.2.0",
"react-i18next": "11.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-appointments-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-appointments-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Patient appointments microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-appointments-app.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "^18.2.0",
"react-i18next": "11.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-patient-attachments-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-attachments-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Patient attachments microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-attachments-app.js",
Expand Down Expand Up @@ -38,14 +38,14 @@
},
"dependencies": {
"@carbon/react": "^1.12.0",
"@openmrs/esm-patient-common-lib": "^6.1.0",
"@openmrs/esm-patient-common-lib": "^7.0.0",
"lodash-es": "^4.17.21",
"react-grid-gallery": "^0.5.6",
"react-html5-camera-photo": "^1.5.11"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "^18.2.0",
"react-i18next": "11.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-patient-banner-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-banner-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Patient banner microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-banner-app.js",
Expand Down Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"@carbon/react": "^1.12.0",
"@openmrs/esm-patient-common-lib": "^6.1.0",
"@openmrs/esm-patient-common-lib": "^7.0.0",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-patient-chart-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-chart-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Patient dashboard microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-chart-app.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-patient-common-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-common-lib",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Library for common patient chart components",
"browser": "dist/openmrs-esm-patient-common-lib.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-patient-conditions-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-conditions-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Patient conditions microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-conditions-app.js",
Expand Down Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"@carbon/react": "^1.12.0",
"@openmrs/esm-patient-common-lib": "^6.1.0",
"@openmrs/esm-patient-common-lib": "^7.0.0",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-flags-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-flags-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "An OpenMRS frontend module for managing patient flags",
"browser": "dist/openmrs-esm-patient-flags-app.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-patient-forms-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-forms-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Patient forms microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-forms-app.js",
Expand Down Expand Up @@ -38,13 +38,13 @@
},
"dependencies": {
"@carbon/react": "^1.12.0",
"@openmrs/esm-patient-common-lib": "^6.1.0",
"@openmrs/esm-patient-common-lib": "^7.0.0",
"fuzzy": "^0.1.3",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-immunizations-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-immunizations-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Patient immunizations microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-immunizations-app.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-patient-labs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-labs-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Patient lab order and test results microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-labs-app.js",
Expand Down Expand Up @@ -40,14 +40,14 @@
"@carbon/charts": "^1.5.2",
"@carbon/charts-react": "^1.5.2",
"@carbon/react": "^1.12.0",
"@openmrs/esm-patient-common-lib": "^6.1.0",
"@openmrs/esm-patient-common-lib": "^7.0.0",
"d3": "^7.6.1",
"fuzzy": "^0.1.3",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"react": "18.x",
"react-i18next": "11.x",
"react-router-dom": "6.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-lists-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-lists-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "An OpenMRS frontend module for managing patient lists in the Patient Chart",
"browser": "dist/openmrs-esm-patient-lists-app.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-patient-medications-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-medications-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Patient medications microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-medications-app.js",
Expand Down Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"@carbon/react": "^1.12.0",
"@openmrs/esm-patient-common-lib": "^6.1.0",
"@openmrs/esm-patient-common-lib": "^7.0.0",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-patient-notes-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-notes-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Patient notes microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-notes-app.js",
Expand Down Expand Up @@ -37,12 +37,12 @@
"url": "https://github.com/openmrs/openmrs-esm-patient-chart/issues"
},
"dependencies": {
"@openmrs/esm-patient-common-lib": "^6.1.0",
"@openmrs/esm-patient-common-lib": "^7.0.0",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-patient-orders-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-orders-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Microfrontend for the OpenMRS SPA providing the order basket for the patient chart",
"browser": "dist/openmrs-esm-patient-orders-app.js",
Expand Down Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"@carbon/react": "^1.12.0",
"@openmrs/esm-patient-common-lib": "^6.1.0",
"@openmrs/esm-patient-common-lib": "^7.0.0",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-patient-programs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-programs-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Patient programs microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-programs-app.js",
Expand Down Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"@carbon/react": "^1.12.0",
"@openmrs/esm-patient-common-lib": "^6.1.0",
"@openmrs/esm-patient-common-lib": "^7.0.0",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/esm-patient-vitals-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-vitals-app",
"version": "6.1.0",
"version": "7.0.0",
"license": "MPL-2.0",
"description": "Patient vitals microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-vitals-app.js",
Expand Down Expand Up @@ -39,13 +39,13 @@
"dependencies": {
"@carbon/charts-react": "^1.5.2",
"@carbon/react": "^1.12.0",
"@openmrs/esm-patient-common-lib": "^6.1.0",
"@openmrs/esm-patient-common-lib": "^7.0.0",
"d3": "^7.6.1",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"@openmrs/esm-patient-common-lib": "7.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down

0 comments on commit 1c19f0c

Please sign in to comment.