Skip to content

Commit 9d6cbfe

Browse files
ci: Version Packages (#846)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a6cceba commit 9d6cbfe

67 files changed

Lines changed: 747 additions & 82 deletions

Some content is hidden

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

.changeset/republish-dist-artifacts.md

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

packages/ai-angular/CHANGELOG.md

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

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.
8+
9+
Releases `0.33.0``0.36.0` were published without a `dist/` directory: the
10+
release workflow relied on an Nx-cached `build` whose outputs were not
11+
materialized to disk before `changeset publish` packed the tarballs, and
12+
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
13+
published packages therefore contained only `src/`, so every export
14+
(`./dist/esm/*.js`) resolved to a missing file and the packages were
15+
uninstallable.
16+
17+
The publish step now runs a fresh, cache-bypassing build of all packages
18+
immediately before publishing, guaranteeing compiled artifacts are present in
19+
every tarball.
20+
21+
- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
22+
- @tanstack/ai@0.37.0
23+
- @tanstack/ai-client@0.18.6
24+
325
## 0.1.10
426

527
### Patch Changes

packages/ai-angular/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-angular",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "Angular signals integration for TanStack AI streaming chat, structured outputs, and media generation.",
55
"author": "",
66
"license": "MIT",

packages/ai-anthropic/CHANGELOG.md

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

3+
## 0.15.10
4+
5+
### Patch Changes
6+
7+
- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.
8+
9+
Releases `0.33.0``0.36.0` were published without a `dist/` directory: the
10+
release workflow relied on an Nx-cached `build` whose outputs were not
11+
materialized to disk before `changeset publish` packed the tarballs, and
12+
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
13+
published packages therefore contained only `src/`, so every export
14+
(`./dist/esm/*.js`) resolved to a missing file and the packages were
15+
uninstallable.
16+
17+
The publish step now runs a fresh, cache-bypassing build of all packages
18+
immediately before publishing, guaranteeing compiled artifacts are present in
19+
every tarball.
20+
21+
- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
22+
- @tanstack/ai@0.37.0
23+
- @tanstack/ai-utils@0.3.1
24+
325
## 0.15.9
426

527
### Patch Changes

packages/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.15.9",
3+
"version": "0.15.10",
44
"description": "Anthropic Claude adapter for TanStack AI chat, tool calling, thinking, and structured outputs.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/ai-client/CHANGELOG.md

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

3+
## 0.18.6
4+
5+
### Patch Changes
6+
7+
- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.
8+
9+
Releases `0.33.0``0.36.0` were published without a `dist/` directory: the
10+
release workflow relied on an Nx-cached `build` whose outputs were not
11+
materialized to disk before `changeset publish` packed the tarballs, and
12+
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
13+
published packages therefore contained only `src/`, so every export
14+
(`./dist/esm/*.js`) resolved to a missing file and the packages were
15+
uninstallable.
16+
17+
The publish step now runs a fresh, cache-bypassing build of all packages
18+
immediately before publishing, guaranteeing compiled artifacts are present in
19+
every tarball.
20+
21+
- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
22+
- @tanstack/ai@0.37.0
23+
- @tanstack/ai-event-client@0.6.8
24+
325
## 0.18.5
426

527
### Patch Changes

packages/ai-client/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-client",
3-
"version": "0.18.5",
3+
"version": "0.18.6",
44
"description": "Framework-agnostic headless client for TanStack AI chat, realtime sessions, streaming transports, and media generations.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/ai-code-mode-skills/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.
8+
9+
Releases `0.33.0``0.36.0` were published without a `dist/` directory: the
10+
release workflow relied on an Nx-cached `build` whose outputs were not
11+
materialized to disk before `changeset publish` packed the tarballs, and
12+
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
13+
published packages therefore contained only `src/`, so every export
14+
(`./dist/esm/*.js`) resolved to a missing file and the packages were
15+
uninstallable.
16+
17+
The publish step now runs a fresh, cache-bypassing build of all packages
18+
immediately before publishing, guaranteeing compiled artifacts are present in
19+
every tarball.
20+
21+
- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
22+
- @tanstack/ai@0.37.0
23+
- @tanstack/ai-code-mode@0.3.1
24+
325
## 0.3.3
426

527
### Patch Changes

packages/ai-code-mode-skills/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-code-mode-skills",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Persistent runtime skill library for TanStack AI Code Mode agents and sandboxed tool orchestration.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/ai-code-mode/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#844](https://github.com/TanStack/ai/pull/844) [`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff) - Republish all packages with their compiled `dist/` output.
8+
9+
Releases `0.33.0``0.36.0` were published without a `dist/` directory: the
10+
release workflow relied on an Nx-cached `build` whose outputs were not
11+
materialized to disk before `changeset publish` packed the tarballs, and
12+
`files: ["dist"]` silently includes nothing when `dist/` is absent. The
13+
published packages therefore contained only `src/`, so every export
14+
(`./dist/esm/*.js`) resolved to a missing file and the packages were
15+
uninstallable.
16+
17+
The publish step now runs a fresh, cache-bypassing build of all packages
18+
immediately before publishing, guaranteeing compiled artifacts are present in
19+
every tarball.
20+
21+
- Updated dependencies [[`a6cceba`](https://github.com/TanStack/ai/commit/a6cceba4812e7e986183ee856112fcf5f8fa12ff)]:
22+
- @tanstack/ai@0.37.0
23+
324
## 0.3.0
425

526
### Minor Changes

0 commit comments

Comments
 (0)