Skip to content

Commit

Permalink
chore: Bump all versions to 2.2.0 (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Dec 9, 2024
1 parent 0469f02 commit 3a79266
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
59 changes: 59 additions & 0 deletions .changes/bump-all-same-minor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
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
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
websocket-js: minor
window-state-js: minor
---

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.
2 changes: 1 addition & 1 deletion .scripts/ci/check-change-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a79266

Please # to comment.