Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Aug 29, 2025

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

@thirdweb-dev/ai-sdk-provider@0.1.1

Patch Changes


PR-Codex overview

This PR updates the version of the ai-sdk-provider package from 0.1.0 to 0.1.1 and adds a new entry to the CHANGELOG.md detailing a patch change related to type inference.

Detailed summary

  • Updated version in package.json from 0.1.0 to 0.1.1
  • Added a new section in CHANGELOG.md for version 0.1.1
    • Included a patch change for proper type inference
    • Referenced pull request #7944 and commit ac3a95e

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Summary by CodeRabbit

  • Documentation
    • Updated changelog to include version 0.1.1 with a patch note highlighting improved type inference. No API or behavior changes.
  • Chores
    • Bumped package version from 0.1.0 to 0.1.1.
    • Removed an obsolete changeset file related to the prior patch note.
  • Notes
    • No functional or user-facing changes; upgrade requires no code modifications.

@vercel
Copy link

vercel bot commented Aug 29, 2025

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

Project Deployment Preview Comments Updated (UTC)
docs-v2 Ready Ready Preview Comment Aug 29, 2025 1:41am
nebula Ready Ready Preview Comment Aug 29, 2025 1:41am
thirdweb_playground Ready Ready Preview Comment Aug 29, 2025 1:41am
thirdweb-www Ready Ready Preview Comment Aug 29, 2025 1:41am
wallet-ui Ready Ready Preview Comment Aug 29, 2025 1:41am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 29, 2025

Walkthrough

Removes a changeset note, updates the ai-sdk-provider changelog with a 0.1.1 patch entry, and bumps the package version from 0.1.0 to 0.1.1. No code or public API changes.

Changes

Cohort / File(s) Summary
Changeset housekeeping
.\changeset\cool-jeans-end.md
Deleted a previously authored changeset file describing a patch release note.
ai-sdk-provider versioning & docs
packages/ai-sdk-provider/CHANGELOG.md, packages/ai-sdk-provider/package.json
Added 0.1.1 patch entry to the changelog and bumped package version from 0.1.0 to 0.1.1. No code changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes


📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between ac3a95e and 99bfe38.

📒 Files selected for processing (3)
  • .changeset/cool-jeans-end.md (0 hunks)
  • packages/ai-sdk-provider/CHANGELOG.md (1 hunks)
  • packages/ai-sdk-provider/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/cool-jeans-end.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Size
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (2)
packages/ai-sdk-provider/package.json (1)

59-59: Version bump aligns with release intent.

Matches the changelog entry for 0.1.1; no other package.json fields changed. LGTM.

packages/ai-sdk-provider/CHANGELOG.md (1)

3-8: Changelog entry is clear and properly attributed.

References PR and commit, with concise note ("Proper type inference"). LGTM.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbit in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbit in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbit gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbit read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbit help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbit ignore or @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbit summary or @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbit or @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@graphite-app
Copy link
Contributor

graphite-app bot commented Aug 29, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@codecov
Copy link

codecov bot commented Aug 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.54%. Comparing base (ac3a95e) to head (99bfe38).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7945   +/-   ##
=======================================
  Coverage   56.54%   56.54%           
=======================================
  Files         904      904           
  Lines       58605    58605           
  Branches     4142     4142           
=======================================
  Hits        33141    33141           
  Misses      25358    25358           
  Partials      106      106           
Flag Coverage Δ
packages 56.54% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@joaquim-verges joaquim-verges merged commit 65a8c39 into main Aug 29, 2025
21 of 25 checks passed
@joaquim-verges joaquim-verges deleted the changeset-release/main branch August 29, 2025 01:15
@github-actions
Copy link
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.01 KB (0%) 1.3 s (0%) 354 ms (+63.96% 🔺) 1.7 s
thirdweb (cjs) 357.32 KB (0%) 7.2 s (0%) 1.6 s (+4.18% 🔺) 8.7 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 105 ms (+530.65% 🔺) 219 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 49 ms (+682.98% 🔺) 59 ms
thirdweb/react (minimal + tree-shaking) 19.15 KB (0%) 383 ms (0%) 90 ms (+287.16% 🔺) 473 ms

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants