Skip to content

Commit 3d05b2a

Browse files
chore: version packages (#671)
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] ### Patch Changes - cd9df97: Added the missing 'zx' dependency to the Gram TS SDK's `package.json`. It is needed for the build process. ## @gram-ai/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cd9df97 commit 3d05b2a

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.changeset/silver-parents-sniff.md

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

ts-framework/create-function/CHANGELOG.md

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

3+
## 0.3.1
4+
35
## 0.3.0
46

57
### Minor 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.3.0",
4+
"version": "0.3.1",
55
"description": "Build AI tools and deploy them to getgram.ai",
66
"keywords": [],
77
"homepage": "https://github.com/speakeasy-api/gram",

ts-framework/functions/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- cd9df97: Added the missing 'zx' dependency to the Gram TS SDK's `package.json`. It is
8+
needed for the build process.
9+
310
## 0.3.0
411

512
### Minor Changes

ts-framework/functions/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/functions",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"description": "",
66
"author": "Georges Haidar <[email protected]>",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)