diff --git a/.changeset/two-bikes-kneel.md b/.changeset/two-bikes-kneel.md deleted file mode 100644 index 03dced97..00000000 --- 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 cd5348b3..936149b9 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 7c3a40c7..7c091f6a 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 9daede3e..33f999a2 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 1f58ba7f..274613b6 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 76602489..5737b5c2 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 512b87b5..7b74b911 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 9b0d9a1e..d6c6419e 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 6e02eb3a..22e7320e 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 bb71061f..495aea80 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 00c52dbb..0cafea4a 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 9a682fc4..29d18a0b 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 c27e8353..4a5bbd0b 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 e1416100..44e2039f 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 f6e0fedb..652aa11f 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 c9c54a03..36c7162b 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 0baae378..f08ed2f6 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 5996f7a8..36c27aec 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 f7a596eb..0ded6a3b 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 4b392099..124e4d9c 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 5dd9b063..6193c818 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 25520af7..bfb774f7 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 04855ee1..e965ffb4 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 3fa2d039..2f9a3d91 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 e1b310a1..f729d450 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 75fe4472..68caf420 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 6e907987..af088ea7 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 68ad7641..cf0b6169 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 035631e6..9963e834 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 6dd20df9..5b5b8d56 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 6c008d97..dfa8b93b 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 1b93c3ef..b2619817 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 1f851116..ecba04f3 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 78b56d81..3298b8a7 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 8895e42f..5412afea 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 621be31a..d38f0dab 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 d2b08550..ffcf8ba5 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 a2e1dc3b..eadebe9e 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 07d11da6..84bfcbf0 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 d7d098e1..11acdff6 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 7628bfcb..6344a865 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 f64d41de..820fc9f2 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 e6dca24b..4fe5a336 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",