Prepare v0.9.82 release: bump versions and changelog UI.

Align backend, desktop, helm, and frontend package versions for the Telegram OSINT and OpenClaw recon release.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
BigBodyCobain
2026-06-08 23:05:26 -06:00
co-authored by Cursor
parent 1583fd5715
commit ffdfe0426b
18 changed files with 113 additions and 154 deletions
+1 -1
View File
@@ -4201,7 +4201,7 @@ dependencies = [
[[package]]
name = "shadowbroker-tauri-shell"
version = "0.9.81"
version = "0.9.82"
dependencies = [
"axum",
"base64 0.22.1",
@@ -1,6 +1,6 @@
[package]
name = "shadowbroker-tauri-shell"
version = "0.9.81"
version = "0.9.82"
edition = "2021"
[build-dependencies]
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ShadowBroker",
"version": "0.9.81",
"version": "0.9.82",
"identifier": "com.shadowbroker.desktop",
"build": {
"frontendDist": "../../../frontend/out",