Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore) Release v7.1.0 #1239

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# OpenMRS Patient Management

This repository contains frontend modules for the OpenMRS SPA. These modules relate to registering and editing patients, searching for existing patients, creating and managing patient lists, managing patient queues in an outpatient setting and creating, editing and managing patient appointments. The modules within this repository include:
This repository contains frontend modules for O3. These modules relate to registering and editing patients, searching for existing patients, creating and managing patient lists, managing patient queues in an outpatient setting and creating, editing and managing patient appointments. The modules within this repository include:

- [Active visits app](packages/esm-active-visits-app/)
- [Appointments app](packages/esm-appointments-app/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-management",
"version": "7.0.0",
"version": "7.1.0",
"private": true,
"description": "Patient management microfrontend for the OpenMRS 3.x frontend",
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-active-visits-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openmrs/esm-active-visits-app",
"version": "7.0.0",
"description": "Active visits widget microfrontend for the OpenMRS SPA",
"version": "7.1.0",
"description": "Active visits widget microfrontend for O3",
"browser": "dist/openmrs-esm-active-visits-app.js",
"main": "src/index.ts",
"source": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-appointments-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openmrs/esm-appointments-app",
"version": "7.0.0",
"description": "Appointments front-end module for the OpenMRS SPA",
"version": "7.1.0",
"description": "Appointments front-end module for O3",
"browser": "dist/openmrs-esm-appointments-app.js",
"main": "src/index.ts",
"source": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-patient-list-management-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-patient-list-management-app",
"version": "7.0.0",
"version": "7.1.0",
"description": "Microfrontend for managing patient lists in O3",
"browser": "dist/openmrs-esm-patient-list-management-app.js",
"main": "src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-registration-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openmrs/esm-patient-registration-app",
"version": "7.0.0",
"description": "Patient registration microfrontend for the OpenMRS SPA",
"version": "7.1.0",
"description": "Patient registration microfrontend for O3",
"browser": "dist/openmrs-esm-patient-registration-app.js",
"main": "src/index.ts",
"source": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-patient-search-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openmrs/esm-patient-search-app",
"version": "7.0.0",
"description": "Patient search microfrontend for the OpenMRS SPA",
"version": "7.1.0",
"description": "Patient search microfrontend for O3",
"browser": "dist/openmrs-esm-patient-search-app.js",
"main": "src/index.ts",
"source": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/esm-service-queues-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openmrs/esm-service-queues-app",
"version": "7.0.0",
"description": "Outpatient front-end module for the OpenMRS SPA",
"version": "7.1.0",
"description": "Outpatient front-end module for O3",
"browser": "dist/openmrs-esm-service-queues-app.js",
"main": "src/index.ts",
"source": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-ward-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-ward-app",
"version": "7.0.0",
"version": "7.1.0",
"description": "Ward and bed management module for O3",
"browser": "dist/openmrs-esm-ward-app.js",
"main": "src/index.ts",
Expand Down
Loading