Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 0 additions & 49 deletions .changeset/republish-dist-artifacts.md

This file was deleted.

22 changes: 22 additions & 0 deletions packages/ai-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @tanstack/ai-angular

## 0.1.11

### Patch Changes

- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.

Releases `0.33.0`–`0.36.0` were published without a `dist/` directory: the
release workflow relied on an Nx-cached `build` whose outputs were not
materialized to disk before `changeset publish` packed the tarballs, and
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
published packages therefore contained only `src/`, so every export
(`./dist/esm/*.js`) resolved to a missing file and the packages were
uninstallable.

The publish step now runs a fresh, cache-bypassing build of all packages
immediately before publishing, guaranteeing compiled artifacts are present in
every tarball.

- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
- @tanstack/ai@0.37.0
- @tanstack/ai-client@0.18.6

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-angular",
"version": "0.1.10",
"version": "0.1.11",
"description": "Angular signals integration for TanStack AI streaming chat, structured outputs, and media generation.",
"author": "",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions packages/ai-anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @tanstack/ai-anthropic

## 0.15.10

### Patch Changes

- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.

Releases `0.33.0`–`0.36.0` were published without a `dist/` directory: the
release workflow relied on an Nx-cached `build` whose outputs were not
materialized to disk before `changeset publish` packed the tarballs, and
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
published packages therefore contained only `src/`, so every export
(`./dist/esm/*.js`) resolved to a missing file and the packages were
uninstallable.

The publish step now runs a fresh, cache-bypassing build of all packages
immediately before publishing, guaranteeing compiled artifacts are present in
every tarball.

- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
- @tanstack/ai@0.37.0
- @tanstack/ai-utils@0.3.1

## 0.15.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-anthropic",
"version": "0.15.9",
"version": "0.15.10",
"description": "Anthropic Claude adapter for TanStack AI chat, tool calling, thinking, and structured outputs.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions packages/ai-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @tanstack/ai-client

## 0.18.6

### Patch Changes

- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.

Releases `0.33.0`–`0.36.0` were published without a `dist/` directory: the
release workflow relied on an Nx-cached `build` whose outputs were not
materialized to disk before `changeset publish` packed the tarballs, and
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
published packages therefore contained only `src/`, so every export
(`./dist/esm/*.js`) resolved to a missing file and the packages were
uninstallable.

The publish step now runs a fresh, cache-bypassing build of all packages
immediately before publishing, guaranteeing compiled artifacts are present in
every tarball.

- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
- @tanstack/ai@0.37.0
- @tanstack/ai-event-client@0.6.8

## 0.18.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-client",
"version": "0.18.5",
"version": "0.18.6",
"description": "Framework-agnostic headless client for TanStack AI chat, realtime sessions, streaming transports, and media generations.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions packages/ai-code-mode-skills/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @tanstack/ai-code-mode-skills

## 0.3.4

### Patch Changes

- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.

Releases `0.33.0`–`0.36.0` were published without a `dist/` directory: the
release workflow relied on an Nx-cached `build` whose outputs were not
materialized to disk before `changeset publish` packed the tarballs, and
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
published packages therefore contained only `src/`, so every export
(`./dist/esm/*.js`) resolved to a missing file and the packages were
uninstallable.

The publish step now runs a fresh, cache-bypassing build of all packages
immediately before publishing, guaranteeing compiled artifacts are present in
every tarball.

- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
- @tanstack/ai@0.37.0
- @tanstack/ai-code-mode@0.3.1

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-code-mode-skills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-code-mode-skills",
"version": "0.3.3",
"version": "0.3.4",
"description": "Persistent runtime skill library for TanStack AI Code Mode agents and sandboxed tool orchestration.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
21 changes: 21 additions & 0 deletions packages/ai-code-mode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @tanstack/ai-code-mode

## 0.3.1

### Patch Changes

- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.

Releases `0.33.0`–`0.36.0` were published without a `dist/` directory: the
release workflow relied on an Nx-cached `build` whose outputs were not
materialized to disk before `changeset publish` packed the tarballs, and
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
published packages therefore contained only `src/`, so every export
(`./dist/esm/*.js`) resolved to a missing file and the packages were
uninstallable.

The publish step now runs a fresh, cache-bypassing build of all packages
immediately before publishing, guaranteeing compiled artifacts are present in
every tarball.

- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
- @tanstack/ai@0.37.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-code-mode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-code-mode",
"version": "0.3.0",
"version": "0.3.1",
"description": "Secure TypeScript Code Mode for TanStack AI agents to execute sandboxed tool orchestration programs.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions packages/ai-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @tanstack/ai-devtools-core

## 0.4.18

### Patch Changes

- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.

Releases `0.33.0`–`0.36.0` were published without a `dist/` directory: the
release workflow relied on an Nx-cached `build` whose outputs were not
materialized to disk before `changeset publish` packed the tarballs, and
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
published packages therefore contained only `src/`, so every export
(`./dist/esm/*.js`) resolved to a missing file and the packages were
uninstallable.

The publish step now runs a fresh, cache-bypassing build of all packages
immediately before publishing, guaranteeing compiled artifacts are present in
every tarball.

- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
- @tanstack/ai@0.37.0
- @tanstack/ai-event-client@0.6.8

## 0.4.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-devtools-core",
"version": "0.4.17",
"version": "0.4.18",
"description": "Core TanStack AI Devtools plugin for inspecting chat messages, tool calls, streams, and errors.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions packages/ai-elevenlabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @tanstack/ai-elevenlabs

## 0.2.29

### Patch Changes

- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.

Releases `0.33.0`–`0.36.0` were published without a `dist/` directory: the
release workflow relied on an Nx-cached `build` whose outputs were not
materialized to disk before `changeset publish` packed the tarballs, and
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
published packages therefore contained only `src/`, so every export
(`./dist/esm/*.js`) resolved to a missing file and the packages were
uninstallable.

The publish step now runs a fresh, cache-bypassing build of all packages
immediately before publishing, guaranteeing compiled artifacts are present in
every tarball.

- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
- @tanstack/ai@0.37.0
- @tanstack/ai-utils@0.3.1

## 0.2.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-elevenlabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-elevenlabs",
"version": "0.2.28",
"version": "0.2.29",
"description": "ElevenLabs adapter for TanStack AI realtime voice, text-to-speech, transcription, music, and sound effects.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
18 changes: 18 additions & 0 deletions packages/ai-event-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @tanstack/ai-event-client

## 0.6.8

### Patch Changes

- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.

Releases `0.33.0`–`0.36.0` were published without a `dist/` directory: the
release workflow relied on an Nx-cached `build` whose outputs were not
materialized to disk before `changeset publish` packed the tarballs, and
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
published packages therefore contained only `src/`, so every export
(`./dist/esm/*.js`) resolved to a missing file and the packages were
uninstallable.

The publish step now runs a fresh, cache-bypassing build of all packages
immediately before publishing, guaranteeing compiled artifacts are present in
every tarball.

## 0.6.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-event-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-event-client",
"version": "0.6.7",
"version": "0.6.8",
"description": "Typed event client for TanStack AI devtools, observability, and streamed runtime events.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions packages/ai-fal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @tanstack/ai-fal

## 0.9.6

### Patch Changes

- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.

Releases `0.33.0`–`0.36.0` were published without a `dist/` directory: the
release workflow relied on an Nx-cached `build` whose outputs were not
materialized to disk before `changeset publish` packed the tarballs, and
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
published packages therefore contained only `src/`, so every export
(`./dist/esm/*.js`) resolved to a missing file and the packages were
uninstallable.

The publish step now runs a fresh, cache-bypassing build of all packages
immediately before publishing, guaranteeing compiled artifacts are present in
every tarball.

- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
- @tanstack/ai@0.37.0
- @tanstack/ai-utils@0.3.1

## 0.9.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-fal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-fal",
"version": "0.9.5",
"version": "0.9.6",
"description": "fal.ai adapter for TanStack AI image, video, audio, speech, and transcription generation.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions packages/ai-gemini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @tanstack/ai-gemini

## 0.18.2

### Patch Changes

- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.

Releases `0.33.0`–`0.36.0` were published without a `dist/` directory: the
release workflow relied on an Nx-cached `build` whose outputs were not
materialized to disk before `changeset publish` packed the tarballs, and
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
published packages therefore contained only `src/`, so every export
(`./dist/esm/*.js`) resolved to a missing file and the packages were
uninstallable.

The publish step now runs a fresh, cache-bypassing build of all packages
immediately before publishing, guaranteeing compiled artifacts are present in
every tarball.

- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
- @tanstack/ai@0.37.0
- @tanstack/ai-utils@0.3.1

## 0.18.1

### Patch Changes
Expand Down
Loading