Skip to content

Version Packages #7463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 28, 2025
Merged

Version Packages #7463

merged 1 commit into from
Jun 28, 2025

Conversation

joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Jun 27, 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]

Minor Changes

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

[email protected]

Patch Changes

@thirdweb-dev/[email protected]


PR-Codex overview

This PR primarily focuses on updating the version numbers across various packages, enhancing changelogs, and removing obsolete .md files.

Detailed summary

  • Removed multiple .md files from .changeset.
  • Updated version in packages/service-utils/package.json from 0.10.1 to 0.10.2.
  • Updated version in packages/thirdweb/package.json from 5.105.2 to 5.105.3.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.99 to 0.2.100.
  • Updated version in packages/engine/package.json from 3.1.0 to 3.2.0.
  • Updated version in packages/nebula/package.json from 0.2.2 to 0.2.3.
  • Added new entries in changelogs for packages/service-utils, packages/engine, packages/nebula, and packages/thirdweb detailing patch changes and new features.

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

Summary by CodeRabbit

  • New Features

    • Introduced Session Keys to EIP-7702-powered In-App Wallets, enabling new session management capabilities.
    • Added support for the latest engine APIs.
  • Bug Fixes

    • Prevented admin wallet from connecting when no In-App Wallet configuration is specified.
  • Chores

    • Updated package versions and changelogs across multiple packages to reflect recent changes and dependencies.

@joaquim-verges joaquim-verges requested a review from a team as a code owner June 27, 2025 18:20
Copy link

vercel bot commented Jun 27, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 🛑 Canceled (Inspect) Jun 28, 2025 2:00am
nebula ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2025 2:00am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2025 2:00am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2025 2:00am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2025 2:00am

Copy link
Contributor

coderabbitai bot commented Jun 27, 2025

Walkthrough

This change deletes several changeset files, updates changelogs, and increments patch versions in multiple packages: @thirdweb-dev/service-utils (to 0.10.2), @thirdweb-dev/nebula (to 0.2.3), thirdweb (to 5.105.3), @thirdweb-dev/engine (to 3.2.0), and @thirdweb-dev/wagmi-adapter (to 0.2.100). The service-utils changelog notes the webhook payload data field is now an object, and thirdweb adds session keys and prevents admin wallet connection without IAW config. No changes to exported or public entities are present.

Changes

Files/Paths Change Summary
.changeset/mean-jars-cheat.md, .changeset/fifty-turtles-sneeze.md, .changeset/chatty-chairs-mate.md Deleted changeset files documenting patch updates and fixes for service-utils and thirdweb.
packages/service-utils/CHANGELOG.md Added version 0.10.2 entry noting webhook payload data changed to object.
packages/service-utils/package.json Updated version from 0.10.1 to 0.10.2.
packages/nebula/CHANGELOG.md Added version 0.2.3 entry updating thirdweb dependency to 5.105.3.
packages/nebula/package.json Updated version from 0.2.2 to 0.2.3.
packages/thirdweb/CHANGELOG.md Added version 5.105.3 entry introducing Session Keys, preventing admin wallet connection without IAW config, and updating engine API.
packages/thirdweb/package.json Updated version from 5.105.2 to 5.105.3.
packages/engine/CHANGELOG.md Added version 3.2.0 entry introducing new engine v3 APIs.
packages/engine/package.json Updated version from 3.1.0 to 3.2.0.
packages/wagmi-adapter/CHANGELOG.md Added new version 0.2.100 entry without additional details.
packages/wagmi-adapter/package.json Updated version from 0.2.99 to 0.2.100.

Possibly related PRs

  • Version Packages #7445: Modifies the webhook payload data type in @thirdweb-dev/service-utils, directly related as it affects the same field but in a different way.
  • chore: change webhook back to object #7461: Implements the patch that changes the webhook payload property from an array to an object, matching the changelog update in this PR.
  • Version Packages #7217: Previous patch release adding type capabilities and service descriptions in @thirdweb-dev/service-utils.

Suggested labels

packages

Warning

Review ran into problems

🔥 Problems

