Skip to content

Commit cb015fe

Browse files
committed
chore: release v10.0.3
1 parent 8f06b16 commit cb015fe

File tree

6 files changed

+25
-11
lines changed

6 files changed

+25
-11
lines changed

CHANGELOG.md

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

22

3+
## [10.0.3](https://github.com/ax-llm/ax/compare/10.0.1...10.0.2) (2024-10-28)
4+
5+
6+
### Features
7+
8+
* added support for o1 models ([8f06b16](https://github.com/ax-llm/ax/commit/8f06b162330fed4b5aebd0c8f0bcafb28072d46b))
9+
10+
## [10.0.2](https://github.com/ax-llm/ax/compare/10.0.1...10.0.2) (2024-10-23)
11+
12+
13+
### Bug Fixes
14+
15+
* passing model in forward ([a485edf](https://github.com/ax-llm/ax/commit/a485edfddbf2e10244c8b611bbc47097b79c8ce7))
16+
317
## [10.0.2](https://github.com/ax-llm/ax/compare/10.0.0...10.0.1) (2024-10-23)
418

519

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
@@ -83,5 +83,5 @@
8383
],
8484
"author": "Vikram <https://twitter.com/dosco>",
8585
"private": "true",
86-
"version": "10.0.2"
86+
"version": "10.0.3"
8787
}

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": "10.0.2",
3+
"version": "10.0.3",
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": "10.0.2",
27+
"@ax-llm/ax": "10.0.3",
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": "10.0.2",
3+
"version": "10.0.3",
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": "10.0.2"
16+
"@ax-llm/ax": "10.0.3"
1717
},
1818
"devDependencies": {
1919
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)