tauri/.changes/fix-cli-add-plugin-version.md
Lucas Fernandes Nogueira 1a60822a42
fix(cli): add should use 2.0.0-rc for known plugins (#10699)
changes the CLI `add` command to match the CLI major and pre requirements for known plugins

this is required because right now adding the deep-link plugin installs the v1 plugin (latest version known by cargo as the v2 is still in RC), even though we're running the v2 CLI
2024-08-20 14:09:50 -03:00

174 B

tauri-cli @tauri-apps/cli
patch:bug patch:bug

Changed the add command to use a version requirement that matches the CLI's stable and prerelease numbers.