Skip to content

Commit

Permalink
chore: release v9.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Jul 29, 2024
1 parent 148e692 commit 4bf9ebf
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 @@


## [9.0.43](https://github.com/ax-llm/ax/compare/9.0.41...9.0.42) (2024-07-29)


### Bug Fixes

* updates to the ai sdk provider ([148e692](https://github.com/ax-llm/ax/commit/148e692d4d2aadf0c04260ec6030cb2c7aa6141f))

## [9.0.42](https://github.com/ax-llm/ax/compare/9.0.41...9.0.42) (2024-07-28)


### Bug Fixes

* updates to ai sdk provider ([ca62b91](https://github.com/ax-llm/ax/commit/ca62b91d4eb117cda29695c0b4842a21e95caba3))

## [9.0.42](https://github.com/ax-llm/ax/compare/9.0.40...9.0.41) (2024-07-28)


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 @@ -84,5 +84,5 @@
],
"author": "Vikram <https://twitter.com/dosco>",
"private": "true",
"version": "9.0.42"
"version": "9.0.43"
}
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": "9.0.40",
"version": "9.0.41",
"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": "9.0.42",
"@ax-llm/ax": "9.0.43",
"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": "9.0.42",
"version": "9.0.43",
"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": "9.0.42"
"@ax-llm/ax": "9.0.43"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 4bf9ebf

Please sign in to comment.