Skip to content

Commit

Permalink
Version Packages (#3082)
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 20, 2024
1 parent d3933e0 commit 70ddd17
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-timers-search.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.44

### Patch Changes

- Updated dependencies [d3933e0]
- @ai-sdk/vue@0.0.51

## 3.3.43

### 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.43",
"version": "3.3.44",
"description": "AI SDK by Vercel - 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.50",
"@ai-sdk/vue": "0.0.51",
"@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.51

### Patch Changes

- d3933e0: fix (ui/vue): keep intermediate assistant messages

## 0.0.50

### 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.50",
"version": "0.0.51",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70ddd17

Please sign in to comment.