Skip to content

Commit c039c04

Browse files
authored
(chore) Release v10.0.0 (#2422)
This major release of Patient Chart includes a breaking change, new features, refactoring, bug fixes, and improvements to testing and housekeeping.
1 parent 22bc834 commit c039c04

File tree

21 files changed

+52
-52
lines changed

21 files changed

+52
-52
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": "9.2.2",
4+
"version": "10.0.0",
55
"workspaces": [
66
"packages/*"
77
],

packages/esm-form-engine-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-form-engine-app",
3-
"version": "9.2.2",
3+
"version": "10.0.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",
@@ -44,7 +44,7 @@
4444
},
4545
"peerDependencies": {
4646
"@openmrs/esm-framework": "6.x",
47-
"@openmrs/esm-patient-common-lib": "9.x",
47+
"@openmrs/esm-patient-common-lib": "10.x",
4848
"dayjs": "1.x",
4949
"react": "18.x",
5050
"react-i18next": "11.x",

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": "9.2.2",
3+
"version": "10.0.0",
44
"license": "MPL-2.0",
55
"description": "Angular form engine for O3",
66
"browser": "dist/openmrs-esm-form-entry-app.js",

packages/esm-generic-patient-widgets-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-generic-patient-widgets-app",
3-
"version": "9.2.2",
3+
"version": "10.0.0",
44
"license": "MPL-2.0",
55
"description": "Generic widgets for the patient chart",
66
"browser": "dist/openmrs-esm-generic-patient-widgets-app.js",
@@ -43,7 +43,7 @@
4343
},
4444
"peerDependencies": {
4545
"@openmrs/esm-framework": "6.x",
46-
"@openmrs/esm-patient-common-lib": "9.x",
46+
"@openmrs/esm-patient-common-lib": "10.x",
4747
"dayjs": "1.x",
4848
"react": "^18.2.0",
4949
"react-i18next": "11.x",

packages/esm-patient-allergies-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-allergies-app",
3-
"version": "9.2.2",
3+
"version": "10.0.0",
44
"license": "MPL-2.0",
55
"description": "Patient allergies microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-allergies-app.js",
@@ -42,7 +42,7 @@
4242
},
4343
"peerDependencies": {
4444
"@openmrs/esm-framework": "6.x",
45-
"@openmrs/esm-patient-common-lib": "9.x",
45+
"@openmrs/esm-patient-common-lib": "10.x",
4646
"dayjs": "1.x",
4747
"react": "^18.2.0",
4848
"react-i18next": "11.x",

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": "9.2.2",
3+
"version": "10.0.0",
44
"license": "MPL-2.0",
55
"description": "Patient attachments microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-attachments-app.js",
@@ -47,7 +47,7 @@
4747
},
4848
"peerDependencies": {
4949
"@openmrs/esm-framework": "6.x",
50-
"@openmrs/esm-patient-common-lib": "9.x",
50+
"@openmrs/esm-patient-common-lib": "10.x",
5151
"dayjs": "1.x",
5252
"react": "^18.2.0",
5353
"react-i18next": "11.x",

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": "9.2.2",
3+
"version": "10.0.0",
44
"license": "MPL-2.0",
55
"description": "Patient banner microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-banner-app.js",
@@ -43,7 +43,7 @@
4343
},
4444
"peerDependencies": {
4545
"@openmrs/esm-framework": "6.x",
46-
"@openmrs/esm-patient-common-lib": "9.x",
46+
"@openmrs/esm-patient-common-lib": "10.x",
4747
"dayjs": "1.x",
4848
"react": "18.x",
4949
"react-i18next": "11.x",

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": "9.2.2",
3+
"version": "10.0.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": "9.2.2",
3+
"version": "10.0.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": "9.2.2",
3+
"version": "10.0.0",
44
"license": "MPL-2.0",
55
"description": "Patient conditions microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-conditions-app.js",
@@ -43,7 +43,7 @@
4343
},
4444
"peerDependencies": {
4545
"@openmrs/esm-framework": "6.x",
46-
"@openmrs/esm-patient-common-lib": "9.x",
46+
"@openmrs/esm-patient-common-lib": "10.x",
4747
"dayjs": "1.x",
4848
"react": "18.x",
4949
"react-i18next": "11.x",

packages/esm-patient-flags-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-flags-app",
3-
"version": "9.2.2",
3+
"version": "10.0.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",
@@ -41,7 +41,7 @@
4141
},
4242
"peerDependencies": {
4343
"@openmrs/esm-framework": "6.x",
44-
"@openmrs/esm-patient-common-lib": "9.x",
44+
"@openmrs/esm-patient-common-lib": "10.x",
4545
"dayjs": "1.x",
4646
"react": "18.x",
4747
"react-i18next": "11.x",

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": "9.2.2",
3+
"version": "10.0.0",
44
"license": "MPL-2.0",
55
"description": "Patient forms microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-forms-app.js",
@@ -44,7 +44,7 @@
4444
},
4545
"peerDependencies": {
4646
"@openmrs/esm-framework": "6.x",
47-
"@openmrs/esm-patient-common-lib": "9.x",
47+
"@openmrs/esm-patient-common-lib": "10.x",
4848
"dayjs": "1.x",
4949
"react": "18.x",
5050
"react-i18next": "11.x",

packages/esm-patient-immunizations-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-immunizations-app",
3-
"version": "9.2.2",
3+
"version": "10.0.0",
44
"license": "MPL-2.0",
55
"description": "Patient immunizations microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-immunizations-app.js",
@@ -45,7 +45,7 @@
4545
},
4646
"peerDependencies": {
4747
"@openmrs/esm-framework": "6.x",
48-
"@openmrs/esm-patient-common-lib": "9.x",
48+
"@openmrs/esm-patient-common-lib": "10.x",
4949
"dayjs": "1.x",
5050
"react": "18.x",
5151
"react-i18next": "11.x",

packages/esm-patient-lists-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-lists-app",
3-
"version": "9.2.2",
3+
"version": "10.0.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",
@@ -41,7 +41,7 @@
4141
},
4242
"peerDependencies": {
4343
"@openmrs/esm-framework": "6.x",
44-
"@openmrs/esm-patient-common-lib": "9.x",
44+
"@openmrs/esm-patient-common-lib": "10.x",
4545
"dayjs": "1.x",
4646
"react": "18.x",
4747
"react-i18next": "11.x",

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": "9.2.2",
3+
"version": "10.0.0",
44
"license": "MPL-2.0",
55
"description": "Patient medications microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-medications-app.js",
@@ -43,7 +43,7 @@
4343
},
4444
"peerDependencies": {
4545
"@openmrs/esm-framework": "6.x",
46-
"@openmrs/esm-patient-common-lib": "9.x",
46+
"@openmrs/esm-patient-common-lib": "10.x",
4747
"dayjs": "1.x",
4848
"react": "18.x",
4949
"react-i18next": "11.x",

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": "9.2.2",
3+
"version": "10.0.0",
44
"license": "MPL-2.0",
55
"description": "Patient notes microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-notes-app.js",
@@ -41,7 +41,7 @@
4141
},
4242
"peerDependencies": {
4343
"@openmrs/esm-framework": "6.x",
44-
"@openmrs/esm-patient-common-lib": "9.x",
44+
"@openmrs/esm-patient-common-lib": "10.x",
4545
"dayjs": "1.x",
4646
"react": "18.x",
4747
"react-i18next": "11.x",

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": "9.2.2",
3+
"version": "10.0.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",
@@ -43,7 +43,7 @@
4343
},
4444
"peerDependencies": {
4545
"@openmrs/esm-framework": "6.x",
46-
"@openmrs/esm-patient-common-lib": "9.x",
46+
"@openmrs/esm-patient-common-lib": "10.x",
4747
"dayjs": "1.x",
4848
"react": "18.x",
4949
"react-i18next": "11.x",

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": "9.2.2",
3+
"version": "10.0.0",
44
"license": "MPL-2.0",
55
"description": "Patient programs microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-programs-app.js",
@@ -43,7 +43,7 @@
4343
},
4444
"peerDependencies": {
4545
"@openmrs/esm-framework": "6.x",
46-
"@openmrs/esm-patient-common-lib": "9.x",
46+
"@openmrs/esm-patient-common-lib": "10.x",
4747
"dayjs": "1.x",
4848
"react": "18.x",
4949
"react-i18next": "11.x",

packages/esm-patient-tests-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-tests-app",
3-
"version": "9.2.2",
3+
"version": "10.0.0",
44
"license": "MPL-2.0",
55
"description": "Patient test order and results microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-tests-app.js",
@@ -45,7 +45,7 @@
4545
},
4646
"peerDependencies": {
4747
"@openmrs/esm-framework": "6.x",
48-
"@openmrs/esm-patient-common-lib": "9.x",
48+
"@openmrs/esm-patient-common-lib": "10.x",
4949
"react": "18.x",
5050
"react-i18next": "11.x",
5151
"react-router-dom": "6.x",

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": "9.2.2",
3+
"version": "10.0.0",
44
"license": "MPL-2.0",
55
"description": "Patient vitals microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-patient-vitals-app.js",
@@ -44,7 +44,7 @@
4444
},
4545
"peerDependencies": {
4646
"@openmrs/esm-framework": "6.x",
47-
"@openmrs/esm-patient-common-lib": "9.x",
47+
"@openmrs/esm-patient-common-lib": "10.x",
4848
"dayjs": "1.x",
4949
"react": "18.x",
5050
"react-i18next": "11.x",

0 commit comments

Comments
 (0)