Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump all versions to 2.2.0 #2173

Merged
merged 4 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading