Skip to content

Commit 8f44873

Browse files
authored
(chore) Release v4.0.0 (#686)
1 parent 11d731a commit 8f44873

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-form-engine-lib",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"description": "React Form Engine for O3",
55
"browser": "dist/openmrs-esm-form-engine-lib.js",
66
"main": "src/index.ts",
@@ -39,7 +39,7 @@
3939
"react-webcam": "^7.2.0"
4040
},
4141
"peerDependencies": {
42-
"@openmrs/esm-framework": "8.x",
42+
"@openmrs/esm-framework": "9.x",
4343
"dayjs": "1.x",
4444
"i18next": "25.x",
4545
"react": "18.x",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3313,7 +3313,7 @@ __metadata:
33133313
webpack-cli: "npm:^6.0.1"
33143314
webpack-dev-server: "npm:^5.2.1"
33153315
peerDependencies:
3316-
"@openmrs/esm-framework": 8.x
3316+
"@openmrs/esm-framework": 9.x
33173317
dayjs: 1.x
33183318
i18next: 25.x
33193319
react: 18.x

0 commit comments

Comments
 (0)