Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Sep 5, 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 focuses on updating the version of the @thirdweb-dev/api package from 0.0.2 to 0.0.3 and includes a new entry in the CHANGELOG.md to document this change.

Detailed summary

  • Updated version of @thirdweb-dev/api from 0.0.2 to 0.0.3 in package.json.
  • Added a new section in CHANGELOG.md for version 0.0.3 with a patch change.
  • Documented the update to the latest API with a reference to pull request #7470 and commit acbbf20.

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

Summary by CodeRabbit

  • Documentation
    • Added a changelog entry for version 0.0.3 noting a patch release.
  • Chores
    • Published patch version 0.0.3 of the API package.
    • No changes to the public API or user-facing behavior.

@vercel
Copy link

vercel bot commented Sep 5, 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 Sep 5, 2025 8:00am
nebula Ready Ready Preview Comment Sep 5, 2025 8:00am
thirdweb_playground Ready Ready Preview Comment Sep 5, 2025 8:00am
thirdweb-www Ready Ready Preview Comment Sep 5, 2025 8:00am
wallet-ui Ready Ready Preview Comment Sep 5, 2025 8:00am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 5, 2025

Walkthrough

Removes a changeset file, bumps the @thirdweb-dev/api package version from 0.0.2 to 0.0.3, and adds a corresponding 0.0.3 entry to the API package changelog. No code or API surface changes.

Changes

Cohort / File(s) Summary of changes
Remove changeset metadata
\.changeset/odd-rockets-sink.md
Deleted a changeset file that previously described a patch bump for @thirdweb-dev/api.
API package versioning and changelog
packages/api/package.json, packages/api/CHANGELOG.md
Updated version to 0.0.3 and added a “Patch Changes” entry noting “Update to latest API” tied to PR #7470 and commit acbbf20.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

packages

✨ 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 @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai 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:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai 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 @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @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 Sep 5, 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 Sep 5, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7990   +/-   ##
=======================================
  Coverage   56.63%   56.63%           
=======================================
  Files         904      904           
  Lines       58677    58677           
  Branches     4161     4161           
=======================================
  Hits        33231    33231           
  Misses      25340    25340           
  Partials      106      106           
Flag Coverage Δ
packages 56.63% <ø> (ø)
🚀 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 928704a into main Sep 5, 2025
20 of 25 checks passed
@joaquim-verges joaquim-verges deleted the changeset-release/main branch September 5, 2025 07:43
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (3)
packages/api/package.json (2)

50-61: Consider adding a size-limit budget in package.json (repo guideline).

Helps track bundle regressions for the ESM entry; purely optional for this release PR.

Apply near the end of the file:

   "scripts": {
     "build": "pnpm clean && pnpm build:cjs && pnpm build:esm && pnpm build:types",
     "build:cjs": "tsc --project ./tsconfig.build.json --module commonjs --outDir ./dist/cjs --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./dist/cjs/package.json",
     "build:esm": "tsc --project ./tsconfig.build.json --module es2020 --outDir ./dist/esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./dist/esm/package.json",
     "build:generate": "openapi-ts && pnpm format && pnpm fix",
     "build:types": "tsc --project ./tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
     "clean": "rimraf dist",
     "fix": "biome check --write ./src",
     "format": "biome format --write ./src",
     "lint": "biome check ./src"
-  }
+  },
+  "size-limit": [
+    {
+      "name": "esm entry",
+      "path": "dist/esm/exports/thirdweb.js",
+      "limit": "10 kB"
+    }
+  ]
 }

3-3: Version bump verified and release hygiene confirmed

  • packages/api/package.json version 0.0.3 matches the top entry in CHANGELOG.md
  • No remaining .changeset files reference @thirdweb-dev/api
  • Advisory-only: package.json is missing a size-limit config; consider adding it per repo guidelines
packages/api/CHANGELOG.md (1)

3-8: Changelog entry reads well; consider stamping the release date for traceability.

Optional: append the date to the version heading.

-## 0.0.3
+## 0.0.3 - 2025-09-05
📜 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 acbbf20 and fdca70c.

📒 Files selected for processing (3)
  • .changeset/odd-rockets-sink.md (0 hunks)
  • packages/api/CHANGELOG.md (1 hunks)
  • packages/api/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/odd-rockets-sink.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 : Version bump rules: patch for non‑API changes; minor for new/modified public API
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
📚 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
🪛 LanguageTool
packages/api/CHANGELOG.md

[grammar] ~7-~7: There might be a mistake here.
Context: ...://github.com/joaquim-verges)! - Update to latest API ## 0.0.2 ### Patch Changes...

(QB_NEW_EN)

⏰ 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, webpack)
  • GitHub Check: Unit Tests
  • GitHub Check: Lint Packages
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: Size
  • GitHub Check: Analyze (javascript)

@github-actions
Copy link
Contributor

github-actions bot commented Sep 5, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.01 KB (0%) 1.3 s (0%) 338 ms (+170.22% 🔺) 1.7 s
thirdweb (cjs) 357.32 KB (0%) 7.2 s (0%) 978 ms (+10.45% 🔺) 8.2 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 112 ms (+1516.5% 🔺) 227 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 108 ms (+4663.12% 🔺) 118 ms
thirdweb/react (minimal + tree-shaking) 19.15 KB (0%) 383 ms (0%) 108 ms (+611.78% 🔺) 491 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