Skip to content

Commit

Permalink
Version Packages (#893)
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 Jan 2, 2024
1 parent 75751c9 commit b0d4cf3
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-scissors-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-students-roll.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/next-anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@anthropic-ai/sdk": "0.12.0",
"ai": "2.2.30",
"ai": "2.2.31",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/next-aws-bedrock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "3.451.0",
"ai": "2.2.30",
"ai": "2.2.31",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/next-fireworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"ai": "2.2.30",
"ai": "2.2.31",
"next": "14.0.3",
"openai": "4.16.1",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-google-generative-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@google/generative-ai": "0.1.1",
"ai": "2.2.30",
"ai": "2.2.31",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/next-huggingface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@huggingface/inference": "^2.5.1",
"next": "14.0.3",
"ai": "2.2.30",
"ai": "2.2.31",
"react": "18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/next-langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"ai": "2.2.30",
"ai": "2.2.31",
"langchain": "^0.0.196",
"next": "14.0.3",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-mistral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"ai": "2.2.30",
"ai": "2.2.31",
"next": "14.0.3",
"@mistralai/mistralai": "0.0.7",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-openai-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"ai": "2.2.30",
"ai": "2.2.31",
"next": "14.0.3",
"openai": "4.16.1",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-openai-rate-limits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@upstash/ratelimit": "^0.4.3",
"@vercel/kv": "^0.2.2",
"ai": "2.2.30",
"ai": "2.2.31",
"next": "14.0.3",
"openai": "4.16.1",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"ai": "2.2.30",
"ai": "2.2.31",
"next": "14.0.3",
"openai": "4.16.1",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@vue/runtime-core": "^3.3.4",
"@vue/runtime-dom": "^3.3.4",
"@vue/shared": "^3.3.4",
"ai": "2.2.30",
"ai": "2.2.31",
"nuxt": "^3.6.5",
"openai": "4.16.1",
"tailwindcss": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/solidstart-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@solidjs/meta": "0.29.3",
"@solidjs/router": "0.8.2",
"ai": "2.2.30",
"ai": "2.2.31",
"openai": "4.16.1",
"solid-js": "1.8.7",
"solid-start": "0.3.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"openai": "4.16.1",
"ai": "2.2.30"
"ai": "2.2.31"
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ai

## 2.2.31

### Patch Changes

- 9b89c4d: react/use-assistant: Expose setInput
- 75751c9: ai/react: Add experimental_onToolCall to useChat.

## 2.2.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai",
"version": "2.2.30",
"version": "2.2.31",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit b0d4cf3

Please sign in to comment.