File tree 2 files changed +60
-1
lines changed
2 files changed +60
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ autostart : minor
3
+ barcode-scanner : minor
4
+ biometric : minor
5
+ cli : minor
6
+ clipboard-manager : minor
7
+ deep-link : minor
8
+ dialog : minor
9
+ fs : minor
10
+ geolocation : minor
11
+ global-shortcut : minor
12
+ haptics : minor
13
+ http : minor
14
+ localhost : minor
15
+ log : minor
16
+ nfc : minor
17
+ notification : minor
18
+ opener : minor
19
+ os : minor
20
+ persisted-scope : minor
21
+ positioner : minor
22
+ process : minor
23
+ shell : minor
24
+ single-instance : minor
25
+ sql : minor
26
+ store : minor
27
+ stronghold : minor
28
+ updater : minor
29
+ websocket : minor
30
+ window-state : minor
31
+ autostart-js : minor
32
+ barcode-scanner-js : minor
33
+ biometric-js : minor
34
+ cli-js : minor
35
+ clipboard-manager-js : minor
36
+ deep-link-js : minor
37
+ dialog-js : minor
38
+ fs-js : minor
39
+ geolocation-js : minor
40
+ global-shortcut-js : minor
41
+ haptics-js : minor
42
+ http-js : minor
43
+ log-js : minor
44
+ nfc-js : minor
45
+ notification-js : minor
46
+ opener-js : minor
47
+ os-js : minor
48
+ positioner-js : minor
49
+ process-js : minor
50
+ shell-js : minor
51
+ sql-js : minor
52
+ store-js : minor
53
+ stronghold-js : minor
54
+ updater-js : minor
55
+ websocket-js : minor
56
+ window-state-js : minor
57
+ ---
58
+
59
+ Bumped all plugins to ` v2.2.0 ` . From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { join } from 'path'
14
14
'deep-link-example-js'
15
15
] */
16
16
17
- const rsOnly = [ 'localhost' , 'persisted-scope' ]
17
+ const rsOnly = [ 'localhost' , 'persisted-scope' , 'single-instance' ]
18
18
19
19
function checkChangeFiles ( changeFiles ) {
20
20
let code = 0
You can’t perform that action at this time.
0 commit comments