Errors were encountered while retrieving linked issues.

Errors (1)
  • EIP-7702: Entity not found: Issue - Could not find referenced Issue.

🪧 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.
    • Explain this complex logic.
    • 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. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • 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 src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

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

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai 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

Documentation and Community

  • 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.

Copy link
Contributor

graphite-app bot commented Jun 27, 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.

Copy link

codecov bot commented Jun 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.91%. Comparing base (6d1d344) to head (581df19).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7463   +/-   ##
=======================================
  Coverage   51.91%   51.91%           
=======================================
  Files         947      947           
  Lines       63940    63940           
  Branches     4218     4214    -4     
=======================================
  Hits        33197    33197           
  Misses      30637    30637           
  Partials      106      106           
Flag Coverage Δ
packages 51.91% <ø> (ø)
🚀 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.

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 (2)
packages/service-utils/package.json (1)

44-46: Repository path likely copy-pasted from a different package.

"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/pay" still points to packages/pay, not packages/service-utils.
While unchanged in this diff, leaving it incorrect can confuse users browsing npm.

-  "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/pay",
+  "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/service-utils",
packages/service-utils/CHANGELOG.md (1)

3-8: Minor wording / punctuation polish for the new entry.

Consider capitalising the sentence and ending with a period to stay consistent with other entries.

