8000 chore(main): release react 0.34.0 by alecf · Pull Request #604 · tambo-ai/tambo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

chore(main): release react 0.34.0 #604

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"react-sdk":"0.33.0","showcase":"0.12.0","cli":"0.18.0","create-tambo-app":"0.1.4"}
{"react-sdk":"0.34.0","showcase":"0.12.0","cli":"0.18.0","create-tambo-app":"0.1.4"}
18 changes: 18 additions & 0 deletions react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.34.0](https://github.com/tambo-ai/tambo/compare/react-v0.33.0...react-v0.34.0) (2025-07-01)


### Features

* implement useTamboStreamStatus hook with generation vs prop streaming distinction ([#581](https://github.com/tambo-ai/tambo/issues/581)) ([dae15ca](https://github.com/tambo-ai/tambo/commit/dae15caf71f12cec1397d495034a69b755c0b6b6))


### Miscellaneous

* **deps-dev:** bump jest from 30.0.2 to 30.0.3 ([#606](https://github.com/tambo-ai/tambo/issues/606)) ([0808872](https://github.com/tambo-ai/tambo/commit/0808872744cfc3e98dce4c12489874a4e963b6ea))
* **deps-dev:** bump prettier from 3.6.0 to 3.6.2 ([#607](https://github.com/tambo-ai/tambo/issues/607)) ([7baee41](https://github.com/tambo-ai/tambo/commit/7baee41445557496e4d9a697b9bbdf8276658ebf))
* **deps-dev:** bump the eslint group with 4 updates ([#602](https://github.com/tambo-ai/tambo/issues/602)) ([00832a8](https://github.com/tambo-ai/tambo/commit/00832a88e5440afbfe9033322090ed7914d5ae98))
* **deps:** bump @modelcontextprotocol/sdk from 1.13.1 to 1.13.2 ([#601](https://github.com/tambo-ai/tambo/issues/601)) ([03c28cd](https://github.com/tambo-ai/tambo/commit/03c28cda4496f02b25d87d1a8a7b7bf2048e0da1))
* **deps:** bump @tanstack/react-query from 5.81.2 to 5.81.5 ([#600](https://github.com/tambo-ai/tambo/issues/600)) ([291b878](https://github.com/tambo-ai/tambo/commit/291b8784fd6f24823b5c4c11ffa1825e7fcade32))
* **deps:** bump zod-to-json-schema from 3.24.5 to 3.24.6 ([#610](https://github.com/tambo-ai/tambo/issues/610)) ([2fa1be5](https://github.com/tambo-ai/tambo/commit/2fa1be59cc8d69c9cab135f58afa192689f24d91))
* **deps:** Manually bump typescript-sdk to 0.58 ([#612](https://github.com/tambo-ai/tambo/issues/612)) ([217c383](https://github.com/tambo-ai/tambo/commit/217c38395e82edebb4b01baa9b259363c7a7325d))

## [0.33.0](https://github.com/tambo-ai/tambo/compare/react-v0.32.1...react-v0.33.0) (2025-06-26)


Expand Down
2 changes: 1 addition & 1 deletion react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tambo-ai/react",
"version": "0.33.0",
"version": "0.34.0",
"description": "React client package for Tambo AI",
"repository": {
"type": "git",
Expand Down
0