Skip to content

Commit

Permalink
(chore) Release v4.0.5 (#57)
Browse files Browse the repository at this point in the history
Cuts a new patch release of Admin Tools, `v4.0.5`, which includes some housekeeping changes to the dependencies.
  • Loading branch information
denniskigen authored Dec 18, 2024
1 parent 8314a48 commit 1533364
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 169 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/admin-tools",
"version": "4.0.4",
"version": "4.0.5",
"workspaces": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "4.0.5",
"license": "MPL-2.0",
"description": "Open Concept Lab management frontend module for O3",
"browser": "dist/openmrs-esm-openconceptlab-app.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"swr": "^2.2.5"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-framework": "6.x",
"dayjs": "1.x",
"react": "18.x",
"react-dom": "18.x",
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "4.0.5",
"license": "MPL-2.0",
"description": "System admin frontend module for O3",
"browser": "dist/openmrs-esm-system-admin-app.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"swr": "^2.2.5"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-framework": "6.x",
"dayjs": "1.x",
"react": "18.x",
"react-dom": "18.x",
Expand Down
Loading

0 comments on commit 1533364

Please sign in to comment.