mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
chore(release): release version 0.3.13 (#903)
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## v0.3.13
|
||||
|
||||
ecca5e77e4e Collapse channel header actions (#901)
|
||||
4ec7f8125e8 sprout-agent: make Databricks defaults env-only (#868)
|
||||
b384354e2bd Restyle settings sections (#894)
|
||||
fdcbb696fe0 Add emoji reaction particles (#890)
|
||||
32039b9a25b Move settings into the app shell (#893)
|
||||
45f3dfe5ba6 Tune chat text sizing (#891)
|
||||
29f6ccf9e9c Style channel header navigation (#889)
|
||||
2ebe5517410 fix: rename missed known_acp_provider_exact → known_acp_runtime_exact (#900)
|
||||
97bdb79ded5 chore(deps): update radix-ui-primitives monorepo (#898)
|
||||
4a93100e199 chore(deps): update actions/checkout digest to df4cb1c (#897)
|
||||
0a6067ca1be refactor: rename ACP "provider" to "runtime" across the codebase (#783)
|
||||
056b87d3da4 Unify avatar radius (#892)
|
||||
|
||||
|
||||
## v0.3.12
|
||||
|
||||
1b7b6978fc8 Show hover cards for inline message emoji (#885)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "sprout",
|
||||
"private": true,
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Generated
+1
-1
@@ -8659,7 +8659,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sprout-desktop"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"atomic-write-file",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[package]
|
||||
name = "sprout-desktop"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
description = "Sprout desktop app"
|
||||
authors = ["you"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Sprout",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"identifier": "xyz.block.sprout.app",
|
||||
"build": {
|
||||
"beforeDevCommand": {
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
name: sprout_mobile
|
||||
description: Sprout mobile client
|
||||
publish_to: 'none'
|
||||
version: 0.3.12+1
|
||||
version: 0.3.13+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.4
|
||||
|
||||
Reference in New Issue
Block a user