Skip to content

Commit 20fafee

Browse files
committed
chore(main): release showcase 0.8.0
1 parent 7cb3700 commit 20fafee

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.0","showcase":"0.7.0","cli":"0.10.0","create-tambo-app":"0.1.1"}
1+
{"react-sdk":"0.26.0","showcase":"0.8.0","cli":"0.10.0","create-tambo-app":"0.1.1"}

showcase/CHANGELOG.md

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

3+
## [0.8.0](https://github.com/tambo-ai/tambo/compare/showcase-v0.7.0...showcase-v0.8.0) (2025-05-19)
4+
5+
6+
### Features
7+
8+
* update showcase message component to show toolcall errors ([#425](https://github.com/tambo-ai/tambo/issues/425)) ([29ad9dd](https://github.com/tambo-ai/tambo/commit/29ad9dd23cf99f6d73d7d9864bb636b640fbaff1))
9+
10+
11+
### Miscellaneous
12+
13+
* **deps-dev:** bump tailwind-merge from 3.2.0 to 3.3.0 ([#431](https://github.com/tambo-ai/tambo/issues/431)) ([8945796](https://github.com/tambo-ai/tambo/commit/89457965415ce6cbaf14fc45adecd18804b7e2b4))
14+
* **deps:** bump dompurify from 3.2.5 to 3.2.6 ([#435](https://github.com/tambo-ai/tambo/issues/435)) ([468e359](https://github.com/tambo-ai/tambo/commit/468e3599950cb917054bcbe8454f3d6cb66f1afa))
15+
* **deps:** bump framer-motion from 12.11.0 to 12.12.1 ([#439](https://github.com/tambo-ai/tambo/issues/439)) ([5cc4d71](https://github.com/tambo-ai/tambo/commit/5cc4d71bf0d8bcd2337821b9082bf62e16c6af35))
16+
* **deps:** bump lucide-react from 0.510.0 to 0.511.0 ([#430](https://github.com/tambo-ai/tambo/issues/430)) ([c365176](https://github.com/tambo-ai/tambo/commit/c3651760e9bee10c51085d6dd76f48e2baa33c61))
17+
* **deps:** bump next from 15.3.1 to 15.3.2 ([#440](https://github.com/tambo-ai/tambo/issues/440)) ([00af592](https://github.com/tambo-ai/tambo/commit/00af592e49360ae98d9bc8d7abab465004019ea4))
18+
319
## [0.7.0](https://github.com/tambo-ai/tambo/compare/showcase-v0.6.0...showcase-v0.7.0) (2025-05-13)
420

521

showcase/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/showcase",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)