Skip to content

Commit

Permalink
chore: release v9.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Sep 20, 2024
1 parent 1510bd4 commit 195fbf4
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@


## [9.0.48](https://github.com/ax-llm/ax/compare/9.0.46...9.0.47) (2024-09-20)


### Features

* rome version 1 beta ([1510bd4](https://github.com/ax-llm/ax/commit/1510bd42b4944d4d65e02bafda54fbd848302109))

## [9.0.47](https://github.com/ax-llm/ax/compare/9.0.46...9.0.47) (2024-09-16)


### Features

* ax web first commit ([bccb572](https://github.com/ax-llm/ax/commit/bccb5722302f0c9746e9f3d3567f97c6fff8de32))
* first release of rome ([7629b77](https://github.com/ax-llm/ax/commit/7629b77be1e139ad9e1a6d93a30e6b62423bb82f))
* moved comm. core into useChat hook ([f04c35f](https://github.com/ax-llm/ax/commit/f04c35fc65d5ece9de5cea8a26a8873a15274cde))
* rome is rising ([5d7c0f3](https://github.com/ax-llm/ax/commit/5d7c0f377ecfde91fb5c7fb142cf367e56e3a7ab))

## [9.0.47](https://github.com/ax-llm/ax/compare/9.0.45...9.0.46) (2024-09-16)


Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@
],
"author": "Vikram <https://twitter.com/dosco>",
"private": "true",
"version": "9.0.47"
"version": "9.0.48"
}
4 changes: 2 additions & 2 deletions src/ai-sdk-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ax-llm/ax-ai-sdk-provider",
"version": "9.0.45",
"version": "9.0.46",
"type": "module",
"description": "Ax AI SDK Provider for the Vercel AI SDK",
"repository": {
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@ai-sdk/provider-utils": "^1.0.2",
"@ax-llm/ax": "9.0.47",
"@ax-llm/ax": "9.0.48",
"ai": "^3.2.37",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/ax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ax-llm/ax",
"version": "9.0.47",
"version": "9.0.48",
"type": "module",
"description": "The best library to work with LLMs",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"tsx": "node --env-file=.env --import=tsx"
},
"dependencies": {
"@ax-llm/ax": "9.0.47"
"@ax-llm/ax": "9.0.48"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 195fbf4

Please sign in to comment.