Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Oct 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/[email protected]

Patch Changes


PR-Codex overview

This PR updates the version of the @thirdweb-dev/api package from 0.1.1 to 0.1.2 and adds a new entry in the changelog regarding the addition of a Solana token balances endpoint.

Detailed summary

  • Updated @thirdweb-dev/api version from 0.1.1 to 0.1.2.
  • Added changelog entry for version 0.1.2:

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

Summary by CodeRabbit

  • New Features

    • Added Solana token balances endpoint
  • Chores

    • Released version 0.1.2

@vercel
Copy link

vercel bot commented Oct 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 Oct 30, 2025 0:05am
nebula Ready Ready Preview Comment Oct 30, 2025 0:05am
thirdweb_playground Ready Ready Preview Comment Oct 30, 2025 0:05am
thirdweb-www Ready Ready Preview Comment Oct 30, 2025 0:05am
wallet-ui Ready Ready Preview Comment Oct 30, 2025 0:05am

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 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.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 29, 2025

Walkthrough

A patch version release for the @thirdweb-dev/api package from 0.1.1 to 0.1.2. The changeset entry was consumed and integrated into the changelog, documenting the addition of a Solana token balances endpoint.

Changes

Cohort / File(s) Summary
Release version update
packages/api/package.json
Version field updated from 0.1.1 to 0.1.2
Changelog integration
packages/api/CHANGELOG.md
New version 0.1.2 entry added documenting Solana token balances endpoint feature (references PR #8338)
Changeset cleanup
.changeset/quiet-streets-lie.md
Changeset file deleted after consumption into release

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

This is a standard patch release with mechanical version updates and changelog integration. All changes are expected and follow conventional release patterns with no logic modifications or dependencies to verify.

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. You can run @coderabbitai generate docstrings to improve docstring coverage.
✅ Passed checks (2 passed)
Check name Status Explanation
Title Check ✅ Passed The title "Version Packages" directly relates to the primary change in the pull request, which is to bump the version of @thirdweb-dev/api from 0.1.1 to 0.1.2 and update the corresponding changelog. The title accurately describes the action being performed, though it is somewhat generic and could be more specific about which package is being versioned. The title does not follow the suggested template format of "[SDK/Dashboard/Portal] Feature/Fix: Concise title" but this is typical for auto-generated Changesets release PRs.
Description Check ✅ Passed The pull request description provides comprehensive and relevant information about the release, including the package name, version bump, specific changes, relevant PR and commit references, and contributor credit. While the description does not follow the template structure specified in the repository (which requests sections like "Notes for the reviewer" and "How to test"), this is expected for auto-generated Changesets release PRs. The description effectively communicates the purpose and scope of the changes in a manner appropriate for its context.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • 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 90b7791 and f6752b3.

📒 Files selected for processing (3)
  • .changeset/quiet-streets-lie.md (0 hunks)
  • packages/api/CHANGELOG.md (1 hunks)
  • packages/api/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/quiet-streets-lie.md
🧰 Additional context used
📓 Path-based instructions (1)
**/package.json

📄 CodeRabbit inference engine (AGENTS.md)

Track bundle budgets via package.json#size-limit

Files:

  • packages/api/package.json
🧠 Learnings (2)
📓 Common learnings
Learnt from: CR
PR: thirdweb-dev/js#0
File: AGENTS.md:0-0
Timestamp: 2025-08-29T15:37:38.513Z
Learning: Applies to .changeset/*.md : Each change in `packages/*` must include a changeset for the appropriate package
Learnt from: CR
PR: thirdweb-dev/js#0
File: AGENTS.md:0-0
Timestamp: 2025-08-29T15:37:38.513Z
Learning: Applies to .changeset/*.md : Version bump rules: patch for non‑API changes; minor for new/modified public API
📚 Learning: 2025-08-29T15:37:38.513Z
Learnt from: CR
PR: thirdweb-dev/js#0
File: AGENTS.md:0-0
Timestamp: 2025-08-29T15:37:38.513Z
Learning: Applies to .changeset/*.md : Version bump rules: patch for non‑API changes; minor for new/modified public API

Applied to files:

  • packages/api/CHANGELOG.md
  • packages/api/package.json
⏰ 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). (3)
  • GitHub Check: Size
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (2)
packages/api/package.json (1)

3-3: Verify version bump classification for new endpoint.

Per the learnings, new or modified public APIs should use a minor version bump, while patches are for non-API changes. The addition of a "Solana token balances endpoint" appears to be a new public API feature, which would typically warrant a minor bump (0.2.0) rather than a patch (0.1.2).

However, this version classification was determined in the original changeset from PR #8338. The historical pattern in this package (v0.1.0 → v0.1.1 → v0.1.2) suggests endpoint additions are consistently treated as patches, which may indicate the endpoints are either auto-generated or not part of the breaking/non-breaking surface contract. Please confirm the version classification is intentional.

packages/api/CHANGELOG.md (1)

3-7: Changelog entry is well-formatted and complete.

The new 0.1.2 section properly documents the change with PR reference, commit hash, and contributor attribution. Format is consistent with previous entries.


Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.89%. Comparing base (90b7791) to head (f6752b3).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8339   +/-   ##
=======================================
  Coverage   54.89%   54.89%           
=======================================
  Files         920      920           
  Lines       60715    60715           
  Branches     4129     4129           
=======================================
  Hits        33331    33331           
  Misses      27282    27282           
  Partials      102      102           
Flag Coverage Δ
packages 54.89% <ø> (ø)
🚀 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.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 30, 2025

size-limit report 📦

Path Size
@thirdweb-dev/nexus (esm) 104.88 KB (0%)
@thirdweb-dev/nexus (cjs) 316.6 KB (0%)

@0xFirekeeper 0xFirekeeper merged commit bc02954 into main Oct 30, 2025
24 checks passed
@0xFirekeeper 0xFirekeeper deleted the changeset-release/main branch October 30, 2025 00:07
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.

3 participants