Skip to content

Commit 76a1478

Browse files
chore: version packages (#840)
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 - bc44bf0: Enables hot reloading in dev for function templates ### Patch Changes - 5d65184: Adds markdown() response helper to the functions ctx ## @gram-ai/[email protected] ### Patch Changes - eeecc96: Deployment loader animation shown during `npm run push` while deployment asset is being uploaded. - 5d65184: Adds markdown() response helper to the functions ctx ## [email protected] ### Minor Changes - c249bb0: Adds the ability to attach an environment to a source such that all tool calls originating from that source will have those environment variables apply ## [email protected] ### Minor Changes - c249bb0: Adds the ability to attach an environment to a source such that all tool calls originating from that source will have those environment variables apply Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eeecc96 commit 76a1478

File tree

12 files changed

+33
-26
lines changed

12 files changed

+33
-26
lines changed

.changeset/clean-suits-flow.md

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

.changeset/clear-owls-attack.md

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

.changeset/dull-ghosts-tap.md

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

.changeset/mighty-sheep-sip.md

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

client/dashboard/CHANGELOG.md

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

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- c249bb0: Adds the ability to attach an environment to a source such that all tool calls originating from that source will have those environment variables apply
8+
39
## 0.18.7
410

511
### 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.18.7",
4+
"version": "0.19.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

server/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- c249bb0: Adds the ability to attach an environment to a source such that all tool calls originating from that source will have those environment variables apply
8+
39
## 0.9.14
410

511
### Patch Changes

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "0.9.14",
3+
"version": "0.10.0",
44
"description": "",
55
"private": true,
66
"main": "index.js",

ts-framework/create-function/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @gram-ai/create-function
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- bc44bf0: Enables hot reloading in dev for function templates
8+
9+
### Patch Changes
10+
11+
- 5d65184: Adds markdown() response helper to the functions ctx
12+
313
## 0.8.1
414

515
### Patch Changes

ts-framework/create-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@gram-ai/create-function",
4-
"version": "0.8.1",
4+
"version": "0.9.0",
55
"description": "Build AI tools and deploy them to getgram.ai",
66
"keywords": [],
77
"homepage": "https://github.com/speakeasy-api/gram",

0 commit comments

Comments
 (0)