Skip to content

Commit e973c29

Browse files
authored
(chore) Release v8.1.0 (#1919)
1 parent 7f84c03 commit e973c29

File tree

21 files changed

+33
-33
lines changed

21 files changed

+33
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openmrs/esm-patient-chart",
33
"private": true,
4-
"version": "8.0.1",
4+
"version": "8.1.0",
55
"workspaces": [
66
"packages/*"
77
],

packages/esm-form-engine-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-form-engine-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Wrapper ESM for the O3 React Form Engine",
66
"browser": "dist/openmrs-esm-form-engine-app.js",

packages/esm-form-entry-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-form-entry-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Form engine entry capabilities for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-form-entry-app.js",

packages/esm-generic-patient-widgets-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-generic-patient-widgets-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Generic widgets for the patient chart",
66
"browser": "dist/openmrs-esm-generic-patient-widgets-app.js",

packages/esm-patient-allergies-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-allergies-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Patient allergies microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-allergies-app.js",

packages/esm-patient-attachments-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-attachments-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Patient attachments microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-attachments-app.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@carbon/react": "^1.12.0",
41-
"@openmrs/esm-patient-common-lib": "^8.0.1",
41+
"@openmrs/esm-patient-common-lib": "^8.1.0",
4242
"lodash-es": "^4.17.21",
4343
"react-grid-gallery": "^0.5.6",
4444
"react-html5-camera-photo": "^1.5.11"

packages/esm-patient-banner-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-banner-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Patient banner microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-banner-app.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@carbon/react": "^1.12.0",
41-
"@openmrs/esm-patient-common-lib": "^8.0.1",
41+
"@openmrs/esm-patient-common-lib": "^8.1.0",
4242
"lodash-es": "^4.17.21"
4343
},
4444
"peerDependencies": {

packages/esm-patient-chart-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-chart-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Patient dashboard microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-chart-app.js",

packages/esm-patient-common-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-common-lib",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Library for common patient chart components",
66
"browser": "dist/openmrs-esm-patient-common-lib.js",

packages/esm-patient-conditions-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-conditions-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Patient conditions microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-conditions-app.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@carbon/react": "^1.12.0",
41-
"@openmrs/esm-patient-common-lib": "^8.0.1",
41+
"@openmrs/esm-patient-common-lib": "^8.1.0",
4242
"lodash-es": "^4.17.21"
4343
},
4444
"peerDependencies": {

packages/esm-patient-flags-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-flags-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "An OpenMRS frontend module for managing patient flags",
66
"browser": "dist/openmrs-esm-patient-flags-app.js",

packages/esm-patient-forms-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-forms-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Patient forms microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-forms-app.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@carbon/react": "^1.12.0",
41-
"@openmrs/esm-patient-common-lib": "^8.0.1",
41+
"@openmrs/esm-patient-common-lib": "^8.1.0",
4242
"fuzzy": "^0.1.3",
4343
"lodash-es": "^4.17.21"
4444
},

packages/esm-patient-immunizations-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-immunizations-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Patient immunizations microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-immunizations-app.js",

packages/esm-patient-labs-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-labs-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Patient lab order and test results microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-labs-app.js",
@@ -40,7 +40,7 @@
4040
"@carbon/charts": "^1.5.2",
4141
"@carbon/charts-react": "^1.5.2",
4242
"@carbon/react": "^1.12.0",
43-
"@openmrs/esm-patient-common-lib": "^8.0.1",
43+
"@openmrs/esm-patient-common-lib": "^8.1.0",
4444
"d3": "^7.6.1",
4545
"fuzzy": "^0.1.3",
4646
"lodash-es": "^4.17.21"

packages/esm-patient-lists-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-lists-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "An OpenMRS frontend module for managing patient lists in the Patient Chart",
66
"browser": "dist/openmrs-esm-patient-lists-app.js",

packages/esm-patient-medications-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-medications-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Patient medications microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-medications-app.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@carbon/react": "^1.12.0",
41-
"@openmrs/esm-patient-common-lib": "^8.0.1",
41+
"@openmrs/esm-patient-common-lib": "^8.1.0",
4242
"lodash-es": "^4.17.21"
4343
},
4444
"peerDependencies": {

packages/esm-patient-notes-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-notes-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Patient notes microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-notes-app.js",
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/openmrs/openmrs-esm-patient-chart/issues"
3838
},
3939
"dependencies": {
40-
"@openmrs/esm-patient-common-lib": "^8.0.1",
40+
"@openmrs/esm-patient-common-lib": "^8.1.0",
4141
"lodash-es": "^4.17.21"
4242
},
4343
"peerDependencies": {

packages/esm-patient-orders-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-orders-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Microfrontend for the OpenMRS SPA providing the order basket for the patient chart",
66
"browser": "dist/openmrs-esm-patient-orders-app.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@carbon/react": "^1.12.0",
41-
"@openmrs/esm-patient-common-lib": "^8.0.1",
41+
"@openmrs/esm-patient-common-lib": "^8.1.0",
4242
"lodash-es": "^4.17.21"
4343
},
4444
"peerDependencies": {

packages/esm-patient-programs-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-programs-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Patient programs microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-programs-app.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@carbon/react": "^1.12.0",
41-
"@openmrs/esm-patient-common-lib": "^8.0.1",
41+
"@openmrs/esm-patient-common-lib": "^8.1.0",
4242
"lodash-es": "^4.17.21"
4343
},
4444
"peerDependencies": {

packages/esm-patient-vitals-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-patient-vitals-app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"license": "MPL-2.0",
55
"description": "Patient vitals microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-vitals-app.js",
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@carbon/charts-react": "^1.5.2",
4141
"@carbon/react": "^1.12.0",
42-
"@openmrs/esm-patient-common-lib": "^8.0.1",
42+
"@openmrs/esm-patient-common-lib": "^8.1.0",
4343
"d3": "^7.6.1",
4444
"lodash-es": "^4.17.21"
4545
},

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4915,8 +4915,8 @@ __metadata:
49154915
linkType: hard
49164916

49174917
"@openmrs/openmrs-form-engine-lib@npm:next":
4918-
version: 2.1.0-pre.1312
4919-
resolution: "@openmrs/openmrs-form-engine-lib@npm:2.1.0-pre.1312"
4918+
version: 2.1.0-pre.1313
4919+
resolution: "@openmrs/openmrs-form-engine-lib@npm:2.1.0-pre.1313"
49204920
dependencies:
49214921
"@carbon/react": "npm:>1.47.0 <1.50.0"
49224922
ace-builds: "npm:^1.33.2"
@@ -4938,7 +4938,7 @@ __metadata:
49384938
react-i18next: 11.x
49394939
rxjs: 6.x
49404940
swr: 2.x
4941-
checksum: 10/11d37d5d3014ca88f0c50c81d97c346e12eae7b54fb69bbc839b5eac31f7df96f4a7f669469ba8fda1451b0b0cd1bf3bbe5aac0a7782bd1b5630ddb2382694c8
4941+
checksum: 10/036ad5aea5e7a2e6a0e18d2a9e8f035bd150376818080d12d91195fcd3c3fd40f7e47b13e6f713b8682f52156f1081043d1ce192eb95c1771fbd6418c3597f85
49424942
languageName: node
49434943
linkType: hard
49444944

0 commit comments

Comments
 (0)