Skip to content

Commit

Permalink
(chore) Release v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo committed May 16, 2024
1 parent f3ad0fe commit 3ea727c
Show file tree
Hide file tree
Showing 5 changed files with 302 additions and 301 deletions.
593 changes: 297 additions & 296 deletions .yarn/releases/yarn-4.1.1.cjs → .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/admin-tools",
"version": "4.0.2",
"version": "4.0.3",
"workspaces": [
"packages/*"
],
Expand Down Expand Up @@ -68,5 +68,5 @@
"*.{ts,tsx}": "eslint --cache --fix --max-warnings 0",
"*.{css,scss,ts,tsx}": "prettier --write --list-different"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.2"
}
2 changes: 1 addition & 1 deletion packages/esm-admin-openconceptlab-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-openconceptlab-app",
"version": "4.0.2",
"version": "4.0.3",
"license": "MPL-2.0",
"description": "An app to manage the openconceptlab module",
"browser": "dist/openmrs-esm-openconceptlab-app.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-system-admin-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-system-admin-app",
"version": "4.0.2",
"version": "4.0.3",
"license": "MPL-2.0",
"description": "System Admin page for OpenMRS",
"browser": "dist/openmrs-esm-system-admin-app.js",
Expand Down

0 comments on commit 3ea727c

Please sign in to comment.