Merge remote-tracking branch 'origin/main' into wpfleger/admin-api-bearer-auth

* origin/main:
  chore(release): release Buzz Desktop version 0.5.13 (#5912)

Signed-off-by: Duncan <dcfd242e557282d7a1e2cf2e6877522682f1e5c6156dc92ca7d90eaedd3b0f95@buzz.block.builderlab.xyz>

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
Duncan
2026-08-14 18:31:41 -04:00
6 changed files with 25 additions and 11 deletions
+7 -7
View File
@@ -1,10 +1,10 @@
{
"schema": 2,
"version": "0.5.12",
"base_sha": "757779bb1ef22cc4a1c233344baa0946d907e5a6",
"previous_tag": "desktop-v0.5.11",
"previous_base_sha": "4749bc7be3cdb78c2db4ce4864775ba7ab60b4cc",
"previous_merge_sha": "9e0c6b4320190f80b81998e9e5cbf2214d597dd2",
"tag": "desktop-v0.5.12",
"commit_count": 34
"version": "0.5.13",
"base_sha": "09768100ec3420f0aa7cd278bd00fe0baab5de8d",
"previous_tag": "desktop-v0.5.12",
"previous_base_sha": "757779bb1ef22cc4a1c233344baa0946d907e5a6",
"previous_merge_sha": "1f4c69eccf012dc58737e9265498397215c706c5",
"tag": "desktop-v0.5.13",
"commit_count": 4
}
+14
View File
@@ -43,6 +43,20 @@
community-provisioning endpoints (`POST /operator/communities`) fail closed
at request time until `RELAY_OPERATOR_API_ORIGIN` is set.
## v0.5.13
### Desktop and shared changes
- fix(desktop): restore the agent trading-card mint button ([#5900](https://github.com/block/buzz/pull/5900)) ([`263c9bf76c18f0cde6cec9fb43d22f8895319380`](https://github.com/block/buzz/commit/263c9bf76c18f0cde6cec9fb43d22f8895319380))
- Projects v3: unify sharing, discussions, and issue ownership ([#5792](https://github.com/block/buzz/pull/5792)) ([`122a8b8988869f0b1a7c056a76f7d16bfb0f6fdd`](https://github.com/block/buzz/commit/122a8b8988869f0b1a7c056a76f7d16bfb0f6fdd))
### Other repository changes
- fix(ci): read Playwright version without nested shell quoting ([#5910](https://github.com/block/buzz/pull/5910)) ([`09768100ec3420f0aa7cd278bd00fe0baab5de8d`](https://github.com/block/buzz/commit/09768100ec3420f0aa7cd278bd00fe0baab5de8d))
- fix(mobile): unwrap batched observer telemetry ([#5805](https://github.com/block/buzz/pull/5805)) ([`0bb7c60f824a05ac4d8c8569ee1e74d200069b45`](https://github.com/block/buzz/commit/0bb7c60f824a05ac4d8c8569ee1e74d200069b45))
[Compare desktop-v0.5.12...desktop-v0.5.13](https://github.com/block/buzz/compare/desktop-v0.5.12...desktop-v0.5.13)
## v0.5.12
### Desktop and shared changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "buzz",
"private": true,
"version": "0.5.12",
"version": "0.5.13",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1081,7 +1081,7 @@ dependencies = [
[[package]]
name = "buzz-desktop"
version = "0.5.12"
version = "0.5.13"
dependencies = [
"anyhow",
"arboard",
+1 -1
View File
@@ -7,7 +7,7 @@ members = ["crates/buzz-terminal"]
[package]
name = "buzz-desktop"
version = "0.5.12"
version = "0.5.13"
description = "Buzz desktop app"
authors = ["you"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Buzz",
"version": "0.5.12",
"version": "0.5.13",
"identifier": "xyz.block.buzz.app",
"build": {
"beforeDevCommand": {