Skip to content

Commit d0fd311

Browse files
ci: Version Packages
1 parent a987581 commit d0fd311

18 files changed

Lines changed: 70 additions & 39 deletions

.changeset/fix-1087-message-metadata.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/gemini-3-7-flash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/openrouter-video-adapter.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/perplexity-search.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quickjs-wasm-location.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/refresh-minimax-openrouter-metadata.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/ai-gemini/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @tanstack/ai-gemini
22

3+
## 0.23.0
4+
5+
### Minor Changes
6+
7+
- [#1105](https://github.com/TanStack/ai/pull/1105) [`03f0f5d`](https://github.com/TanStack/ai/commit/03f0f5dde47f92219a4e23b2d81f0b631a74b4ec) - Add Gemini 3.7 Flash (`gemini-3.7-flash`) with full multimodal input, thinking, structured output, caching, and the same built-in tools as Gemini 3.6 Flash.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`99fb2b7`](https://github.com/TanStack/ai/commit/99fb2b7b113548b20afa894e014bd03773815a41)]:
12+
- @tanstack/ai@0.44.1
13+
314
## 0.22.0
415

516
### Minor Changes

packages/ai-gemini/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/ai-gemini",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "Google Gemini adapter for TanStack AI chat, images, speech, audio generation, and structured outputs.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/ai-isolate-quickjs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @tanstack/ai-isolate-quickjs
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#1099](https://github.com/TanStack/ai/pull/1099) [`44a3848`](https://github.com/TanStack/ai/commit/44a384830858b3913edfbe562d390e65bea0ef92) - Add a `wasmLocation` driver option for loading the QuickJS WASM binary from a custom URL or path, such as a public directory or CDN.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @tanstack/ai-code-mode@0.3.11
13+
314
## 0.2.1
415

516
### Patch Changes

packages/ai-isolate-quickjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/ai-isolate-quickjs",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "QuickJS WASM sandbox driver for TanStack AI Code Mode TypeScript execution across runtimes.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)