Skip to content

Commit 8a4bb80

Browse files
committed
chore: release v11.0.30
1 parent b7a6a15 commit 8a4bb80

File tree

6 files changed

+23
-11
lines changed

6 files changed

+23
-11
lines changed

CHANGELOG.md

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

3+
## [11.0.30](https://github.com/ax-llm/ax/compare/11.0.28...11.0.29) (2025-03-28)
4+
5+
### Bug Fixes
6+
7+
* streaming parser overrun ([b7a6a15](https://github.com/ax-llm/ax/commit/b7a6a1536950b856fc3d5955f11a265fb8990cea))
8+
## [11.0.29](https://github.com/ax-llm/ax/compare/11.0.28...11.0.29) (2025-03-26)
9+
10+
### Bug Fixes
11+
12+
* Azure OpenAI chat/completion call failed [#180](https://github.com/ax-llm/ax/issues/180) ([#181](https://github.com/ax-llm/ax/issues/181)) ([d3c333a](https://github.com/ax-llm/ax/commit/d3c333a0c26e1212ae572403d1bfacea04c31e12))
13+
* streaming parser overflow ([9bad370](https://github.com/ax-llm/ax/commit/9bad370ee3938007164014018986eacb7e01452d))
14+
315
## [11.0.29](https://github.com/ax-llm/ax/compare/11.0.27...11.0.28) (2025-03-26)
416

517
### Bug Fixes

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.29",
82+
"version": "11.0.30",
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.29",
3+
"version": "11.0.30",
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.29",
35+
"@ax-llm/ax": "11.0.30",
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.29",
3+
"version": "11.0.30",
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.29"
16+
"@ax-llm/ax": "11.0.30"
1717
},
1818
"bugs": {
1919
"url": "https://github.com/@ax-llm/ax/issues"

0 commit comments

Comments
 (0)