Skip to content

Commit 41b5e26

Browse files
authored
(chore) Release v1.10.0 (#764)
1 parent 7140a8e commit 41b5e26

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-dispensing-app",
3-
"version": "1.9.1",
3+
"version": "1.10.0",
44
"license": "MPL-2.0",
55
"description": "Medication dispensing application",
66
"browser": "dist/openmrs-esm-dispensing-app.js",
@@ -49,7 +49,7 @@
4949
"react-to-print": "^2.14.13"
5050
},
5151
"peerDependencies": {
52-
"@openmrs/esm-framework": "*",
52+
"@openmrs/esm-framework": "9.x",
5353
"dayjs": "1.x",
5454
"react": "18.x",
5555
"react-dom": "18.x",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3228,7 +3228,7 @@ __metadata:
32283228
webpack: "npm:^5.99.9"
32293229
webpack-cli: "npm:^6.0.1"
32303230
peerDependencies:
3231-
"@openmrs/esm-framework": "*"
3231+
"@openmrs/esm-framework": 9.x
32323232
dayjs: 1.x
32333233
react: 18.x
32343234
react-dom: 18.x

0 commit comments

Comments
 (0)