Skip to content

Commit 3871d72

Browse files
committed
chore(main): release docs 1.23.0
1 parent 25243dd commit 3871d72

3 files changed

Lines changed: 16 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.69.0","showcase":"0.34.1","cli":"0.47.0","create-tambo-app":"0.2.0","docs":"1.22.0","apps/web":"0.126.0","apps/api":"0.128.0"}
2+
{"react-sdk":"0.69.0","showcase":"0.34.1","cli":"0.47.0","create-tambo-app":"0.2.0","docs":"1.23.0","apps/web":"0.126.0","apps/api":"0.128.0"}

docs/CHANGELOG.md

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

3+
## [1.23.0](https://github.com/tambo-ai/tambo/compare/docs-v1.22.0...docs-v1.23.0) (2026-01-16)
4+
5+
6+
### Features
7+
8+
* **docs:** Implement middleware to serve markdown when `Accept` prefers ([#1766](https://github.com/tambo-ai/tambo/issues/1766)) ([286ccd3](https://github.com/tambo-ai/tambo/commit/286ccd39040f08e2dc4972c9e8bb8038ae54b4d4))
9+
* **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))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* **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))
15+
* **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))
16+
317
## [1.22.0](https://github.com/tambo-ai/tambo/compare/docs-v1.21.1...docs-v1.22.0) (2026-01-07)
418

519

docs/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/docs",
3-
"version": "1.22.0",
3+
"version": "1.23.0",
44
"license": "MIT",
55
"scripts": {
66
"build": "next build",

0 commit comments

Comments
 (0)