Skip to content

Commit

Permalink
chore: release v10.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Nov 20, 2024
1 parent d8a8ee5 commit dfad03a
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


## [10.0.8](https://github.com/ax-llm/ax/compare/10.0.6...10.0.7) (2024-11-20)


### Bug Fixes

* bug in traces, missing input values ([d8a8ee5](https://github.com/ax-llm/ax/commit/d8a8ee5544214c30a1ac341b7c11fb9fd717a57b))

## [10.0.7](https://github.com/ax-llm/ax/compare/10.0.6...10.0.7) (2024-11-18)


### Features

* added google search retrieval for gemini ([f659dc6](https://github.com/ax-llm/ax/commit/f659dc6151f837d4b59cd14ab4ed8525b8c57c0c))

## [10.0.7](https://github.com/ax-llm/ax/compare/10.0.5...10.0.6) (2024-11-18)


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 @@ -83,5 +83,5 @@
],
"author": "Vikram <https://twitter.com/dosco>",
"private": "true",
"version": "10.0.7"
"version": "10.0.8"
}
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.7",
"version": "10.0.8",
"type": "module",
"description": "Ax AI SDK Provider for the Vercel AI SDK",
"repository": {
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@ai-sdk/provider-utils": "^1.0.2",
"@ax-llm/ax": "10.0.7",
"@ax-llm/ax": "10.0.8",
"ai": "^3.2.37",
"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.7",
"version": "10.0.8",
"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.7"
"@ax-llm/ax": "10.0.8"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit dfad03a

Please sign in to comment.