diff --git a/.changeset/two-bikes-kneel.md b/.changeset/two-bikes-kneel.md deleted file mode 100644 index 03dced9790..0000000000 --- a/.changeset/two-bikes-kneel.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@tanstack/ai-anthropic': minor -'@tanstack/ai-gemini': minor -'@tanstack/ai-ollama': minor -'@tanstack/ai-openai': minor -'@tanstack/ai': minor -'@tanstack/ai-client': minor -'@tanstack/ai-devtools-core': minor -'@tanstack/ai-react': minor -'@tanstack/ai-react-ui': minor -'@tanstack/ai-solid': minor -'@tanstack/ai-svelte': minor -'@tanstack/ai-vue': minor -'@tanstack/ai-vue-ui': minor -'@tanstack/react-ai-devtools': minor ---- - -Split up adapters for better tree shaking into separate functionalities diff --git a/examples/ts-svelte-chat/CHANGELOG.md b/examples/ts-svelte-chat/CHANGELOG.md index cd5348b389..936149b9e6 100644 --- a/examples/ts-svelte-chat/CHANGELOG.md +++ b/examples/ts-svelte-chat/CHANGELOG.md @@ -1,5 +1,18 @@ # ts-svelte-chat +## 0.0.3 + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai-anthropic@0.1.0 + - @tanstack/ai-gemini@0.1.0 + - @tanstack/ai-ollama@0.1.0 + - @tanstack/ai-openai@0.1.0 + - @tanstack/ai@0.1.0 + - @tanstack/ai-client@0.1.0 + - @tanstack/ai-svelte@0.1.0 + ## 0.0.2 ### Patch Changes diff --git a/examples/ts-svelte-chat/package.json b/examples/ts-svelte-chat/package.json index 7c3a40c74f..7c091f6ad6 100644 --- a/examples/ts-svelte-chat/package.json +++ b/examples/ts-svelte-chat/package.json @@ -1,7 +1,7 @@ { "name": "ts-svelte-chat", "private": true, - "version": "0.0.2", + "version": "0.0.3", "type": "module", "scripts": { "dev": "vite dev --port 3000", diff --git a/examples/ts-vue-chat/CHANGELOG.md b/examples/ts-vue-chat/CHANGELOG.md index 9daede3e32..33f999a296 100644 --- a/examples/ts-vue-chat/CHANGELOG.md +++ b/examples/ts-vue-chat/CHANGELOG.md @@ -1,5 +1,19 @@ # ts-vue-chat +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai-anthropic@0.1.0 + - @tanstack/ai-gemini@0.1.0 + - @tanstack/ai-ollama@0.1.0 + - @tanstack/ai-openai@0.1.0 + - @tanstack/ai@0.1.0 + - @tanstack/ai-client@0.1.0 + - @tanstack/ai-vue@0.1.0 + - @tanstack/ai-vue-ui@0.1.0 + ## 0.0.1 ### Patch Changes diff --git a/examples/ts-vue-chat/package.json b/examples/ts-vue-chat/package.json index 1f58ba7fb1..274613b6a7 100644 --- a/examples/ts-vue-chat/package.json +++ b/examples/ts-vue-chat/package.json @@ -1,6 +1,6 @@ { "name": "ts-vue-chat", - "version": "0.0.1", + "version": "0.0.2", "private": true, "type": "module", "scripts": { diff --git a/examples/vanilla-chat/CHANGELOG.md b/examples/vanilla-chat/CHANGELOG.md index 76602489cb..5737b5c2bb 100644 --- a/examples/vanilla-chat/CHANGELOG.md +++ b/examples/vanilla-chat/CHANGELOG.md @@ -1,5 +1,12 @@ # vanilla-chat +## 0.0.4 + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai-client@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/examples/vanilla-chat/package.json b/examples/vanilla-chat/package.json index 512b87b5f0..7b74b9110d 100644 --- a/examples/vanilla-chat/package.json +++ b/examples/vanilla-chat/package.json @@ -2,7 +2,7 @@ "name": "vanilla-chat", "private": true, "type": "module", - "version": "0.0.3", + "version": "0.0.4", "scripts": { "start": "vite --port 3001", "dev": "vite --port 3001", diff --git a/packages/typescript/ai-anthropic/CHANGELOG.md b/packages/typescript/ai-anthropic/CHANGELOG.md index 9b0d9a1ec6..d6c6419eba 100644 --- a/packages/typescript/ai-anthropic/CHANGELOG.md +++ b/packages/typescript/ai-anthropic/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/ai-anthropic +## 0.1.0 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/ai-anthropic/package.json b/packages/typescript/ai-anthropic/package.json index 6e02eb3aa4..22e7320e36 100644 --- a/packages/typescript/ai-anthropic/package.json +++ b/packages/typescript/ai-anthropic/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-anthropic", - "version": "0.0.3", + "version": "0.1.0", "description": "Anthropic Claude adapter for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-client/CHANGELOG.md b/packages/typescript/ai-client/CHANGELOG.md index bb71061f04..495aea804e 100644 --- a/packages/typescript/ai-client/CHANGELOG.md +++ b/packages/typescript/ai-client/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/ai-client +## 0.1.0 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/ai-client/package.json b/packages/typescript/ai-client/package.json index 00c52dbb0d..0cafea4afb 100644 --- a/packages/typescript/ai-client/package.json +++ b/packages/typescript/ai-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-client", - "version": "0.0.3", + "version": "0.1.0", "description": "Framework-agnostic headless client for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-devtools/CHANGELOG.md b/packages/typescript/ai-devtools/CHANGELOG.md index 9a682fc408..29d18a0b15 100644 --- a/packages/typescript/ai-devtools/CHANGELOG.md +++ b/packages/typescript/ai-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/ai-devtools-core +## 0.1.0 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/ai-devtools/package.json b/packages/typescript/ai-devtools/package.json index c27e8353fa..4a5bbd0bcb 100644 --- a/packages/typescript/ai-devtools/package.json +++ b/packages/typescript/ai-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-devtools-core", - "version": "0.0.3", + "version": "0.1.0", "description": "Core TanStack AI Devtools", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-gemini/CHANGELOG.md b/packages/typescript/ai-gemini/CHANGELOG.md index e141610091..44e2039f7b 100644 --- a/packages/typescript/ai-gemini/CHANGELOG.md +++ b/packages/typescript/ai-gemini/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/ai-gemini +## 0.1.0 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/ai-gemini/package.json b/packages/typescript/ai-gemini/package.json index f6e0fedb75..652aa11f94 100644 --- a/packages/typescript/ai-gemini/package.json +++ b/packages/typescript/ai-gemini/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-gemini", - "version": "0.0.3", + "version": "0.1.0", "description": "Google Gemini adapter for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-ollama/CHANGELOG.md b/packages/typescript/ai-ollama/CHANGELOG.md index c9c54a032b..36c7162bd9 100644 --- a/packages/typescript/ai-ollama/CHANGELOG.md +++ b/packages/typescript/ai-ollama/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/ai-ollama +## 0.1.0 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/ai-ollama/package.json b/packages/typescript/ai-ollama/package.json index 0baae3788a..f08ed2f6bc 100644 --- a/packages/typescript/ai-ollama/package.json +++ b/packages/typescript/ai-ollama/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-ollama", - "version": "0.0.3", + "version": "0.1.0", "description": "Ollama adapter for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-openai/CHANGELOG.md b/packages/typescript/ai-openai/CHANGELOG.md index 5996f7a8d9..36c27aec78 100644 --- a/packages/typescript/ai-openai/CHANGELOG.md +++ b/packages/typescript/ai-openai/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/ai-openai +## 0.1.0 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/ai-openai/package.json b/packages/typescript/ai-openai/package.json index f7a596eb03..0ded6a3b7c 100644 --- a/packages/typescript/ai-openai/package.json +++ b/packages/typescript/ai-openai/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-openai", - "version": "0.0.3", + "version": "0.1.0", "description": "OpenAI adapter for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-react-ui/CHANGELOG.md b/packages/typescript/ai-react-ui/CHANGELOG.md index 4b39209952..124e4d9c8d 100644 --- a/packages/typescript/ai-react-ui/CHANGELOG.md +++ b/packages/typescript/ai-react-ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @tanstack/ai-react-ui +## 0.1.0 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai-client@0.1.0 + - @tanstack/ai-react@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/ai-react-ui/package.json b/packages/typescript/ai-react-ui/package.json index 5dd9b06303..6193c81892 100644 --- a/packages/typescript/ai-react-ui/package.json +++ b/packages/typescript/ai-react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-react-ui", - "version": "0.0.3", + "version": "0.1.0", "description": "Headless React components for building AI chat interfaces", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", diff --git a/packages/typescript/ai-react/CHANGELOG.md b/packages/typescript/ai-react/CHANGELOG.md index 25520af722..bfb774f7c1 100644 --- a/packages/typescript/ai-react/CHANGELOG.md +++ b/packages/typescript/ai-react/CHANGELOG.md @@ -1,5 +1,17 @@ # @tanstack/ai-react +## 0.1.0 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai@0.1.0 + - @tanstack/ai-client@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/ai-react/package.json b/packages/typescript/ai-react/package.json index 04855ee10c..e965ffb453 100644 --- a/packages/typescript/ai-react/package.json +++ b/packages/typescript/ai-react/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-react", - "version": "0.0.3", + "version": "0.1.0", "description": "React hooks for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-solid-ui/CHANGELOG.md b/packages/typescript/ai-solid-ui/CHANGELOG.md index 3fa2d0399f..2f9a3d91e2 100644 --- a/packages/typescript/ai-solid-ui/CHANGELOG.md +++ b/packages/typescript/ai-solid-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/ai-solid-ui +## 0.1.0 + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai-client@0.1.0 + - @tanstack/ai-solid@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/ai-solid-ui/package.json b/packages/typescript/ai-solid-ui/package.json index e1b310a183..f729d450a2 100644 --- a/packages/typescript/ai-solid-ui/package.json +++ b/packages/typescript/ai-solid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-solid-ui", - "version": "0.0.3", + "version": "0.1.0", "description": "Headless Solid components for building AI chat interfaces", "module": "./src/index.ts", "types": "./src/index.ts", diff --git a/packages/typescript/ai-solid/CHANGELOG.md b/packages/typescript/ai-solid/CHANGELOG.md index 75fe447280..68caf420e0 100644 --- a/packages/typescript/ai-solid/CHANGELOG.md +++ b/packages/typescript/ai-solid/CHANGELOG.md @@ -1,5 +1,17 @@ # @tanstack/ai-solid +## 0.1.0 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai@0.1.0 + - @tanstack/ai-client@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/ai-solid/package.json b/packages/typescript/ai-solid/package.json index 6e90798758..af088ea700 100644 --- a/packages/typescript/ai-solid/package.json +++ b/packages/typescript/ai-solid/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-solid", - "version": "0.0.3", + "version": "0.1.0", "description": "Solid hooks for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-svelte/CHANGELOG.md b/packages/typescript/ai-svelte/CHANGELOG.md index 68ad76412d..cf0b6169dc 100644 --- a/packages/typescript/ai-svelte/CHANGELOG.md +++ b/packages/typescript/ai-svelte/CHANGELOG.md @@ -1,5 +1,17 @@ # @tanstack/ai-svelte +## 0.1.2 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai@0.1.0 + - @tanstack/ai-client@0.1.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/typescript/ai-svelte/package.json b/packages/typescript/ai-svelte/package.json index 035631e660..9963e83461 100644 --- a/packages/typescript/ai-svelte/package.json +++ b/packages/typescript/ai-svelte/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-svelte", - "version": "0.1.1", + "version": "0.1.2", "description": "Svelte bindings for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-vue-ui/CHANGELOG.md b/packages/typescript/ai-vue-ui/CHANGELOG.md index 6dd20df9b9..5b5b8d56c2 100644 --- a/packages/typescript/ai-vue-ui/CHANGELOG.md +++ b/packages/typescript/ai-vue-ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @tanstack/ai-vue-ui +## 0.1.0 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai-client@0.1.0 + - @tanstack/ai-vue@0.1.0 + ## 0.0.1 ### Patch Changes diff --git a/packages/typescript/ai-vue-ui/package.json b/packages/typescript/ai-vue-ui/package.json index 6c008d9798..dfa8b93b61 100644 --- a/packages/typescript/ai-vue-ui/package.json +++ b/packages/typescript/ai-vue-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-vue-ui", - "version": "0.0.1", + "version": "0.1.0", "description": "Headless Vue components for building AI chat interfaces", "module": "./src/index.ts", "types": "./src/index.ts", diff --git a/packages/typescript/ai-vue/CHANGELOG.md b/packages/typescript/ai-vue/CHANGELOG.md index 1b93c3ef79..b2619817cf 100644 --- a/packages/typescript/ai-vue/CHANGELOG.md +++ b/packages/typescript/ai-vue/CHANGELOG.md @@ -1,5 +1,17 @@ # @tanstack/ai-vue +## 0.1.0 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai@0.1.0 + - @tanstack/ai-client@0.1.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/typescript/ai-vue/package.json b/packages/typescript/ai-vue/package.json index 1f85111674..ecba04f3d0 100644 --- a/packages/typescript/ai-vue/package.json +++ b/packages/typescript/ai-vue/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-vue", - "version": "0.0.2", + "version": "0.1.0", "description": "Vue hooks for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai/CHANGELOG.md b/packages/typescript/ai/CHANGELOG.md index 78b56d81f6..3298b8a75f 100644 --- a/packages/typescript/ai/CHANGELOG.md +++ b/packages/typescript/ai/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/ai +## 0.1.0 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/ai/package.json b/packages/typescript/ai/package.json index 8895e42f03..5412afeaf1 100644 --- a/packages/typescript/ai/package.json +++ b/packages/typescript/ai/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai", - "version": "0.0.3", + "version": "0.1.0", "description": "Core TanStack AI library - Open source AI SDK", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/typescript/react-ai-devtools/CHANGELOG.md b/packages/typescript/react-ai-devtools/CHANGELOG.md index 621be31a38..d38f0dab9d 100644 --- a/packages/typescript/react-ai-devtools/CHANGELOG.md +++ b/packages/typescript/react-ai-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/react-ai-devtools +## 0.1.0 + +### Minor Changes + +- Split up adapters for better tree shaking into separate functionalities ([#137](https://github.com/TanStack/ai/pull/137)) + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai-devtools-core@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/react-ai-devtools/package.json b/packages/typescript/react-ai-devtools/package.json index d2b08550e9..ffcf8ba544 100644 --- a/packages/typescript/react-ai-devtools/package.json +++ b/packages/typescript/react-ai-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-ai-devtools", - "version": "0.0.3", + "version": "0.1.0", "description": "React Devtools for TanStack AI.", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/typescript/smoke-tests/adapters/CHANGELOG.md b/packages/typescript/smoke-tests/adapters/CHANGELOG.md index a2e1dc3b92..eadebe9e02 100644 --- a/packages/typescript/smoke-tests/adapters/CHANGELOG.md +++ b/packages/typescript/smoke-tests/adapters/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/tests-adapters +## 0.0.4 + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai-anthropic@0.1.0 + - @tanstack/ai-gemini@0.1.0 + - @tanstack/ai-ollama@0.1.0 + - @tanstack/ai-openai@0.1.0 + - @tanstack/ai@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/smoke-tests/adapters/package.json b/packages/typescript/smoke-tests/adapters/package.json index 07d11da670..84bfcbf0f6 100644 --- a/packages/typescript/smoke-tests/adapters/package.json +++ b/packages/typescript/smoke-tests/adapters/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/tests-adapters", - "version": "0.0.3", + "version": "0.0.4", "private": true, "description": "Tests for TanStack AI adapters", "author": "", diff --git a/packages/typescript/smoke-tests/e2e/CHANGELOG.md b/packages/typescript/smoke-tests/e2e/CHANGELOG.md index d7d098e19c..11acdff6ef 100644 --- a/packages/typescript/smoke-tests/e2e/CHANGELOG.md +++ b/packages/typescript/smoke-tests/e2e/CHANGELOG.md @@ -1,5 +1,15 @@ # @tanstack/smoke-tests-e2e +## 0.0.4 + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai-openai@0.1.0 + - @tanstack/ai@0.1.0 + - @tanstack/ai-client@0.1.0 + - @tanstack/ai-react@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/smoke-tests/e2e/package.json b/packages/typescript/smoke-tests/e2e/package.json index 7628bfcb9e..6344a865c7 100644 --- a/packages/typescript/smoke-tests/e2e/package.json +++ b/packages/typescript/smoke-tests/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/smoke-tests-e2e", - "version": "0.0.3", + "version": "0.0.4", "description": "E2E tests for TanStack AI chat", "private": true, "type": "module", diff --git a/packages/typescript/solid-ai-devtools/CHANGELOG.md b/packages/typescript/solid-ai-devtools/CHANGELOG.md index f64d41de62..820fc9f285 100644 --- a/packages/typescript/solid-ai-devtools/CHANGELOG.md +++ b/packages/typescript/solid-ai-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-ai-devtools +## 0.1.0 + +### Patch Changes + +- Updated dependencies [[`8d77614`](https://github.com/TanStack/ai/commit/8d776146f94ffd1579e1ab01b26dcb94d1bb3092)]: + - @tanstack/ai-devtools-core@0.1.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/typescript/solid-ai-devtools/package.json b/packages/typescript/solid-ai-devtools/package.json index e6dca24bd7..4fe5a33616 100644 --- a/packages/typescript/solid-ai-devtools/package.json +++ b/packages/typescript/solid-ai-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-ai-devtools", - "version": "0.0.3", + "version": "0.1.0", "description": "Solid TanStack AI Devtools", "author": "", "license": "MIT",