Skip to content

Commit 195fbf4

Browse files
committed
chore: release v9.0.48
1 parent 1510bd4 commit 195fbf4

File tree

6 files changed

+28
-11
lines changed

6 files changed

+28
-11
lines changed

CHANGELOG.md

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

22

3+
## [9.0.48](https://github.com/ax-llm/ax/compare/9.0.46...9.0.47) (2024-09-20)
4+
5+
6+
### Features
7+
8+
* rome version 1 beta ([1510bd4](https://github.com/ax-llm/ax/commit/1510bd42b4944d4d65e02bafda54fbd848302109))
9+
10+
## [9.0.47](https://github.com/ax-llm/ax/compare/9.0.46...9.0.47) (2024-09-16)
11+
12+
13+
### Features
14+
15+
* ax web first commit ([bccb572](https://github.com/ax-llm/ax/commit/bccb5722302f0c9746e9f3d3567f97c6fff8de32))
16+
* first release of rome ([7629b77](https://github.com/ax-llm/ax/commit/7629b77be1e139ad9e1a6d93a30e6b62423bb82f))
17+
* moved comm. core into useChat hook ([f04c35f](https://github.com/ax-llm/ax/commit/f04c35fc65d5ece9de5cea8a26a8873a15274cde))
18+
* rome is rising ([5d7c0f3](https://github.com/ax-llm/ax/commit/5d7c0f377ecfde91fb5c7fb142cf367e56e3a7ab))
19+
320
## [9.0.47](https://github.com/ax-llm/ax/compare/9.0.45...9.0.46) (2024-09-16)
421

522

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.47"
87+
"version": "9.0.48"
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.45",
3+
"version": "9.0.46",
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.47",
27+
"@ax-llm/ax": "9.0.48",
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.47",
3+
"version": "9.0.48",
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.47"
16+
"@ax-llm/ax": "9.0.48"
1717
},
1818
"devDependencies": {
1919
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)