Skip to content

Commit

Permalink
chore: release v10.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Jan 20, 2025
1 parent 11179ad commit 5b16723
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [10.0.35](https://github.com/ax-llm/ax/compare/10.0.33...10.0.34) (2025-01-20)

### Bug Fixes

* gemini non-streaming endpoint fix ([11179ad](https://github.com/ax-llm/ax/commit/11179ad312989b56b79c9144527e5e8371a1c281))
## [10.0.34](https://github.com/ax-llm/ax/compare/10.0.33...10.0.34) (2025-01-19)

### Bug Fixes

* ci failure ([#96](https://github.com/ax-llm/ax/issues/96)) ([ba835f4](https://github.com/ax-llm/ax/commit/ba835f4620b1a79367cc7706aa7b5539c0517f49))

## [10.0.34](https://github.com/ax-llm/ax/compare/10.0.33...10.0.34) (2025-01-19)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
],
"author": "Vikram <https://twitter.com/dosco>",
"private": "true",
"version": "10.0.34",
"version": "10.0.35",
"dependencies": {
"@total-typescript/tsconfig": "^1.0.4"
}
Expand Down
4 changes: 2 additions & 2 deletions src/ai-sdk-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ax-llm/ax-ai-sdk-provider",
"version": "10.0.34",
"version": "10.0.35",
"type": "module",
"description": "Ax AI SDK Provider for the Vercel AI SDK",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@ai-sdk/provider-utils": "^2.0.7 ",
"@ax-llm/ax": "10.0.34",
"@ax-llm/ax": "10.0.35",
"ai": "^4.0.33",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/ax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ax-llm/ax",
"version": "10.0.34",
"version": "10.0.35",
"type": "module",
"description": "The best library to work with LLMs",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"tsx": "node --env-file=.env --import=tsx"
},
"dependencies": {
"@ax-llm/ax": "10.0.34"
"@ax-llm/ax": "10.0.35"
},
"bugs": {
"url": "https://github.com/@ax-llm/ax/issues"
Expand Down

0 comments on commit 5b16723

Please sign in to comment.