Skip to content

Commit

Permalink
v3.1.0-canary.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Mar 19, 2024
1 parent e6d90c2 commit 2d8b693
Show file tree
Hide file tree
Showing 25 changed files with 72 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"changesets": [
"chatty-monkeys-rest",
"giant-dodos-glow",
"ninety-shirts-argue",
"rude-buses-build",
"sixty-books-melt",
"stale-carrots-check"
]
Expand Down
5 changes: 5 additions & 0 deletions .changeset/rude-buses-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'ai': patch
---

Continued ai/core development
4 changes: 2 additions & 2 deletions examples/ai-core/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ai-core-examples",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"dependencies": {
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"dotenv": "16.4.5",
"zod": "3.22.4",
"zod-to-json-schema": "3.22.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/next-ai-rsc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ai-rsc-demo",
"private": true,
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -19,7 +19,7 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^1.0.1",
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"d3-scale": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-anthropic",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@anthropic-ai/sdk": "0.18.0",
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/next-aws-bedrock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-aws-bedrock",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "3.451.0",
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/next-cohere/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-cohere",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"cohere-ai": "^7.6.1",
"next": "14.1.1",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-fireworks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-fireworks",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"next": "14.1.1",
"openai": "4.16.1",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-google-generative-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-google-generative-ai",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@google/generative-ai": "0.1.1",
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/next-huggingface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-huggingface",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@huggingface/inference": "^2.5.1",
"next": "14.1.1",
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"react": "18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/next-inkeep/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-inkeep",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@inkeep/ai-api": "^0.1.8",
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/next-langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-langchain",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"langchain": "^0.0.196",
"next": "14.1.1",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-mistral/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-mistral",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"next": "14.1.1",
"@mistralai/mistralai": "0.1.3",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-openai-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-openai-pages",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"next": "14.1.1",
"openai": "4.16.1",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-openai-rate-limits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-openai-rate-limits",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@upstash/ratelimit": "^0.4.3",
"@vercel/kv": "^0.2.2",
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"next": "14.1.1",
"openai": "4.16.1",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-openai",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"next": "14.1.1",
"openai": "4.29.0",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-perplexity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-perplexity",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"next": "14.1.1",
"openai": "4.16.1",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-replicate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-replicate",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/nuxt-langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"unctx": "^2.3.1"
},
"dependencies": {
"ai": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"langchain": "^0.0.129",
"nuxt-icon": "^0.5.0",
"vue": "^3.3.4"
},
"version": "0.0.1-canary.1"
"version": "0.0.1-canary.2"
}
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": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"nuxt": "^3.6.5",
"openai": "4.16.1",
"tailwindcss": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.1.0-canary.3",
"ai": "3.1.0-canary.4",
"openai": "4.16.1",
"solid-js": "1.8.7",
"solid-start": "0.3.10",
Expand All @@ -27,5 +27,5 @@
"engines": {
"node": ">=16"
},
"version": "0.0.1-canary.1"
"version": "0.0.1-canary.2"
}
4 changes: 2 additions & 2 deletions examples/sveltekit-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sveltekit-openai",
"version": "0.0.1-canary.1",
"version": "0.0.1-canary.2",
"private": true,
"scripts": {
"dev": "vite dev",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"openai": "4.16.1",
"ai": "3.1.0-canary.3"
"ai": "3.1.0-canary.4"
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ai

## 3.1.0-canary.4

### Patch Changes

- Continued ai/core development

## 3.0.13

### 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": "3.1.0-canary.3",
"version": "3.1.0-canary.4",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
Loading

0 comments on commit 2d8b693

Please sign in to comment.