Skip to content

Commit 8c451de

Browse files
chore: version packages (#1548)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @gram-ai/elements@1.26.0 ### Minor Changes - 9cb2f0e: Chart plugin and generative UI overhaul **Chart Plugin** - Replace Vega-Lite with Recharts for React 19 compatibility - Add themed tooltips using CSS variables (oklch colors) - Update chart stories to use MCP orders summary tool **Generative UI** - Add macOS-style window frames with traffic light buttons - Add whimsical cycling loading messages (50 messages, 2s fade transitions) - Streamline LLM prompt from ~150 lines to concise bulleted format **Component Fixes** - ActionButton executes tools via useToolExecution hook - Align Text, Badge, Progress props with LLM prompt specification - Fix catalog schema toolName → action mismatch - Fix setTimeout cleanup in CyclingLoadingMessage **Storybook** - Fix theme toggle causing full component remount ## dashboard@0.27.7 ### Patch Changes - Updated dependencies [9cb2f0e] - @gram-ai/elements@1.26.0 <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/speakeasy-api/gram/pull/1548" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end --> Co-authored-by: gram-bot[bot] <gram-bot[bot]@users.noreply.github.com>
1 parent 9cb2f0e commit 8c451de

File tree

5 files changed

+34
-26
lines changed

5 files changed

+34
-26
lines changed

.changeset/chart-and-generative-ui-overhaul.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

client/dashboard/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# dashboard
22

3+
## 0.27.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9cb2f0e]
8+
- @gram-ai/elements@1.26.0
9+
310
## 0.27.6
411

512
### Patch Changes

client/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dashboard",
33
"private": true,
4-
"version": "0.27.6",
4+
"version": "0.27.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

elements/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @gram-ai/elements
22

3+
## 1.26.0
4+
5+
### Minor Changes
6+
7+
- 9cb2f0e: Chart plugin and generative UI overhaul
8+
9+
**Chart Plugin**
10+
- Replace Vega-Lite with Recharts for React 19 compatibility
11+
- Add themed tooltips using CSS variables (oklch colors)
12+
- Update chart stories to use MCP orders summary tool
13+
14+
**Generative UI**
15+
- Add macOS-style window frames with traffic light buttons
16+
- Add whimsical cycling loading messages (50 messages, 2s fade transitions)
17+
- Streamline LLM prompt from ~150 lines to concise bulleted format
18+
19+
**Component Fixes**
20+
- ActionButton executes tools via useToolExecution hook
21+
- Align Text, Badge, Progress props with LLM prompt specification
22+
- Fix catalog schema toolName → action mismatch
23+
- Fix setTimeout cleanup in CyclingLoadingMessage
24+
25+
**Storybook**
26+
- Fix theme toggle causing full component remount
27+
328
## 1.25.2
429

530
### Patch Changes

elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@gram-ai/elements",
33
"description": "Gram Elements is a library of UI primitives for building chat-like experiences for MCP Servers.",
44
"type": "module",
5-
"version": "1.25.2",
5+
"version": "1.26.0",
66
"main": "dist/index.js",
77
"exports": {
88
".": {

0 commit comments

Comments
 (0)