Skip to content

Commit

Permalink
chore: release v9.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Jul 24, 2024
1 parent 2f1b72e commit 58c40c9
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


## [9.0.34](https://github.com/ax-llm/ax/compare/9.0.32...9.0.33) (2024-07-24)


### Bug Fixes

* package.json for publishing ([2f1b72e](https://github.com/ax-llm/ax/commit/2f1b72e332762ba0e9b33f8ed3db1138d9d985ea))

## [9.0.33](https://github.com/ax-llm/ax/compare/9.0.32...9.0.33) (2024-07-23)


### Features

* new ai-sdk-provider ([60e646f](https://github.com/ax-llm/ax/commit/60e646f64736c06a3017ffe1a853baf296b31308))

## [9.0.33](https://github.com/ax-llm/ax/compare/9.0.31...9.0.32) (2024-07-23)


Expand Down
10 changes: 5 additions & 5 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.33"
"version": "9.0.34"
}
2 changes: 1 addition & 1 deletion src/ai-sdk-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@ai-sdk/provider-utils": "^1.0.2",
"@ax-llm/ax": "9.0.33"
"@ax-llm/ax": "9.0.34"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
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.33",
"version": "9.0.34",
"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.33"
"@ax-llm/ax": "9.0.34"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 58c40c9

Please sign in to comment.