Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/spotty-tables-drum.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/ts-svelte-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ts-svelte-chat

## 0.0.4

### Patch Changes

- Updated dependencies [[`2615fd7`](https://github.com/TanStack/ai/commit/2615fd7552c77888db970cb9dd1d64f73257e96c)]:
- @tanstack/[email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ts-svelte-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-svelte-chat",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
Expand Down
7 changes: 7 additions & 0 deletions examples/ts-vue-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ts-vue-chat

## 0.0.3

### Patch Changes

- Updated dependencies [[`2615fd7`](https://github.com/TanStack/ai/commit/2615fd7552c77888db970cb9dd1d64f73257e96c)]:
- @tanstack/[email protected]

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ts-vue-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-vue-chat",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript/ai-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/ai-openai

## 0.1.1

### Patch Changes

- add support for gpt 5.2 models ([#166](https://github.com/TanStack/ai/pull/166))

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-openai",
"version": "0.1.0",
"version": "0.1.1",
"description": "OpenAI adapter for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/smoke-tests/adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/tests-adapters

## 0.0.5

### Patch Changes

- Updated dependencies [[`2615fd7`](https://github.com/TanStack/ai/commit/2615fd7552c77888db970cb9dd1d64f73257e96c)]:
- @tanstack/[email protected]

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/smoke-tests/adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/tests-adapters",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"description": "Tests for TanStack AI adapters",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/smoke-tests/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/smoke-tests-e2e

## 0.0.5

### Patch Changes

- Updated dependencies [[`2615fd7`](https://github.com/TanStack/ai/commit/2615fd7552c77888db970cb9dd1d64f73257e96c)]:
- @tanstack/[email protected]

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/smoke-tests/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/smoke-tests-e2e",
"version": "0.0.4",
"version": "0.0.5",
"description": "E2E tests for TanStack AI chat",
"private": true,
"type": "module",
Expand Down