Skip to content

Commit 208aa97

Browse files
ci(changesets): version packages (#101)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8572d53 commit 208aa97

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

.changeset/silver-meals-tease.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/with-anthropic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@anthropic-ai/sdk": "^0.40.0",
20-
"@voltagent/anthropic-ai": "^0.1.0",
20+
"@voltagent/anthropic-ai": "^0.1.1",
2121
"@voltagent/cli": "^0.1.1",
2222
"@voltagent/core": "^0.1.2",
2323
"zod": "3.24.2"

packages/anthropic-ai/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @voltagent/anthropic-ai
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#58](https://github.com/VoltAgent/voltagent/pull/58) [`cc031e9`](https://github.com/VoltAgent/voltagent/commit/cc031e99b9d35d28c92cb05f5f698b5969250718) Thanks [@VenomHare](https://github.com/VenomHare)! - feat(anthropic-ai): Implemented AnthropicProvider class
8+
9+
It Allows user to use Anthropic (Claude) models inside Voltagent
10+
11+
MCP tools are also supported in this provider
12+
13+
Basic Implementation is described in Examples/with-anthropic
14+
15+
Resolves #10

packages/anthropic-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voltagent/anthropic-ai",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Anthropic AI provider for VoltAgent",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)