Skip to content

Commit

Permalink
chore: release v9.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Oct 4, 2024
1 parent 0bd2c54 commit 77a5919
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 11 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@


## [9.0.51](https://github.com/ax-llm/ax/compare/9.0.49...9.0.50) (2024-10-04)


### Bug Fixes

* minor fix ([0bd2c54](https://github.com/ax-llm/ax/commit/0bd2c547dce6fe6f34df36035718573e7a3811ef))

## [9.0.50](https://github.com/ax-llm/ax/compare/9.0.49...9.0.50) (2024-10-04)


### Features

* added multi-modal chat to rome ([7e8f8a7](https://github.com/ax-llm/ax/commit/7e8f8a7e641603ed169fbea48555c04cb8e1c549))
* better image display for ax rome ([9035a35](https://github.com/ax-llm/ax/commit/9035a359809d4ec3b0165e77daa2e1a822408f28))
* improve code blocks in rome ([ab58949](https://github.com/ax-llm/ax/commit/ab589496f6b663b4b378d3db0acd8d4099f90ac9))
* new models ([e1bb27b](https://github.com/ax-llm/ax/commit/e1bb27b7aac9f32ce64b6e1b1f4164c5fe4757bf))


### Bug Fixes

* card layout fix ([7c7e59c](https://github.com/ax-llm/ax/commit/7c7e59c5ee64156f5f3e9a1700484fea2db85511))

## [9.0.50](https://github.com/ax-llm/ax/compare/9.0.48...9.0.49) (2024-10-04)


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.50"
"version": "9.0.51"
}
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.48",
"version": "9.0.49",
"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.50",
"@ax-llm/ax": "9.0.51",
"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.50",
"version": "9.0.51",
"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.50"
"@ax-llm/ax": "9.0.51"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 77a5919

Please sign in to comment.