Skip to content

Commit 1b4a003

Browse files
committed
chore: release v9.0.50
1 parent e1bb27b commit 1b4a003

File tree

6 files changed

+39
-11
lines changed

6 files changed

+39
-11
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11

22

3+
## [9.0.50](https://github.com/ax-llm/ax/compare/9.0.48...9.0.49) (2024-10-04)
4+
5+
6+
### Features
7+
8+
* added multi-modal chat to rome ([7e8f8a7](https://github.com/ax-llm/ax/commit/7e8f8a7e641603ed169fbea48555c04cb8e1c549))
9+
* better image display for ax rome ([9035a35](https://github.com/ax-llm/ax/commit/9035a359809d4ec3b0165e77daa2e1a822408f28))
10+
* improve code blocks in rome ([ab58949](https://github.com/ax-llm/ax/commit/ab589496f6b663b4b378d3db0acd8d4099f90ac9))
11+
* new models ([e1bb27b](https://github.com/ax-llm/ax/commit/e1bb27b7aac9f32ce64b6e1b1f4164c5fe4757bf))
12+
13+
14+
### Bug Fixes
15+
16+
* card layout fix ([7c7e59c](https://github.com/ax-llm/ax/commit/7c7e59c5ee64156f5f3e9a1700484fea2db85511))
17+
18+
## [9.0.49](https://github.com/ax-llm/ax/compare/9.0.48...9.0.49) (2024-09-21)
19+
20+
21+
### Features
22+
23+
* added email auth ([f8fac72](https://github.com/ax-llm/ax/commit/f8fac723f25dfd62cece50c4f3ef8cec98b8eb87))
24+
25+
26+
### Bug Fixes
27+
28+
* system role bug in anthropic ([e566eb2](https://github.com/ax-llm/ax/commit/e566eb270115b87f288bcdd9c297a084a51a81a0))
29+
* update readme ([5b73fd1](https://github.com/ax-llm/ax/commit/5b73fd1caa8b0b0e703b3a1ae72ef2803c211a09))
30+
331
## [9.0.49](https://github.com/ax-llm/ax/compare/9.0.47...9.0.48) (2024-09-21)
432

533

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@
8484
],
8585
"author": "Vikram <https://twitter.com/dosco>",
8686
"private": "true",
87-
"version": "9.0.49"
87+
"version": "9.0.50"
8888
}

src/ai-sdk-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax-ai-sdk-provider",
3-
"version": "9.0.47",
3+
"version": "9.0.48",
44
"type": "module",
55
"description": "Ax AI SDK Provider for the Vercel AI SDK",
66
"repository": {
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@ai-sdk/provider-utils": "^1.0.2",
27-
"@ax-llm/ax": "9.0.49",
27+
"@ax-llm/ax": "9.0.50",
2828
"ai": "^3.2.37",
2929
"zod": "^3.23.8"
3030
},

src/ax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax",
3-
"version": "9.0.49",
3+
"version": "9.0.50",
44
"type": "module",
55
"description": "The best library to work with LLMs",
66
"repository": {

src/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"tsx": "node --env-file=.env --import=tsx"
1414
},
1515
"dependencies": {
16-
"@ax-llm/ax": "9.0.49"
16+
"@ax-llm/ax": "9.0.50"
1717
},
1818
"devDependencies": {
1919
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)