Skip to content

Commit 79a0c7c

Browse files
committed
chore: release v11.0.27
1 parent e0bc6c9 commit 79a0c7c

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.27](https://github.com/ax-llm/ax/compare/11.0.25...11.0.26) (2025-03-17)
4+
5+
### Bug Fixes
6+
7+
* missing exported functions and variables ([e0bc6c9](https://github.com/ax-llm/ax/commit/e0bc6c92ec73371804b6923c3778575efff35d16))
8+
## [11.0.26](https://github.com/ax-llm/ax/compare/11.0.25...11.0.26) (2025-03-17)
9+
10+
### Bug Fixes
11+
12+
* mcp init issue ([00a732c](https://github.com/ax-llm/ax/commit/00a732c4a765e6cca7e27ade3658c93c83315c6a))
13+
314
## [11.0.26](https://github.com/ax-llm/ax/compare/11.0.24...11.0.25) (2025-03-17)
415

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

0 commit comments

Comments
 (0)