Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Oct 8, 2024
1 parent dd71955 commit 6026118
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.28.0",
"packages/vertex-sdk": "0.4.2",
"packages/bedrock-sdk": "0.10.3"
".": "0.28.1",
"packages/vertex-sdk": "0.4.3",
"packages/bedrock-sdk": "0.10.4"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.28.1 (2024-10-08)

Full Changelog: [sdk-v0.28.0...sdk-v0.28.1](https:/anthropics/anthropic-sdk-typescript/compare/sdk-v0.28.0...sdk-v0.28.1)

### Chores

* **internal:** move LineDecoder to a separate file ([#541](https:/anthropics/anthropic-sdk-typescript/issues/541)) ([fd42469](https:/anthropics/anthropic-sdk-typescript/commit/fd4246928d11347147955ca19efcd4c5b0accb10))
* **internal:** pass props through internal parser ([#549](https:/anthropics/anthropic-sdk-typescript/issues/549)) ([dd71955](https:/anthropics/anthropic-sdk-typescript/commit/dd7195501e0419ca1e6bafd7341b0726e8b809ab))


### Refactors

* **types:** improve metadata type names ([#547](https:/anthropics/anthropic-sdk-typescript/issues/547)) ([cef499c](https:/anthropics/anthropic-sdk-typescript/commit/cef499cf3b01643f7e5e3c09524f49e198b940be))
* **types:** improve metadata types ([#546](https:/anthropics/anthropic-sdk-typescript/issues/546)) ([3fe538b](https:/anthropics/anthropic-sdk-typescript/commit/3fe538bb8cd50e6d68cacc0846f287dc539238d3))
* **types:** improve tool type names ([#543](https:/anthropics/anthropic-sdk-typescript/issues/543)) ([18dbe77](https:/anthropics/anthropic-sdk-typescript/commit/18dbe7773781eb3917c9609bf490b515d75e6841))
* **types:** improve tool type names ([#544](https:/anthropics/anthropic-sdk-typescript/issues/544)) ([fc2d823](https:/anthropics/anthropic-sdk-typescript/commit/fc2d8230c6fb68e247743ffa82c3ba9f8b989adf))

## 0.28.0 (2024-10-04)

Full Changelog: [sdk-v0.27.3...sdk-v0.28.0](https:/anthropics/anthropic-sdk-typescript/compare/sdk-v0.27.3...sdk-v0.28.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anthropic-ai/sdk",
"version": "0.28.0",
"version": "0.28.1",
"description": "The official TypeScript library for the Anthropic API",
"author": "Anthropic <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/bedrock-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.10.4 (2024-10-08)

Full Changelog: [bedrock-sdk-v0.10.3...bedrock-sdk-v0.10.4](https:/anthropics/anthropic-sdk-typescript/compare/bedrock-sdk-v0.10.3...bedrock-sdk-v0.10.4)

### Refactors

* **types:** improve metadata type names ([#547](https:/anthropics/anthropic-sdk-typescript/issues/547)) ([cef499c](https:/anthropics/anthropic-sdk-typescript/commit/cef499cf3b01643f7e5e3c09524f49e198b940be))

## 0.10.3 (2024-10-04)

Full Changelog: [bedrock-sdk-v0.10.2...bedrock-sdk-v0.10.3](https:/anthropics/anthropic-sdk-typescript/compare/bedrock-sdk-v0.10.2...bedrock-sdk-v0.10.3)
Expand Down
2 changes: 1 addition & 1 deletion packages/bedrock-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anthropic-ai/bedrock-sdk",
"version": "0.10.3",
"version": "0.10.4",
"description": "The official TypeScript library for the Anthropic Bedrock API",
"author": "Anthropic <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/bedrock-sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"@anthropic-ai/sdk@file:../../dist":
# x-release-please-start-version
version "0.28.0"
version "0.28.1"
# x-release-please-end-version
dependencies:
"@types/node" "^18.11.18"
Expand Down
8 changes: 8 additions & 0 deletions packages/vertex-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.4.3 (2024-10-08)

Full Changelog: [vertex-sdk-v0.4.2...vertex-sdk-v0.4.3](https:/anthropics/anthropic-sdk-typescript/compare/vertex-sdk-v0.4.2...vertex-sdk-v0.4.3)

### Refactors

* **types:** improve metadata type names ([#547](https:/anthropics/anthropic-sdk-typescript/issues/547)) ([cef499c](https:/anthropics/anthropic-sdk-typescript/commit/cef499cf3b01643f7e5e3c09524f49e198b940be))

## 0.4.2 (2024-10-04)

Full Changelog: [vertex-sdk-v0.4.1...vertex-sdk-v0.4.2](https:/anthropics/anthropic-sdk-typescript/compare/vertex-sdk-v0.4.1...vertex-sdk-v0.4.2)
Expand Down
2 changes: 1 addition & 1 deletion packages/vertex-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anthropic-ai/vertex-sdk",
"version": "0.4.2",
"version": "0.4.3",
"description": "The official TypeScript library for the Anthropic Vertex API",
"author": "Anthropic <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vertex-sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"@anthropic-ai/sdk@file:../../dist":
# x-release-please-start-version
version "0.28.0"
version "0.28.1"
# x-release-please-end-version
dependencies:
"@types/node" "^18.11.18"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.28.0'; // x-release-please-version
export const VERSION = '0.28.1'; // x-release-please-version

0 comments on commit 6026118

Please sign in to comment.