Skip to content

Commit 42ac64c

Browse files
chore: version packages (#1117)
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/[email protected] ### Minor Changes - eb72619: Gram Elements is a library of UI primitives for building chat-like experiences for MCP Servers. The first release of Gram Elements includes: - An all-in-one `<Chat />` component that encapsulates the entire chat lifecycle, including built-in support for tool calling and streaming responses. - A powerful configuration framework to refine the chat experience, including different layouts, theming, and much more. ### Patch Changes - 6564e60: Fix publishing Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6564e60 commit 42ac64c

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

.changeset/blue-comics-think.md

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

.changeset/strong-walls-add.md

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

elements/CHANGELOG.md

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

3+
## 1.16.0
4+
5+
### Minor Changes
6+
7+
- eb72619: Gram Elements is a library of UI primitives for building chat-like experiences for MCP Servers.
8+
9+
The first release of Gram Elements includes:
10+
- An all-in-one `<Chat />` component that encapsulates the entire chat lifecycle, including built-in support for tool calling and streaming responses.
11+
- A powerful configuration framework to refine the chat experience, including different layouts, theming, and much more.
12+
13+
### Patch Changes
14+
15+
- 6564e60: Fix publishing

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.15.0",
5+
"version": "1.16.0",
66
"main": "dist/index.js",
77
"exports": {
88
".": {

0 commit comments

Comments
 (0)