Skip to content

Commit c10cd97

Browse files
ci: Version Packages (TanStack#279)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6bd3a8b commit c10cd97

15 files changed

Lines changed: 57 additions & 14 deletions

File tree

.changeset/slimy-ways-wave.md

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

examples/ts-svelte-chat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ts-svelte-chat
22

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6bd3a8b`](https://github.com/TanStack/ai/commit/6bd3a8ba76594f302333625605dbb428f2413d29)]:
8+
- @tanstack/ai-anthropic@0.4.2
9+
- @tanstack/ai-gemini@0.4.1
10+
311
## 0.1.9
412

513
### Patch Changes

examples/ts-svelte-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-svelte-chat",
33
"private": true,
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --port 3000",

examples/ts-vue-chat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ts-vue-chat
22

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6bd3a8b`](https://github.com/TanStack/ai/commit/6bd3a8ba76594f302333625605dbb428f2413d29)]:
8+
- @tanstack/ai-anthropic@0.4.2
9+
- @tanstack/ai-gemini@0.4.1
10+
311
## 0.1.9
412

513
### Patch Changes

examples/ts-vue-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-vue-chat",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/typescript/ai-anthropic/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- Add in opus 4.6 and enhance acceptable config options by providers ([#278](https://github.com/TanStack/ai/pull/278))
8+
39
## 0.4.1
410

511
### Patch Changes

packages/typescript/ai-anthropic/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-anthropic",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Anthropic Claude adapter for TanStack AI",
55
"author": "",
66
"license": "MIT",

packages/typescript/ai-gemini/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- Add in opus 4.6 and enhance acceptable config options by providers ([#278](https://github.com/TanStack/ai/pull/278))
8+
39
## 0.4.0
410

511
### Patch Changes

packages/typescript/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.4.0",
3+
"version": "0.4.1",
44
"description": "Google Gemini adapter for TanStack AI",
55
"author": "",
66
"license": "MIT",

packages/typescript/ai-grok/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- Add in opus 4.6 and enhance acceptable config options by providers ([#278](https://github.com/TanStack/ai/pull/278))
8+
39
## 0.4.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)