Skip to content

Commit d46e219

Browse files
authored
(chore) Release v6.0.1 (#1243)
Cuts a patch release of Core, v6.0.1, with [a bug fix](#1241) for gender icons in the Patient banner not showing in non-English locales. This also crucially updates peer dependencies to point to the versions of `@openmrs` scoped packages that match the 6.x range.
1 parent 8a2c2da commit d46e219

File tree

29 files changed

+136
-136
lines changed

29 files changed

+136
-136
lines changed

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-core",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"private": true,
55
"workspaces": [
66
"packages/apps/*",

packages/apps/esm-devtools-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-devtools-app",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"license": "MPL-2.0",
55
"description": "Dev tools for frontend devs using OpenMRS",
66
"browser": "dist/openmrs-esm-devtools-app.js",

packages/apps/esm-help-menu-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-help-menu-app",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"license": "MPL-2.0",
55
"description": " A microfrontend that provides a help menu for O3",
66
"browser": "dist/openmrs-esm-help-menu-app.js",

packages/apps/esm-implementer-tools-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-implementer-tools-app",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"license": "MPL-2.0",
55
"description": "The admin interface for OpenMRS Frontend",
66
"browser": "dist/openmrs-esm-implementer-tools-app.js",

packages/apps/esm-login-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-login-app",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"license": "MPL-2.0",
55
"description": "The login microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-login-app.js",

packages/apps/esm-offline-tools-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-offline-tools-app",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"license": "MPL-2.0",
55
"description": "The offline tools microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-offline-tools-app.js",

packages/apps/esm-primary-navigation-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-primary-navigation-app",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"license": "MPL-2.0",
55
"description": "Main navbar microfrontend for the OpenMRS SPA",
66
"browser": "dist/openmrs-esm-primary-navigation-app.js",
@@ -49,7 +49,7 @@
4949
"react-i18next": "11.x",
5050
"react-router-dom": "6.x",
5151
"rxjs": "6.x",
52-
"single-spa": "5.x"
52+
"single-spa": "6.x"
5353
},
5454
"devDependencies": {
5555
"@openmrs/esm-framework": "workspace:*",

packages/framework/esm-api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-api",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"license": "MPL-2.0",
55
"description": "The javascript module for interacting with the OpenMRS API",
66
"browser": "dist/openmrs-esm-api.js",
@@ -42,10 +42,10 @@
4242
"lodash-es": "^4.17.21"
4343
},
4444
"peerDependencies": {
45-
"@openmrs/esm-config": "5.x",
46-
"@openmrs/esm-error-handling": "5.x",
47-
"@openmrs/esm-navigation": "5.x",
48-
"@openmrs/esm-offline": "5.x"
45+
"@openmrs/esm-config": "6.x",
46+
"@openmrs/esm-error-handling": "6.x",
47+
"@openmrs/esm-navigation": "6.x",
48+
"@openmrs/esm-offline": "6.x"
4949
},
5050
"devDependencies": {
5151
"@openmrs/esm-config": "workspace:*",

packages/framework/esm-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-config",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"license": "MPL-2.0",
55
"description": "A configuration library for the OpenMRS Single-Spa framework.",
66
"browser": "dist/openmrs-esm-module-config.js",
@@ -41,10 +41,10 @@
4141
"ramda": "^0.26.1"
4242
},
4343
"peerDependencies": {
44-
"@openmrs/esm-globals": "5.x",
45-
"@openmrs/esm-state": "5.x",
46-
"@openmrs/esm-utils": "5.x",
47-
"single-spa": "5.x"
44+
"@openmrs/esm-globals": "6.x",
45+
"@openmrs/esm-state": "6.x",
46+
"@openmrs/esm-utils": "6.x",
47+
"single-spa": "6.x"
4848
},
4949
"devDependencies": {
5050
"@openmrs/esm-globals": "workspace:*",

packages/framework/esm-context/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-context",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"license": "MPL-2.0",
55
"description": "Utilities for managing the current execution context",
66
"browser": "dist/openmrs-esm-context.js",
@@ -39,8 +39,8 @@
3939
"access": "public"
4040
},
4141
"peerDependencies": {
42-
"@openmrs/esm-globals": "5.x",
43-
"@openmrs/esm-state": "5.x"
42+
"@openmrs/esm-globals": "6.x",
43+
"@openmrs/esm-state": "6.x"
4444
},
4545
"devDependencies": {
4646
"@openmrs/esm-globals": "workspace:*",

0 commit comments

Comments
 (0)