mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
1a60822a42
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
7 lines
174 B
Markdown
7 lines
174 B
Markdown
---
|
|
'tauri-cli': 'patch:bug'
|
|
'@tauri-apps/cli': 'patch:bug'
|
|
---
|
|
|
|
Changed the `add` command to use a version requirement that matches the CLI's stable and prerelease numbers.
|