Skip to content

Commit 051f553

Browse files
ci: Version Packages (TanStack#77)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a6f64ba commit 051f553

7 files changed

Lines changed: 21 additions & 10 deletions

File tree

.changeset/sunny-coats-smile.md

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

packages/typescript/ai-react-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Patch Changes
66

7+
- initial release of AI ([#76](https://github.com/TanStack/ai/pull/76))
8+
9+
## 0.0.1
10+
11+
### Patch Changes
12+
713
- Initial release of TanStack AI ([#72](https://github.com/TanStack/ai/pull/72))
814

915
- Updated dependencies [[`a9b54c2`](https://github.com/TanStack/ai/commit/a9b54c21282d16036a427761e0784b159a6f2d99)]:

packages/typescript/ai-react-ui/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-react-ui",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Headless React components for building AI chat interfaces",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/esm/index.d.ts",

packages/typescript/ai-solid-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Patch Changes
66

7+
- initial release of AI ([#76](https://github.com/TanStack/ai/pull/76))
8+
9+
## 0.0.1
10+
11+
### Patch Changes
12+
713
- Initial release of TanStack AI ([#72](https://github.com/TanStack/ai/pull/72))
814

915
- Updated dependencies [[`a9b54c2`](https://github.com/TanStack/ai/commit/a9b54c21282d16036a427761e0784b159a6f2d99)]:

packages/typescript/ai-solid-ui/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-solid-ui",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Headless Solid components for building AI chat interfaces",
55
"module": "./src/index.ts",
66
"types": "./src/index.ts",

packages/typescript/react-ai-devtools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Patch Changes
66

7+
- initial release of AI ([#76](https://github.com/TanStack/ai/pull/76))
8+
9+
## 0.0.1
10+
11+
### Patch Changes
12+
713
- Initial release of TanStack AI ([#72](https://github.com/TanStack/ai/pull/72))
814

915
- Updated dependencies [[`a9b54c2`](https://github.com/TanStack/ai/commit/a9b54c21282d16036a427761e0784b159a6f2d99)]:

packages/typescript/react-ai-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/react-ai-devtools",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "React Devtools for TanStack AI.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)