Skip to content

Commit

Permalink
(chore) release v4.5.0 (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed May 10, 2023
1 parent 67f896b commit eabf23b
Show file tree
Hide file tree
Showing 20 changed files with 19 additions and 29 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.4.0",
"version": "4.5.0",
"command": {
"publish": {
"verifyAccess": false
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Forms engine microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-form-engine-app.js",
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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Form engine entry capabilities for the OpenMRS SPA",
"browser": "dist/openmrs-esm-form-entry-app.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Generic widgets for the patient chart",
"browser": "dist/openmrs-esm-generic-patient-widgets-app.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient allergies microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-allergies-app.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient appointments microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-appointments-app.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient attachments microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-attachments-app.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient banner microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-banner-app.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-patient-biometrics-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-biometrics-app",
"version": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient biometrics microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-biometrics-app.js",
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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient dashboard microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-chart-app.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,6 @@ describe('Delete Encounter', () => {

const table = screen.getByRole('table');

const expectedTableRows = [
/18-Jan-2022, 04:25 PM Facility Visit Admission/,
/03-Aug-2021, 12:47 AM Facility Visit Visit Note User One/,
/05-Jul-2021, 10:07 AM Facility Visit Consultation Dennis The Doctor/,
];

expectedTableRows.map((row) =>
expect(within(table).getByRole('row', { name: new RegExp(row, 'i') })).toBeInTheDocument(),
);

// expect(screen.getAllByRole('button', { name: /expand current row/i }).length).toEqual(3);
const expandEncounterButton = screen.getAllByRole('button', { name: /expand current row/i });

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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Library for common patient chart components",
"browser": "dist/openmrs-esm-patient-common-lib.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient conditions microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-conditions-app.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient forms microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-forms-app.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient immunizations microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-immunizations-app.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient medications microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-medications-app.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient notes microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-notes-app.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient programs microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-programs-app.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-patient-test-results-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-test-results-app",
"version": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient test results microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-test-results-app.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.4.0",
"version": "4.5.0",
"license": "MPL-2.0",
"description": "Patient vitals microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-vitals-app.js",
Expand Down

0 comments on commit eabf23b

Please sign in to comment.