Skip to content

ci: Version Packages#827

Merged
AlemTuzlak merged 1 commit into
mainfrom
changeset-release/main
Jun 24, 2026
Merged

ci: Version Packages#827
AlemTuzlak merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/ai-grok@0.14.0

Minor Changes

  • #742 9ce99ea - Add a grokVideo adapter for xAI's Imagine video models. grok-imagine-video (v1.0) supports text-to-video and image-to-video; grok-imagine-video-1.5 is image-to-video only — a text-only prompt is rejected by the API, so the adapter fails fast with a clear error telling you to add a starting-frame image or use grok-imagine-video. Image-to-video starting frames are supplied as an image prompt part (public URL or base64 data source), with the text part describing the motion. Follows the experimental generateVideo() jobs/polling architecture: createVideoJob posts to /v1/videos/generations, status polling reads /v1/videos/{request_id}, and the completed result carries the hosted video URL plus usage (unitsBilled seconds and exact cost in USD). Sizing uses the aspect-ratio template consistent with the grok-imagine image models (size: '16:9_720p'aspect_ratio / resolution), and durations are 1–15 integer seconds.

@tanstack/ai-angular@0.1.8

Patch Changes

  • #826 da0feb1 - Publish a working @tanstack/ai-angular build. The only version previously on npm (0.0.1) was seeded with a manual npm publish and shipped unresolved workspace: specifiers in its dependencies/peerDependencies, making it uninstallable (EUNSUPPORTEDPROTOCOL). Releasing through the changesets pipeline rewrites those specifiers to concrete versions.

@AlemTuzlak AlemTuzlak merged commit f3144a6 into main Jun 24, 2026
2 checks passed
@AlemTuzlak AlemTuzlak deleted the changeset-release/main branch June 24, 2026 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant