Skip to content

Commit f783dd4

Browse files
github-actions[bot]AlemTuzlakautofix-ci[bot]
authored
ci: Version Packages (#268)
* ci: Version Packages * chore: update deps properly * ci: apply automated fixes --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 0158d14 commit f783dd4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+277
-52
lines changed

.changeset/beige-mangos-act.md

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

.changeset/six-numbers-bathe.md

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

examples/ts-svelte-chat/CHANGELOG.md

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

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0158d14`](https://github.com/TanStack/ai/commit/0158d14df00639ff5325680ae91b7791c189e60f), [`0158d14`](https://github.com/TanStack/ai/commit/0158d14df00639ff5325680ae91b7791c189e60f)]:
8+
- @tanstack/ai-anthropic@0.4.0
9+
- @tanstack/ai-gemini@0.4.0
10+
- @tanstack/ai-openai@0.4.0
11+
- @tanstack/ai-svelte@0.4.0
12+
- @tanstack/ai@0.4.0
13+
- @tanstack/ai-client@0.4.1
14+
- @tanstack/ai-ollama@0.4.0
15+
316
## 0.1.6
417

518
### 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.6",
4+
"version": "0.1.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --port 3000",

examples/ts-vue-chat/CHANGELOG.md

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

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0158d14`](https://github.com/TanStack/ai/commit/0158d14df00639ff5325680ae91b7791c189e60f), [`0158d14`](https://github.com/TanStack/ai/commit/0158d14df00639ff5325680ae91b7791c189e60f)]:
8+
- @tanstack/ai-anthropic@0.4.0
9+
- @tanstack/ai-gemini@0.4.0
10+
- @tanstack/ai-openai@0.4.0
11+
- @tanstack/ai-vue@0.4.0
12+
- @tanstack/ai@0.4.0
13+
- @tanstack/ai-client@0.4.1
14+
- @tanstack/ai-vue-ui@0.1.6
15+
- @tanstack/ai-ollama@0.4.0
16+
317
## 0.1.6
418

519
### 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.6",
3+
"version": "0.1.7",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/vanilla-chat/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vanilla-chat
22

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0158d14`](https://github.com/TanStack/ai/commit/0158d14df00639ff5325680ae91b7791c189e60f)]:
8+
- @tanstack/ai-client@0.4.1
9+
310
## 0.0.9
411

512
### Patch Changes

examples/vanilla-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vanilla-chat",
33
"private": true,
44
"type": "module",
5-
"version": "0.0.9",
5+
"version": "0.0.10",
66
"scripts": {
77
"start": "vite --port 3001",
88
"dev": "vite --port 3001",

packages/typescript/ai-anthropic/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Patch Changes
6+
7+
- re-release adapter packages ([#263](https://github.com/TanStack/ai/pull/263))
8+
9+
- add multiple modalities support to the client ([#263](https://github.com/TanStack/ai/pull/263))
10+
11+
- Updated dependencies [[`0158d14`](https://github.com/TanStack/ai/commit/0158d14df00639ff5325680ae91b7791c189e60f)]:
12+
- @tanstack/ai@0.4.0
13+
314
## 0.3.0
415

516
### Minor 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.3.0",
3+
"version": "0.4.0",
44
"description": "Anthropic Claude adapter for TanStack AI",
55
"author": "",
66
"license": "MIT",

0 commit comments

Comments
 (0)