Skip to content

Commit f49eaa7

Browse files
committed
chore: release v11.0.41
1 parent eb4b08b commit f49eaa7

File tree

6 files changed

+22
-11
lines changed

6 files changed

+22
-11
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [11.0.41](https://github.com/ax-llm/ax/compare/11.0.39...11.0.40) (2025-05-03)
4+
5+
### Bug Fixes
6+
7+
* build fix ([eb4b08b](https://github.com/ax-llm/ax/commit/eb4b08bc75b5bdaaf12708d2c48f3f0ece862b3f))
8+
## [11.0.40](https://github.com/ax-llm/ax/compare/11.0.39...11.0.40) (2025-05-03)
9+
10+
### Features
11+
12+
* new AxGenerateError ([eac0996](https://github.com/ax-llm/ax/commit/eac09967cd683e5e05d47ad38b639abfffbe3fae))
13+
314
## [11.0.40](https://github.com/ax-llm/ax/compare/11.0.38...11.0.39) (2025-05-03)
415

516
### Features

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
],
8080
"author": "Vikram <https://twitter.com/dosco>",
8181
"private": "true",
82-
"version": "11.0.40",
82+
"version": "11.0.41",
8383
"dependencies": {
8484
"@ai-sdk/provider-utils": "^2.1.13",
8585
"@astrojs/tailwind": "^6.0.0",

src/ai-sdk-provider/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax-ai-sdk-provider",
3-
"version": "11.0.40",
3+
"version": "11.0.41",
44
"type": "module",
55
"description": "Ax AI SDK Provider for the Vercel AI SDK",
66
"repository": {
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@ai-sdk/provider-utils": "^2.0.7 ",
35-
"@ax-llm/ax": "11.0.40",
35+
"@ax-llm/ax": "11.0.41",
3636
"ai": "^4.0.33",
3737
"zod": "^3.23.8"
3838
},

src/ax/package.json

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

src/examples/package.json

+1-1
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": "11.0.40"
16+
"@ax-llm/ax": "11.0.41"
1717
},
1818
"bugs": {
1919
"url": "https://github.com/@ax-llm/ax/issues"

0 commit comments

Comments
 (0)