diff --git a/CHANGELOG.md b/CHANGELOG.md index ad27a4c..4eb5d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f8ea6eb..94dde9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ax-llm/ax-monorepo", - "version": "9.0.42", + "version": "9.0.43", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ax-llm/ax-monorepo", - "version": "9.0.42", + "version": "9.0.43", "license": "Apache-2.0", "workspaces": [ "src/*" @@ -22383,11 +22383,11 @@ }, "src/ai-sdk-provider": { "name": "@ax-llm/ax-ai-sdk-provider", - "version": "9.0.40", + "version": "9.0.41", "license": "Apache-2.0", "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" }, @@ -22398,7 +22398,7 @@ }, "src/ax": { "name": "@ax-llm/ax", - "version": "9.0.42", + "version": "9.0.43", "license": "Apache-2.0", "dependencies": { "json5": "^2.2.3" @@ -22429,7 +22429,7 @@ "name": "@ax-llm/ax-examples", "license": "Apache-2.0", "dependencies": { - "@ax-llm/ax": "9.0.42" + "@ax-llm/ax": "9.0.43" }, "devDependencies": { "npm-run-all": "^4.1.5", diff --git a/package.json b/package.json index 027edd5..f815105 100644 --- a/package.json +++ b/package.json @@ -84,5 +84,5 @@ ], "author": "Vikram ", "private": "true", - "version": "9.0.42" + "version": "9.0.43" } diff --git a/src/ai-sdk-provider/package.json b/src/ai-sdk-provider/package.json index 34ac470..1113bbd 100644 --- a/src/ai-sdk-provider/package.json +++ b/src/ai-sdk-provider/package.json @@ -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": { @@ -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" }, diff --git a/src/ax/package.json b/src/ax/package.json index 401f93c..ece6713 100644 --- a/src/ax/package.json +++ b/src/ax/package.json @@ -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": { diff --git a/src/examples/package.json b/src/examples/package.json index 118333a..1ac9cd6 100644 --- a/src/examples/package.json +++ b/src/examples/package.json @@ -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",