Skip to content

Commit

Permalink
Version Packages (#3049)
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] committed Sep 18, 2024
1 parent c6aadff commit ae42138
Show file tree
Hide file tree
Showing 6 changed files with 350 additions and 342 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-adults-sneeze.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.3.41

### Patch Changes

- Updated dependencies [692e265]
- @ai-sdk/vue@0.0.50

## 3.3.40

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai",
"version": "3.3.40",
"version": "3.3.41",
"description": "Vercel AI SDK - The AI Toolkit for TypeScript and JavaScript",
"license": "Apache-2.0",
"sideEffects": false,
Expand Down Expand Up @@ -89,7 +89,7 @@
"@ai-sdk/solid": "0.0.47",
"@ai-sdk/svelte": "0.0.49",
"@ai-sdk/ui-utils": "0.0.44",
"@ai-sdk/vue": "0.0.49",
"@ai-sdk/vue": "0.0.50",
"@opentelemetry/api": "1.9.0",
"eventsource-parser": "1.1.2",
"jsondiffpatch": "0.6.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-sdk/vue

## 0.0.50

### Patch Changes

- 692e265: feat (ui/vue): add multi-step support to useChat

## 0.0.49

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

0 comments on commit ae42138

Please sign in to comment.