From 64504d61885159fc5de57a670bd91c80fa5fbbfd Mon Sep 17 00:00:00 2001 From: FabianLars Date: Mon, 9 Dec 2024 15:49:08 +0100 Subject: [PATCH 1/4] chore: Bump all versions to 2.3.0 --- .changes/bump-all-same-minor.md | 61 +++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .changes/bump-all-same-minor.md diff --git a/.changes/bump-all-same-minor.md b/.changes/bump-all-same-minor.md new file mode 100644 index 000000000..bd0a507a8 --- /dev/null +++ b/.changes/bump-all-same-minor.md @@ -0,0 +1,61 @@ +--- +autostart +barcode-scanner +biometric +cli +clipboard-manager +deep-link +dialog +fs +geolocation +global-shortcut +haptics +http +localhost +log +nfc +notification +opener +os +persisted-scope +positioner +process +shell +single-instance +sql +store +stronghold +updater +upload +websocket +window-state +autostart-js +barcode-scanner-js +biometric-js +cli-js +clipboard-manager-js +deep-link-js +dialog-js +fs-js +geolocation-js +global-shortcut-js +haptics-js +http-js +log-js +nfc-js +notification-js +opener-js +os-js +positioner-js +process-js +shell-js +sql-js +store-js +stronghold-js +updater-js +upload-js +websocket-js +window-state-js +--- + +Bumped all plugins to `v2.3.0`. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other. From 1a8fcba5e9bfe3bf3c883f17973c5cb0acfaa31b Mon Sep 17 00:00:00 2001 From: FabianLars Date: Mon, 9 Dec 2024 15:50:53 +0100 Subject: [PATCH 2/4] fix changefile --- .changes/bump-all-same-minor.md | 114 ++++++++++++++++---------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/.changes/bump-all-same-minor.md b/.changes/bump-all-same-minor.md index bd0a507a8..c2d30bc7b 100644 --- a/.changes/bump-all-same-minor.md +++ b/.changes/bump-all-same-minor.md @@ -1,61 +1,61 @@ --- -autostart -barcode-scanner -biometric -cli -clipboard-manager -deep-link -dialog -fs -geolocation -global-shortcut -haptics -http -localhost -log -nfc -notification -opener -os -persisted-scope -positioner -process -shell -single-instance -sql -store -stronghold -updater -upload -websocket -window-state -autostart-js -barcode-scanner-js -biometric-js -cli-js -clipboard-manager-js -deep-link-js -dialog-js -fs-js -geolocation-js -global-shortcut-js -haptics-js -http-js -log-js -nfc-js -notification-js -opener-js -os-js -positioner-js -process-js -shell-js -sql-js -store-js -stronghold-js -updater-js -upload-js -websocket-js -window-state-js +autostart: minor +barcode-scanner: minor +biometric: minor +cli: minor +clipboard-manager: minor +deep-link: minor +dialog: minor +fs: minor +geolocation: minor +global-shortcut: minor +haptics: minor +http: minor +localhost: minor +log: minor +nfc: minor +notification: minor +opener: minor +os: minor +persisted-scope: minor +positioner: minor +process: minor +shell: minor +single-instance: minor +sql: minor +store: minor +stronghold: minor +updater: minor +upload: minor +websocket: minor +window-state: minor +autostart-js: minor +barcode-scanner-js: minor +biometric-js: minor +cli-js: minor +clipboard-manager-js: minor +deep-link-js: minor +dialog-js: minor +fs-js: minor +geolocation-js: minor +global-shortcut-js: minor +haptics-js: minor +http-js: minor +log-js: minor +nfc-js: minor +notification-js: minor +opener-js: minor +os-js: minor +positioner-js: minor +process-js: minor +shell-js: minor +sql-js: minor +store-js: minor +stronghold-js: minor +updater-js: minor +upload-js: minor +websocket-js: minor +window-state-js: minor --- Bumped all plugins to `v2.3.0`. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other. From 07b08af54ea7b2388e0bd30443fd0af5613aa323 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Mon, 9 Dec 2024 15:52:23 +0100 Subject: [PATCH 3/4] use 2.2.0 instead --- .changes/bump-all-same-minor.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.changes/bump-all-same-minor.md b/.changes/bump-all-same-minor.md index c2d30bc7b..2b4932a5b 100644 --- a/.changes/bump-all-same-minor.md +++ b/.changes/bump-all-same-minor.md @@ -26,7 +26,6 @@ sql: minor store: minor stronghold: minor updater: minor -upload: minor websocket: minor window-state: minor autostart-js: minor @@ -53,9 +52,8 @@ sql-js: minor store-js: minor stronghold-js: minor updater-js: minor -upload-js: minor websocket-js: minor window-state-js: minor --- -Bumped all plugins to `v2.3.0`. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other. +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. From 071d1e8566b0da8592fdf8b10d481f554fb872af Mon Sep 17 00:00:00 2001 From: FabianLars Date: Mon, 9 Dec 2024 15:56:34 +0100 Subject: [PATCH 4/4] fix --- .scripts/ci/check-change-files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/ci/check-change-files.js b/.scripts/ci/check-change-files.js index aece556f3..c9ff7e9bb 100644 --- a/.scripts/ci/check-change-files.js +++ b/.scripts/ci/check-change-files.js @@ -14,7 +14,7 @@ import { join } from 'path' 'deep-link-example-js' ] */ -const rsOnly = ['localhost', 'persisted-scope'] +const rsOnly = ['localhost', 'persisted-scope', 'single-instance'] function checkChangeFiles(changeFiles) { let code = 0