Skip to content

Commit 20cde37

Browse files
committed
chore(main): release tambo 0.11.0
1 parent 63deb4d commit 20cde37

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"react-sdk":"0.26.1","showcase":"0.7.0","cli":"0.10.1","create-tambo-app":"0.1.4"}
1+
{"react-sdk":"0.26.1","showcase":"0.7.0","cli":"0.11.0","create-tambo-app":"0.1.4"}

cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.11.0](https://github.com/tambo-ai/tambo/compare/tambo-v0.10.1...tambo-v0.11.0) (2025-05-27)
4+
5+
6+
### Features
7+
8+
* improve ThreadContent component alignment and width TAM-141 ([#447](https://github.com/tambo-ai/tambo/issues/447)) ([a25ea61](https://github.com/tambo-ai/tambo/commit/a25ea61e9d23050f0a0da736be9db0caa9af3e8f))
9+
* update ThreadHistory to default to collapsed sidebar ([#427](https://github.com/tambo-ai/tambo/issues/427)) ([efa0894](https://github.com/tambo-ai/tambo/commit/efa0894b254c672cd5d2cb154c1e2a3eed8a274e))
10+
11+
12+
### Bug Fixes
13+
14+
* **scrollable-message-container:** increase auto-scroll timeout to 250ms ([#449](https://github.com/tambo-ai/tambo/issues/449)) ([b09dbf1](https://github.com/tambo-ai/tambo/commit/b09dbf1b9da170795c18d841346e69639976a149))
15+
16+
17+
### Miscellaneous
18+
19+
* **deps:** bump ts-morph from 25.0.1 to 26.0.0 ([#458](https://github.com/tambo-ai/tambo/issues/458)) ([b7656cd](https://github.com/tambo-ai/tambo/commit/b7656cd226fbd2dae0035530168cfa38d63f65a6))
20+
321
## [0.10.1](https://github.com/tambo-ai/tambo/compare/tambo-v0.10.0...tambo-v0.10.1) (2025-05-19)
422

523

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tambo",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"description": "Tambo command-line tool",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)