Skip to content

Commit cc9bcee

Browse files
authored
(chore) Release v4.0.5 (#600)
- Bump version to 4.0.5 - Pin esm-framework peer dependency to 9.x - Pin webpack to 5.99.9 to fix potential build failures
1 parent 45f0106 commit cc9bcee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-cohort-builder-app",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"license": "MPL-2.0",
55
"description": "O3 frontend module for managing cohorts",
66
"browser": "dist/openmrs-esm-cohort-builder-app.js",
@@ -45,7 +45,7 @@
4545
"url": "https://github.com/openmrs/openmrs-esm-cohortbuilder/issues"
4646
},
4747
"peerDependencies": {
48-
"@openmrs/esm-framework": "*",
48+
"@openmrs/esm-framework": "9.x",
4949
"react": "18.x",
5050
"react-dom": "18.x",
5151
"react-i18next": "11.x"
@@ -101,7 +101,7 @@
101101
"swc-loader": "^0.2.3",
102102
"turbo": "^2.5.2",
103103
"typescript": "^4.9.5",
104-
"webpack": "^5.99.9",
104+
"webpack": "5.99.9",
105105
"webpack-cli": "^6.0.1"
106106
},
107107
"lint-staged": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3221,11 +3221,11 @@ __metadata:
32213221
swc-loader: "npm:^0.2.3"
32223222
turbo: "npm:^2.5.2"
32233223
typescript: "npm:^4.9.5"
3224-
webpack: "npm:^5.99.9"
3224+
webpack: "npm:5.99.9"
32253225
webpack-cli: "npm:^6.0.1"
32263226
zod: "npm:^3.24.3"
32273227
peerDependencies:
3228-
"@openmrs/esm-framework": "*"
3228+
"@openmrs/esm-framework": 9.x
32293229
react: 18.x
32303230
react-dom: 18.x
32313231
react-i18next: 11.x

0 commit comments

Comments
 (0)