- - [#7461](https://github.com/thirdweb-dev/js/pull/7461) [`c7f7f48`](https://github.com/thirdweb-dev/js/commit/c7f7f4822283a4d85aa36a0f255bc147c87864dc) Thanks [@arcoraven](https://github.com/arcoraven)! - chore: data in webhook payload is an object
+ - [#7461](https://github.com/thirdweb-dev/js/pull/7461) [`c7f7f48`](https://github.com/thirdweb-dev/js/commit/c7f7f4822283a4d85aa36a0f255bc147c87864dc) Thanks [@arcoraven](https://github.com/arcoraven)! – **chore:** Data in webhook payload is now an object.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c7f7f48 and 21d6b8d.

📒 Files selected for processing (3)
  • .changeset/mean-jars-cheat.md (0 hunks)
  • packages/service-utils/CHANGELOG.md (1 hunks)
  • packages/service-utils/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/mean-jars-cheat.md
🧰 Additional context used
🪛 LanguageTool
packages/service-utils/CHANGELOG.md

[uncategorized] ~7-~7: A punctuation mark might be missing here.
Context: ...//github.com//pull/7461) [c7f7f48](https://github.com/thirdweb-d...

(AI_EN_LECTOR_MISSING_PUNCTUATION)

⏰ Context from checks skipped due to timeout of 90000ms (7)
  • GitHub Check: Size
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: Unit Tests
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (1)
packages/service-utils/package.json (1)

72-72: Version bump looks fine – double-check downstream publishing hooks.

The patch version increment to 0.10.2 matches the CHANGELOG entry and should unblock the release pipeline.
No further issues spotted here.

Copy link
Contributor

github-actions bot commented Jun 27, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 63.11 KB (0%) 1.3 s (0%) 254 ms (+228.69% 🔺) 1.6 s
thirdweb (cjs) 352.76 KB (0%) 7.1 s (0%) 737 ms (+19.19% 🔺) 7.8 s
thirdweb (minimal + tree-shaking) 5.72 KB (0%) 115 ms (0%) 65 ms (+1001.49% 🔺) 179 ms
thirdweb/chains (tree-shaking) 530 B (0%) 11 ms (0%) 41 ms (+2496.99% 🔺) 51 ms
thirdweb/react (minimal + tree-shaking) 19.59 KB (0%) 392 ms (0%) 61 ms (+356.04% 🔺) 453 ms

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 (1)
packages/service-utils/CHANGELOG.md (1)

3-8: Changelog entry looks good – small wording tweak could improve clarity

The new note reads well, but consider adding “now” to make the breaking-change explicit and mirror the phrasing used in earlier entries (e.g. “require webhook payload to be an array”).

- - [#7461](https://github.com/thirdweb-dev/js/pull/7461) [`c7f7f48`](https://github.com/thirdweb-dev/js/commit/c7f7f4822283a4d85aa36a0f255bc147c87864dc) Thanks [@arcoraven](https://github.com/arcoraven)! - chore: data in webhook payload is an object
+ - [#7461](https://github.com/thirdweb-dev/js/pull/7461) [`c7f7f48`](https://github.com/thirdweb-dev/js/commit/c7f7f4822283a4d85aa36a0f255bc147c87864dc) Thanks [@arcoraven](https://github.com/arcoraven)! - chore: data in webhook payload is **now** an object

Purely a nit – feel free to ignore if you prefer the existing wording.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 21d6b8d and 581df19.

📒 Files selected for processing (9)
  • .changeset/mean-jars-cheat.md (0 hunks)
  • packages/nebula/CHANGELOG.md (1 hunks)
  • packages/nebula/package.json (1 hunks)
  • packages/service-utils/CHANGELOG.md (1 hunks)
  • packages/service-utils/package.json (1 hunks)
  • packages/thirdweb/CHANGELOG.md (1 hunks)
  • packages/thirdweb/package.json (1 hunks)
  • packages/wagmi-adapter/CHANGELOG.md (1 hunks)
  • packages/wagmi-adapter/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/mean-jars-cheat.md
✅ Files skipped from review due to trivial changes (6)
  • packages/wagmi-adapter/CHANGELOG.md
  • packages/nebula/CHANGELOG.md
  • packages/nebula/package.json
  • packages/wagmi-adapter/package.json
  • packages/thirdweb/package.json
  • packages/thirdweb/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • packages/service-utils/package.json
🧰 Additional context used
🪛 LanguageTool
packages/service-utils/CHANGELOG.md

[uncategorized] ~7-~7: A punctuation mark might be missing here.
Context: ...//github.com//pull/7461) [c7f7f48](https://github.com/thirdweb-d...

(AI_EN_LECTOR_MISSING_PUNCTUATION)

⏰ Context from checks skipped due to timeout of 90000ms (8)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: Build Packages
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Size
  • GitHub Check: Lint Packages
  • GitHub Check: Unit Tests
  • GitHub Check: Analyze (javascript)

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 (1)
packages/service-utils/CHANGELOG.md (1)

7-7: Add terminal period for consistency

All previous bullet-points in this changelog end with a period. Keeping punctuation consistent aids readability.

- - [#7461](https://github.com/thirdweb-dev/js/pull/7461) [`c7f7f48`](https://github.com/thirdweb-dev/js/commit/c7f7f4822283a4d85aa36a0f255bc147c87864dc) Thanks [@arcoraven](https://github.com/arcoraven)! - chore: data in webhook payload is an object
+ - [#7461](https://github.com/thirdweb-dev/js/pull/7461) [`c7f7f48`](https://github.com/thirdweb-dev/js/commit/c7f7f4822283a4d85aa36a0f255bc147c87864dc) Thanks [@arcoraven](https://github.com/arcoraven)! - chore: data in webhook payload is an object.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 581df19 and 8822242.

📒 Files selected for processing (10)
  • .changeset/fifty-turtles-sneeze.md (0 hunks)
  • .changeset/mean-jars-cheat.md (0 hunks)
  • packages/nebula/CHANGELOG.md (1 hunks)
  • packages/nebula/package.json (1 hunks)
  • packages/service-utils/CHANGELOG.md (1 hunks)
  • packages/service-utils/package.json (1 hunks)
  • packages/thirdweb/CHANGELOG.md (1 hunks)
  • packages/thirdweb/package.json (1 hunks)
  • packages/wagmi-adapter/CHANGELOG.md (1 hunks)
  • packages/wagmi-adapter/package.json (1 hunks)
💤 Files with no reviewable changes (2)
  • .changeset/fifty-turtles-sneeze.md
  • .changeset/mean-jars-cheat.md
✅ Files skipped from review due to trivial changes (4)
  • packages/wagmi-adapter/CHANGELOG.md
  • packages/wagmi-adapter/package.json
  • packages/thirdweb/package.json
  • packages/service-utils/package.json
🚧 Files skipped from review as they are similar to previous changes (3)
  • packages/nebula/package.json
  • packages/nebula/CHANGELOG.md
  • packages/thirdweb/CHANGELOG.md
🧰 Additional context used
🪛 LanguageTool
packages/service-utils/CHANGELOG.md

[uncategorized] ~7-~7: A punctuation mark might be missing here.
Context: ...//github.com//pull/7461) [c7f7f48](https://github.com/thirdweb-d...

(AI_EN_LECTOR_MISSING_PUNCTUATION)

⏰ Context from checks skipped due to timeout of 90000ms (8)
  • GitHub Check: Size
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Unit Tests
  • GitHub Check: Build Packages
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)

@joaquim-verges joaquim-verges force-pushed the changeset-release/main branch from 8822242 to dcaf57a Compare June 28, 2025 01: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 (1)
packages/service-utils/CHANGELOG.md (1)

7-7: Polish wording & punctuation for consistency

Earlier bullets usually read like short imperative statements and end with a period.
A tiny tweak keeps the tone consistent and slightly clearer:

- - [#7461](https://github.com/thirdweb-dev/js/pull/7461) [`c7f7f48`](https://github.com/thirdweb-dev/js/commit/c7f7f4822283a4d85aa36a0f255bc147c87864dc) Thanks [@arcoraven](https://github.com/arcoraven)! - chore: data in webhook payload is an object
+ - [#7461](https://github.com/thirdweb-dev/js/pull/7461) [`c7f7f48`](https://github.com/thirdweb-dev/js/commit/c7f7f4822283a4d85aa36a0f255bc147c87864dc) Thanks [@arcoraven](https://github.com/arcoraven)! - chore: make `data` in webhook payload an object.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8822242 and dcaf57a.

📒 Files selected for processing (13)
  • .changeset/chatty-chairs-mate.md (0 hunks)
  • .changeset/fifty-turtles-sneeze.md (0 hunks)
  • .changeset/mean-jars-cheat.md (0 hunks)
  • packages/engine/CHANGELOG.md (1 hunks)
  • packages/engine/package.json (1 hunks)
  • packages/nebula/CHANGELOG.md (1 hunks)
  • packages/nebula/package.json (1 hunks)
  • packages/service-utils/CHANGELOG.md (1 hunks)
  • packages/service-utils/package.json (1 hunks)
  • packages/thirdweb/CHANGELOG.md (1 hunks)
  • packages/thirdweb/package.json (1 hunks)
  • packages/wagmi-adapter/CHANGELOG.md (1 hunks)
  • packages/wagmi-adapter/package.json (1 hunks)
💤 Files with no reviewable changes (3)
  • .changeset/chatty-chairs-mate.md
  • .changeset/mean-jars-cheat.md
  • .changeset/fifty-turtles-sneeze.md
✅ Files skipped from review due to trivial changes (4)
  • packages/engine/package.json
  • packages/wagmi-adapter/package.json
  • packages/service-utils/package.json
  • packages/engine/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (5)
  • packages/nebula/CHANGELOG.md
  • packages/wagmi-adapter/CHANGELOG.md
  • packages/thirdweb/package.json
  • packages/nebula/package.json
  • packages/thirdweb/CHANGELOG.md
🧰 Additional context used
🪛 LanguageTool
packages/service-utils/CHANGELOG.md

[uncategorized] ~7-~7: A punctuation mark might be missing here.
Context: ...//github.com//pull/7461) [c7f7f48](https://github.com/thirdweb-d...

(AI_EN_LECTOR_MISSING_PUNCTUATION)

⏰ Context from checks skipped due to timeout of 90000ms (8)
  • GitHub Check: Build Packages
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: Lint Packages
  • GitHub Check: Size
  • GitHub Check: Unit Tests
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (1)
packages/service-utils/CHANGELOG.md (1)

3-6: Changelog section header LGTM

Version header and subsection follow the existing style; no concerns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages SDK Involves changes to the thirdweb SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant