Skip to content

chore(main): release docs 1.33.0#2712

Open
tambo-bot wants to merge 1 commit intomainfrom
release-please--branches--main--components--docs
Open

chore(main): release docs 1.33.0#2712
tambo-bot wants to merge 1 commit intomainfrom
release-please--branches--main--components--docs

Conversation

@tambo-bot
Copy link
Copy Markdown
Contributor

@tambo-bot tambo-bot commented Mar 31, 2026

🤖 I have created a release beep boop

1.33.0 (2026-04-02)

Features

  • api: add skills management, provider upload, and runtime integration (#2690) (c486010)

Miscellaneous Chores

  • deps: bump @tambo-ai/typescript-sdk from 0.94.0 to 0.94.1 in the tambo-ai group (#2706) (6842afa)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @tambo-ai/react bumped from * to 1.2.6
      • @tambo-ai/react-ui-base bumped from * to 0.1.8

This PR was generated with Release Please. See documentation.

@tambo-bot tambo-bot added the autorelease: pending Release pending label Mar 31, 2026
@pullfrog
Copy link
Copy Markdown
Contributor

pullfrog bot commented Mar 31, 2026

Reviewed PR #2712 — standard release-please automated release for docs v1.32.3. All changes are mechanical (version bump, changelog entry, dependency pinning). No issues found.

Task list (3/3 completed)
  • Checkout PR and read diff
  • Review changes for correctness
  • Submit review or report progress

Pullfrog  | View workflow run | Triggered by Pullfrog | Using Claude Opus𝕏

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cloud Error Error Apr 2, 2026 0:21am
showcase Error Error Apr 2, 2026 0:21am
tambo-docs Error Error Apr 2, 2026 0:21am

@pullfrog
Copy link
Copy Markdown
Contributor

pullfrog bot commented Mar 31, 2026

TL;DR — Automated release of the web package to version 0.134.0, bundling a new skills management UI feature, a Docker cache fix, and several dependency bumps including @tambo-ai/typescript-sdk, Next.js, Sentry, and tRPC.

Key changes

Summary | 3 files | 1 commit | base: mainrelease-please--branches--main--components--web

.release-please-manifest.json · apps/web/CHANGELOG.md · apps/web/package.json

Pullfrog  | View workflow run | Triggered by Pullfrog | Using Claude Opus𝕏

@pullfrog
Copy link
Copy Markdown
Contributor

pullfrog bot commented Mar 31, 2026

TL;DR — Automated release-please PR that bumps the tambo CLI package to v0.55.2, picking up dependency bumps for @tambo-ai/typescript-sdk (0.93.1 → 0.94.1) and the tRPC group, and pinning the @tambo-ai/react workspace dependency to 1.2.6.

Key changes

  • Bump tambo CLI to 0.55.2 — Updates cli/package.json version and the release manifest, appends a changelog entry covering three dependency bumps and the @tambo-ai/react pin.
  • Pin @tambo-ai/react to exact version — Replaces the wildcard (*) specifier in cli/package.json with 1.2.6.

Summary | 3 files | 1 commit | base: mainrelease-please--branches--main--components--tambo

Before: tambo CLI at v0.55.1 with "@tambo-ai/react": "*" wildcard dep.
After: tambo CLI at v0.55.2, @tambo-ai/react pinned to 1.2.6, changelog updated with @tambo-ai/typescript-sdk and tRPC dependency bumps.

cli/package.json · cli/CHANGELOG.md · .config/release-please/.release-please-manifest.json

Pullfrog  | View workflow run | Triggered by Pullfrog | Using Claude Opus𝕏

@pullfrog
Copy link
Copy Markdown
Contributor

pullfrog bot commented Mar 31, 2026

TL;DR — Automated release-please patch bump for the tambo CLI package (0.55.1 → 0.55.2), rolling up a bug fix for git error handling in create-app plus dependency updates to @tambo-ai/typescript-sdk and the tRPC group.

Key changes

  • Bump tambo CLI version to 0.55.2 — version string updated in the release-please manifest and cli/package.json.
  • Pin @tambo-ai/react dependency — changed from wildcard (*) to explicit 1.2.6 in cli/package.json.
  • Append changelog entry — new 0.55.2 section in cli/CHANGELOG.md documenting the git error surfacing fix and dependency bumps.

Summary | 3 files | 1 commit | base: mainrelease-please--branches--main--components--tambo


Version bump, bug fix rollup, and dependency pinning

Before: CLI at version 0.55.1 with @tambo-ai/react as a wildcard (*) dependency; git errors in create-app were silently swallowed.
After: CLI at version 0.55.2 with @tambo-ai/react pinned to 1.2.6; changelog documents the git error fix (#2699) and four upstream dependency bumps.

The release-please manifest, cli/package.json version field, and the @tambo-ai/react dependency are all updated in a single release commit. The changelog captures one bug fix (surfacing git errors in create-app) and dependency bumps for @tambo-ai/typescript-sdk (0.93.1 → 0.94.1) and two rounds of tRPC group updates.

.release-please-manifest.json · cli/package.json · cli/CHANGELOG.md

Pullfrog  | View workflow run | Triggered by Pullfrog | Using Claude Opus𝕏

@pullfrog
Copy link
Copy Markdown
Contributor

pullfrog bot commented Mar 31, 2026

TL;DR — Automated release-please minor bump for the web package from 0.133.0 to 0.134.0, shipping the skills management UI (#2691), a Docker cache fix, an auth token freshness fix for the Tambo assistant (#2716), a fix for interactable selection not reaching the model (#2725), multiple dependency group bumps, and pinning @tambo-ai/react to 1.2.6.

Key changes

  • Bump web version to 0.134.0 — Updates version in package.json and the release-please manifest.
  • Pin @tambo-ai/react to 1.2.6 — Promotes wildcard (*) workspace dependency to an exact published version.
  • Append changelog entry — Adds the 0.134.0 section to apps/web/CHANGELOG.md documenting 2 features, 3 bug fixes, and 10 dependency/chore updates.

Summary | 3 files | 1 commit | base: mainrelease-please--branches--main--components--web


Version bump and dependency pinning

Before: web at 0.133.0 with wildcard (*) workspace dep for @tambo-ai/react.
After: web at 0.134.0 with @tambo-ai/react pinned to 1.2.6.

This minor release ships the skills management UI in project settings and a backend skills/provider API (#2690), a Docker build cache fix, a fix to keep the auth token fresh so the Tambo assistant survives session resume, and a fix for interactable selection not reaching the model. Release-please promotes wildcard workspace dependencies to exact published versions at release time, ensuring the web app builds against a known-good @tambo-ai/react version. The changelog also captures 9 dependency bumps across the typescript-sdk, Next.js, Sentry, tRPC, and small-safe-packages groups, plus a coverage threshold bump.

apps/web/package.json · .release-please-manifest.json · apps/web/CHANGELOG.md

Pullfrog  | View workflow run | Triggered by Pullfrog | Using Claude Opus𝕏

@tambo-bot tambo-bot force-pushed the release-please--branches--main--components--docs branch from d6bc504 to 8b56886 Compare March 31, 2026 20:52
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 31, 2026

Deployment failed with the following error:

Invalid request: `attribution.gitUser` should NOT have additional property `isBot`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: documentation Improvements or additions to documentation autorelease: pending Release pending change: chore Maintenance and chores contributor: external Created by an external contributor status: triage Needs to be triaged by a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant