Skip to content

Commit

Permalink
chore(main): release gensx 0.2.7 (#199)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.2.7](gensx-v0.2.6...gensx-v0.2.7)
(2025-01-28)


### 🐛 Bug Fixes

* Fix stream component type inference in child functions
([#198](#198))
([9b22035](9b22035))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
jmoseley authored Jan 28, 2025
1 parent 9b22035 commit ca4b544
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/gensx": "0.2.6",
"packages/gensx": "0.2.7",
"packages/gensx-openai": "0.1.4",
"packages/create-gensx": "0.1.6"
}
7 changes: 7 additions & 0 deletions packages/gensx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.7](https://github.com/gensx-inc/gensx/compare/gensx-v0.2.6...gensx-v0.2.7) (2025-01-28)


### 🐛 Bug Fixes

* Fix stream component type inference in child functions ([#198](https://github.com/gensx-inc/gensx/issues/198)) ([9b22035](https://github.com/gensx-inc/gensx/commit/9b220357798ec931bcdb2437bafc0cc74c234779))

## [0.2.6](https://github.com/gensx-inc/gensx/compare/gensx-v0.2.5...gensx-v0.2.6) (2025-01-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/gensx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gensx",
"version": "0.2.6",
"version": "0.2.7",
"description": "Build AI workflows using JSX",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit ca4b544

Please sign in to comment.