diff --git a/.changes/config.json b/.changes/config.json index adfd956..d48c8f2 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -7,10 +7,16 @@ "chore": "Chores", "refactor": "Refactors" }, + "pkgManager": { + "tauri": { + "version": true, + "publish": [] + } + }, "packages": { "algohub": { "path": "./src-tauri", - "publish": "echo 'Ignored publish to registries." + "manager": "tauri" } } -} \ No newline at end of file +} diff --git a/.cspell.json b/.cspell.json index af0c5db..f884c91 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1,10 +1,13 @@ { "words": [ "algohub", + "covector", "primevue", "SWPU", "tailwindcss", + "tauri", "toastservice", + "unplugin", "usetoast" ] }