Skip to content

Commit

Permalink
Version Packages (#408)
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 Aug 1, 2023
1 parent ab2b973 commit e8b1aed
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-pianos-eat.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/next-huggingface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@huggingface/inference": "^2.5.1",
"ai": "2.1.30",
"ai": "2.1.31",
"next": "13.4.4-canary.11",
"openai-edge": "^0.5.1",
"react": "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.1.30",
"ai": "2.1.31",
"langchain": "^0.0.103",
"next": "13.4.4-canary.11",
"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.1.30",
"ai": "^2.1.31",
"next": "13.4.4-canary.11",
"openai-edge": "^1.1.0",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt-langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "5.1.3"
},
"dependencies": {
"ai": "^2.1.30",
"ai": "^2.1.31",
"langchain": "^0.0.103",
"nuxt-icon": "^0.4.1",
"vue": "^3.3.4"
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 @@ -16,7 +16,7 @@
"@vue/runtime-core": "^3.3.4",
"@vue/runtime-dom": "^3.3.4",
"@vue/shared": "^3.3.4",
"ai": "2.1.30",
"ai": "2.1.31",
"nuxt": "^3.5.2",
"openai-edge": "^0.5.1",
"tailwindcss": "^3.3.2",
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-edge": "^1.1.1",
"ai": "2.1.30"
"ai": "2.1.31"
},
"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

## 2.1.31

### Patch Changes

- ab2b973: fix pnpm-lock.yaml

## 2.1.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.1.30",
"version": "2.1.31",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down

0 comments on commit e8b1aed

Please sign in to comment.