Skip to content

Commit 3a79266

Browse files
authored
chore: Bump all versions to 2.2.0 (#2173)
1 parent 0469f02 commit 3a79266

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

.changes/bump-all-same-minor.md

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
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.

.scripts/ci/check-change-files.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { join } from 'path'
1414
'deep-link-example-js'
1515
] */
1616

17-
const rsOnly = ['localhost', 'persisted-scope']
17+
const rsOnly = ['localhost', 'persisted-scope', 'single-instance']
1818

1919
function checkChangeFiles(changeFiles) {
2020
let code = 0

0 commit comments

Comments
 (0)