Skip to content

Commit

Permalink
Version Packages (#3114)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 25, 2024
1 parent 8a15307 commit 52c6a47
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-clocks-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-wolves-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-elephants-sell.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ai

## 3.4.3

### Patch Changes

- b270ae3: feat (ai/core): streamText continueSteps (experimental)
- b270ae3: chore (ai/core): rename generateText continuationSteps to continueSteps

## 3.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai",
"version": "3.4.2",
"version": "3.4.3",
"description": "AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript",
"license": "Apache-2.0",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/amazon-bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-sdk/amazon-bedrock

## 0.0.27

### Patch Changes

- 8a15307: fix (provider/bedrock): support assistant messages with trailing whitespace

## 0.0.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/amazon-bedrock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/amazon-bedrock",
"version": "0.0.26",
"version": "0.0.27",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down

0 comments on commit 52c6a47

Please sign in to comment.