Skip to content

Commit 11d17c6

Browse files
authored
(chore) Release v1.4.1 (#249)
Bump version to 1.4.1 for the O3 reference application release.
1 parent 7ec8531 commit 11d17c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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-fast-data-entry-app",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"license": "MPL-2.0",
55
"description": "O3 frontend module for fast data entry using the OpenMRS Angular Form Engine",
66
"browser": "dist/openmrs-esm-fast-data-entry-app.js",
@@ -41,7 +41,7 @@
4141
},
4242
"peerDependencies": {
4343
"@carbon/react": "1.x",
44-
"@openmrs/esm-framework": "*",
44+
"@openmrs/esm-framework": "9.x",
4545
"lodash-es": "4.x",
4646
"react": "18.x",
4747
"react-dom": "18.x",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3322,7 +3322,7 @@ __metadata:
33223322
webpack-cli: "npm:^6.0.1"
33233323
peerDependencies:
33243324
"@carbon/react": 1.x
3325-
"@openmrs/esm-framework": "*"
3325+
"@openmrs/esm-framework": 9.x
33263326
lodash-es: 4.x
33273327
react: 18.x
33283328
react-dom: 18.x

0 commit comments

Comments
 (0)