Skip to content

Commit 471430d

Browse files
stainless-botstainless-app[bot]
authored andcommitted
chore(internal): fix generated version numbers (#413)
1 parent a60bc90 commit 471430d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
".": "0.20.9",
3-
"packages/vertex-sdk": "0.3.6",
4-
"packages/bedrock-sdk": "0.9.7"
3+
"packages/vertex-sdk": "0.20.9",
4+
"packages/bedrock-sdk": "0.20.9"
55
}

packages/bedrock-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anthropic-ai/bedrock-sdk",
3-
"version": "0.9.7",
3+
"version": "0.20.9",
44
"description": "The official TypeScript library for the Anthropic Bedrock API",
55
"author": "Anthropic <[email protected]>",
66
"types": "dist/index.d.ts",

packages/vertex-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anthropic-ai/vertex-sdk",
3-
"version": "0.3.6",
3+
"version": "0.20.9",
44
"description": "The official TypeScript library for the Anthropic Vertex API",
55
"author": "Anthropic <[email protected]>",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)