Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore) Release v3.0.1 #451

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-form-engine-lib",
"version": "3.0.0",
"version": "3.0.1",
"description": "React Form Engine for O3",
"browser": "dist/openmrs-esm-form-engine-lib.js",
"main": "src/index.ts",
Expand Down Expand Up @@ -39,8 +39,8 @@
"react-webcam": "^7.2.0"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "8.x",
"@openmrs/esm-framework": "6.x",
"@openmrs/esm-patient-common-lib": "9.x",
"dayjs": "1.x",
"i18next": "23.x",
"react": "18.x",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3182,8 +3182,8 @@ __metadata:
webpack-cli: "npm:^5.1.4"
webpack-dev-server: "npm:^4.15.2"
peerDependencies:
"@openmrs/esm-framework": 5.x
"@openmrs/esm-patient-common-lib": 8.x
"@openmrs/esm-framework": 6.x
"@openmrs/esm-patient-common-lib": 9.x
dayjs: 1.x
i18next: 23.x
react: 18.x
Expand Down Expand Up @@ -3267,17 +3267,17 @@ __metadata:
linkType: hard

"@openmrs/esm-patient-common-lib@npm:next":
version: 8.2.1-pre.6187
resolution: "@openmrs/esm-patient-common-lib@npm:8.2.1-pre.6187"
version: 9.0.1-pre.6367
resolution: "@openmrs/esm-patient-common-lib@npm:9.0.1-pre.6367"
dependencies:
"@carbon/react": "npm:^1.12.0"
lodash-es: "npm:^4.17.21"
uuid: "npm:^8.3.2"
peerDependencies:
"@openmrs/esm-framework": 5.x
"@openmrs/esm-framework": 6.x
react: 18.x
single-spa: 6.x
checksum: 10/13248ac7c52d5a6a2894ed83019628ffd363d1fbf9df190ea477ab1c4d5bceaf752ee6f56d49cd39233da45b57c2b8209cea884a24de26623b7faf02292e7a48
checksum: 10/be24f651eaf4193d0fa948b1f4a066852503675efb646159fa67a11a1bda979b71187d365609a14195f21a4a0aa0a7ce81c2502f80acc69c9b5d4739edceacf8
languageName: node
linkType: hard

Expand Down
Loading