f634e524 This is an "empty" release to update the plugins' source files on crates.io and docs.rs. This should fix docs.rs build failures for projects using tauri plugins as dependencies.
ce11079f (#2280 by @FabianLars) Explicitly drop arboard::Clipboard on exit. Add recommendation to not use read methods on the mainthread.
[2.2.0]
3a79266b (#2173 by @FabianLars) 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.0.1]
3fa0fc09 (#2099 by @rasteiner) Fix clipboard manager client side api not copying fallback alternative text when calling writeHtml.
2c00c029 (#1630 by @FabianLars) Fixed an issue that caused multi-word IIFE names to not be formatted correctly. For example the barcode-scanner was defined as window.__TAURI_PLUGIN_CLIPBOARDMANAGER__ instead of window.__TAURI_PLUGIN_CLIPBOARD_MANAGER__.
changes
6b079cfd (#1649 by @ahqsoftwares) Remove targetSdk from build.kts files as it is deprecated and will be removed from DSL v9.0