Skip to content

Commit d2dc61c

Browse files
committed
chore(main): release web 0.126.0
1 parent 42e9176 commit d2dc61c

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
{"react-sdk":"0.68.0","showcase":"0.34.1","cli":"0.46.1","create-tambo-app":"0.2.0","docs":"1.22.0","apps/web":"0.125.0","apps/api":"0.128.0"}
2+
{"react-sdk":"0.68.0","showcase":"0.34.1","cli":"0.46.1","create-tambo-app":"0.2.0","docs":"1.22.0","apps/web":"0.126.0","apps/api":"0.128.0"}

apps/web/CHANGELOG.md

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

3+
## [0.126.0](https://github.com/tambo-ai/tambo/compare/web-v0.125.0...web-v0.126.0) (2026-01-14)
4+
5+
6+
### Features
7+
8+
* **react-sdk:** Add streaming hint to enable tool streaming on the client ([#1685](https://github.com/tambo-ai/tambo/issues/1685)) ([c38f046](https://github.com/tambo-ai/tambo/commit/c38f046fda8a5ba2a3287ceab65ca10432be48fa))
9+
* **web:** add Docs link to dashboard header ([#1757](https://github.com/tambo-ai/tambo/issues/1757)) ([0396733](https://github.com/tambo-ai/tambo/commit/03967335d289f215581e0b77c6a1e8c46fdd02e7))
10+
11+
12+
### Bug Fixes
13+
14+
* **ui:** Error handling for clipboard operations in markdown-components [#1698](https://github.com/tambo-ai/tambo/issues/1698) ([#1726](https://github.com/tambo-ai/tambo/issues/1726)) ([dd34f5c](https://github.com/tambo-ai/tambo/commit/dd34f5c32b2bad92a16f62f0f66499623a323880))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* **deps-dev:** bump @types/node from 22.19.1 to 22.19.5 ([#1746](https://github.com/tambo-ai/tambo/issues/1746)) ([aa0ca84](https://github.com/tambo-ai/tambo/commit/aa0ca84eb3e5cc582290e6aa0df6672f4b404969))
20+
* **deps:** bump the small-safe-packages group with 5 updates ([#1742](https://github.com/tambo-ai/tambo/issues/1742)) ([2056c5c](https://github.com/tambo-ai/tambo/commit/2056c5c424310b103ec0a93bedc59f774c532a5b))
21+
* **deps:** bump the tiptap group with 8 updates ([#1743](https://github.com/tambo-ai/tambo/issues/1743)) ([f3059ae](https://github.com/tambo-ai/tambo/commit/f3059ae231a4d19f799e6513c561695073c0e311))
22+
* fix local dev server port assignments ([#1635](https://github.com/tambo-ai/tambo/issues/1635)) ([92458f2](https://github.com/tambo-ai/tambo/commit/92458f28e782e19990d9690b01d0bb5c35c6f678))
23+
* **web:** remove old cli-auth flow ([#1735](https://github.com/tambo-ai/tambo/issues/1735)) ([074ae1b](https://github.com/tambo-ai/tambo/commit/074ae1b7ce4558e7a303364d8fce63d128975b8e))
24+
25+
26+
### Documentation
27+
28+
* update all port references from 3000/3001 to new ports ([#1725](https://github.com/tambo-ai/tambo/issues/1725)) ([db075e5](https://github.com/tambo-ai/tambo/commit/db075e5cb4cc2090ee5b372518f2a39980c153a0))
29+
30+
31+
### Code Refactoring
32+
33+
* **cli:** remove unused children prop from MessageThreadPanel ([#1750](https://github.com/tambo-ai/tambo/issues/1750)) ([b6f0e34](https://github.com/tambo-ai/tambo/commit/b6f0e348c2c1174cecc01834e85125e0b2558b55))
34+
335
## [0.125.0](https://github.com/tambo-ai/tambo/compare/web-v0.124.0...web-v0.125.0) (2026-01-07)
436

537

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tambo-ai-cloud/web",
3-
"version": "0.125.0",
3+
"version": "0.126.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)