Skip to content

Commit d7d52ab

Browse files
committed
Update serial and ble versions
1 parent 9fda14a commit d7d52ab

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

packages/plugins/devices/ble/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commoners/bluetooth",
3-
"version": "0.0.55",
3+
"version": "0.0.60",
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.mjs",
66
"license": "MIT",
@@ -13,7 +13,7 @@
1313
},
1414
"peerDependencies": {
1515
"@capacitor-community/bluetooth-le": "^6.0.0",
16-
"@commoners/solidarity": "^0.0.55"
16+
"@commoners/solidarity": "^0.0.60"
1717
},
1818
"peerDependenciesMeta": {
1919
"@capacitor-community/bluetooth-le": {

packages/plugins/devices/modal.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ export default (props: ModalProps) => {
134134

135135
selectedDevice = ''
136136

137-
#dialog: HTMLDialogElement
138-
139137
getDialog = () => {
140138
return this.shadowRoot.querySelector('dialog') as HTMLDialogElement
141139
}

packages/plugins/devices/serial/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commoners/serial",
3-
"version": "0.0.55",
3+
"version": "0.0.60",
44
"license": "MIT",
55
"type": "module",
66
"main": "./dist/index.cjs",
@@ -12,6 +12,6 @@
1212
"vite": "^5.3.4"
1313
},
1414
"peerDependencies": {
15-
"@commoners/solidarity": "^0.0.55"
15+
"@commoners/solidarity": "^0.0.60"
1616
}
1717
}

0 commit comments

Comments
 (0)