Skip to content

ci(repo): Version packages #6454

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
Aug 6, 2025
Merged

ci(repo): Version packages #6454

merged 1 commit into from
Aug 6, 2025

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Aug 1, 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

@clerk/clerk-js@5.80.0

Minor Changes

  • [Billing Beta] Update checkout.status type to be 'needs_confirmation' | 'completed' instead of string. (#6474) by @panteliselef

Patch Changes

  • [Billing Beta] Stricter return type of useCheckout to improve inference of other properties. (#6473) by @panteliselef

  • Guard against navigation to root sign-in route during setActive in SignInFactorOne (#6462) by @LauraBeatris

  • Fix invalid DOM element prop being passed down to Input (#6458) by @jacekradko

  • Fix iframe detetction and ensure we prefer the oauth popup flow when in an iframe. (#6455) by @brkalow

  • Fix multi-session navigation for hash routing (#6461) by @LauraBeatris

  • Fix touchSession option to only affect session touch behavior to window focus events. (#6444) by @LauraBeatris

    Previously, when touchSession: false was provided, it incorrectly prevented session touching during setActive() calls when switching sessions or selecting organizations.

  • Updated dependencies [9368daf, f93965f, 7b6dcee, ef87617]:

    • @clerk/shared@3.18.0
    • @clerk/localizations@3.20.7
    • @clerk/types@4.73.0

@clerk/nextjs@6.29.0

Minor Changes

  • [Billing Beta] Stricter return type of useCheckout to improve inference of other properties. (#6473) by @panteliselef

Patch Changes

  • Propagate treatPendingAsSignedOut to auth from clerkMiddleware (#6477) by @LauraBeatris

    export default clerkMiddleware(async (auth, req) => {
      // If the session has a `pending` status, `userId` will be `null` by default, treated as a signed-out state
      const { userId } = await auth();
    });
    export default clerkMiddleware(async (auth, req) => {
      // If the session has a `pending` status, `userId` will be defined, treated as a signed-in state
      const { userId } = await auth({ treatPendingAsSignedOut: false });
    });
  • Updated dependencies [9368daf, f93965f, 7b6dcee, ef87617]:

    • @clerk/shared@3.18.0
    • @clerk/clerk-react@5.39.0
    • @clerk/types@4.73.0
    • @clerk/backend@2.6.3

@clerk/clerk-react@5.39.0

Minor Changes

  • [Billing Beta] Stricter return type of useCheckout to improve inference of other properties. (#6473) by @panteliselef

Patch Changes

@clerk/shared@3.18.0

Minor Changes

  • [Billing Beta] Stricter return type of useCheckout to improve inference of other properties. (#6473) by @panteliselef

Patch Changes

@clerk/types@4.73.0

Minor Changes

  • [Billing Beta] Update checkout.status type to be 'needs_confirmation' | 'completed' instead of string. (#6474) by @panteliselef

Patch Changes

  • Add types for form_param_type_invalid errors. (#6457) by @dstaley

@clerk/agent-toolkit@0.1.17

Patch Changes

@clerk/astro@2.10.14

Patch Changes

@clerk/backend@2.6.3

Patch Changes

@clerk/chrome-extension@2.5.16

Patch Changes

@clerk/elements@0.23.49

Patch Changes

@clerk/clerk-expo@2.14.15

Patch Changes

@clerk/expo-passkeys@0.3.26

Patch Changes

@clerk/express@1.7.16

Patch Changes

@clerk/fastify@2.4.16

Patch Changes

@clerk/localizations@3.20.7

Patch Changes

@clerk/nuxt@1.8.2

Patch Changes

@clerk/react-router@1.8.10

Patch Changes

  • Updated dependencies [9368daf, f93965f, 7b6dcee, ef87617]:
    • @clerk/shared@3.18.0
    • @clerk/clerk-react@5.39.0
    • @clerk/types@4.73.0
    • @clerk/backend@2.6.3

@clerk/remix@4.10.10

Patch Changes

  • Updated dependencies [9368daf, f93965f, 7b6dcee, ef87617]:
    • @clerk/shared@3.18.0
    • @clerk/clerk-react@5.39.0
    • @clerk/types@4.73.0
    • @clerk/backend@2.6.3

@clerk/tanstack-react-start@0.21.6

Patch Changes

  • Updated dependencies [9368daf, f93965f, 7b6dcee, ef87617]:
    • @clerk/shared@3.18.0
    • @clerk/clerk-react@5.39.0
    • @clerk/types@4.73.0
    • @clerk/backend@2.6.3

@clerk/testing@1.10.10

Patch Changes

@clerk/themes@2.4.5

Patch Changes

@clerk/vue@1.9.2

Patch Changes

Summary by CodeRabbit

  • New Features

    • Improved type safety for billing features, including stricter types for checkout status and enhanced type inference in relevant hooks.
  • Bug Fixes

    • Corrected session behavior so that session options only affect intended scenarios.
    • Fixed issues related to navigation, iframe detection, and DOM property handling in authentication flows.
  • Chores

    • Updated internal dependencies across multiple packages to their latest versions.
  • Documentation

    • Updated changelogs to reflect new releases and recent changes.

Copy link

vercel bot commented Aug 1, 2025

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

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 6, 2025 11:56am

Copy link
Contributor

coderabbitai bot commented Aug 1, 2025

📝 Walkthrough

Walkthrough

This change updates version numbers and changelogs across multiple packages including @clerk/clerk-js, @clerk/chrome-extension, @clerk/clerk-expo, @clerk/backend, @clerk/elements, @clerk/express, @clerk/fastify, @clerk/localizations, @clerk/nextjs, @clerk/nuxt, @clerk/react-router, @clerk/remix, @clerk/shared, @clerk/tanstack-react-start, @clerk/testing, @clerk/themes, @clerk/types, and @clerk/vue. The main functional fix in @clerk/clerk-js corrects the touchSession option so it only affects session touching on window focus events, fixing a prior issue where it disabled session touching during setActive() calls such as session switching or organization selection. Previously introduced patches in @clerk/clerk-js related to iframe detection, invalid DOM property fixes, and multi-session navigation with hash routing, as well as a behavioral change in @clerk/vue removing the treatPendingAsSignedOut option, were reverted. All other packages primarily update dependencies to these new patched versions and increment their patch versions without functional or behavioral changes. No changes were made to exported or public entity declarations.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

types, nextjs, react, remix, backend, fastify, localizations, themes, elements, express, testing, tanstack, astro, react-router, nuxt, vue, agent-toolkit

Suggested reviewers

  • brkalow
  • LauraBeatris

📜 Recent review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between edfce53 and ee865c9.

📒 Files selected for processing (56)
  • .changeset/brown-wings-shake.md (0 hunks)
  • .changeset/eager-cats-attend.md (0 hunks)
  • .changeset/eighty-bobcats-act.md (0 hunks)
  • .changeset/four-coins-film.md (0 hunks)
  • .changeset/nasty-shirts-behave.md (0 hunks)
  • .changeset/rare-laws-stop.md (0 hunks)
  • .changeset/shaky-baboons-taste.md (0 hunks)
  • .changeset/sixty-dogs-film.md (0 hunks)
  • .changeset/slow-loops-mix.md (0 hunks)
  • .changeset/tricky-planets-cry.md (0 hunks)
  • .changeset/warm-lies-dance.md (0 hunks)
  • .changeset/yellow-radios-stop.md (0 hunks)
  • packages/agent-toolkit/CHANGELOG.md (1 hunks)
  • packages/agent-toolkit/package.json (1 hunks)
  • packages/astro/CHANGELOG.md (1 hunks)
  • packages/astro/package.json (1 hunks)
  • packages/backend/CHANGELOG.md (1 hunks)
  • packages/backend/package.json (1 hunks)
  • packages/chrome-extension/CHANGELOG.md (1 hunks)
  • packages/chrome-extension/package.json (1 hunks)
  • packages/clerk-js/CHANGELOG.md (1 hunks)
  • packages/clerk-js/package.json (1 hunks)
  • packages/elements/CHANGELOG.md (1 hunks)
  • packages/elements/package.json (1 hunks)
  • packages/expo-passkeys/CHANGELOG.md (1 hunks)
  • packages/expo-passkeys/package.json (1 hunks)
  • packages/expo/CHANGELOG.md (1 hunks)
  • packages/expo/package.json (1 hunks)
  • packages/express/CHANGELOG.md (1 hunks)
  • packages/express/package.json (1 hunks)
  • packages/fastify/CHANGELOG.md (1 hunks)
  • packages/fastify/package.json (1 hunks)
  • packages/localizations/CHANGELOG.md (1 hunks)
  • packages/localizations/package.json (1 hunks)
  • packages/nextjs/CHANGELOG.md (1 hunks)
  • packages/nextjs/package.json (1 hunks)
  • packages/nuxt/CHANGELOG.md (1 hunks)
  • packages/nuxt/package.json (1 hunks)
  • packages/react-router/CHANGELOG.md (1 hunks)
  • packages/react-router/package.json (1 hunks)
  • packages/react/CHANGELOG.md (1 hunks)
  • packages/react/package.json (1 hunks)
  • packages/remix/CHANGELOG.md (1 hunks)
  • packages/remix/package.json (1 hunks)
  • packages/shared/CHANGELOG.md (1 hunks)
  • packages/shared/package.json (1 hunks)
  • packages/tanstack-react-start/CHANGELOG.md (1 hunks)
  • packages/tanstack-react-start/package.json (1 hunks)
  • packages/testing/CHANGELOG.md (1 hunks)
  • packages/testing/package.json (1 hunks)
  • packages/themes/CHANGELOG.md (1 hunks)
  • packages/themes/package.json (1 hunks)
  • packages/types/CHANGELOG.md (1 hunks)
  • packages/types/package.json (1 hunks)
  • packages/vue/CHANGELOG.md (1 hunks)
  • packages/vue/package.json (1 hunks)
💤 Files with no reviewable changes (12)
  • .changeset/four-coins-film.md
  • .changeset/nasty-shirts-behave.md
  • .changeset/warm-lies-dance.md
  • .changeset/eighty-bobcats-act.md
  • .changeset/yellow-radios-stop.md
  • .changeset/rare-laws-stop.md
  • .changeset/shaky-baboons-taste.md
  • .changeset/slow-loops-mix.md
  • .changeset/sixty-dogs-film.md
  • .changeset/eager-cats-attend.md
  • .changeset/tricky-planets-cry.md
  • .changeset/brown-wings-shake.md
✅ Files skipped from review due to trivial changes (13)
  • packages/react-router/CHANGELOG.md
  • packages/localizations/package.json
  • packages/expo-passkeys/CHANGELOG.md
  • packages/backend/package.json
  • packages/testing/CHANGELOG.md
  • packages/nuxt/CHANGELOG.md
  • packages/astro/CHANGELOG.md
  • packages/tanstack-react-start/CHANGELOG.md
  • packages/astro/package.json
  • packages/express/CHANGELOG.md
  • packages/chrome-extension/CHANGELOG.md
  • packages/remix/CHANGELOG.md
  • packages/localizations/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (31)
  • packages/agent-toolkit/package.json
  • packages/nuxt/package.json
  • packages/elements/package.json
  • packages/fastify/package.json
  • packages/themes/package.json
  • packages/expo-passkeys/package.json
  • packages/remix/package.json
  • packages/chrome-extension/package.json
  • packages/expo/package.json
  • packages/themes/CHANGELOG.md
  • packages/clerk-js/package.json
  • packages/nextjs/package.json
  • packages/vue/package.json
  • packages/testing/package.json
  • packages/shared/package.json
  • packages/tanstack-react-start/package.json
  • packages/types/package.json
  • packages/react/package.json
  • packages/react-router/package.json
  • packages/fastify/CHANGELOG.md
  • packages/types/CHANGELOG.md
  • packages/express/package.json
  • packages/shared/CHANGELOG.md
  • packages/backend/CHANGELOG.md
  • packages/vue/CHANGELOG.md
  • packages/react/CHANGELOG.md
  • packages/agent-toolkit/CHANGELOG.md
  • packages/expo/CHANGELOG.md
  • packages/elements/CHANGELOG.md
  • packages/nextjs/CHANGELOG.md
  • packages/clerk-js/CHANGELOG.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). (2)
  • GitHub Check: semgrep-cloud-platform/scan
  • GitHub Check: Analyze (javascript-typescript)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 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.
  • 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.

Support

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

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

@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/clerk-js/CHANGELOG.md (1)

3-10: Clarify wording + highlight security-relevant change

  1. The sentence “Fix touchSession option to only affect session touch behavior to window focus events.” is grammatically awkward.
    Proposed tweak:
-Fix `touchSession` option to only affect session touch behavior to window focus events.
+Fix `touchSession` option so that it only affects session-touch behavior **on** window-focus events.
  1. Because this directly adjusts when sessions are “touched” (i.e., prolonged) it impacts auth/session-lifetime semantics. Tagging @clerk/security for visibility.

  2. No automated tests accompany the fix; consider adding an integration test that verifies:
    setActive() still touches the session when touchSession: false
    • Window-focus events respect the flag.

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 4602f18 and 7a078d8.

📒 Files selected for processing (7)
  • .changeset/yellow-radios-stop.md (0 hunks)
  • packages/chrome-extension/CHANGELOG.md (1 hunks)
  • packages/chrome-extension/package.json (1 hunks)
  • packages/clerk-js/CHANGELOG.md (1 hunks)
  • packages/clerk-js/package.json (1 hunks)
  • packages/expo/CHANGELOG.md (1 hunks)
  • packages/expo/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/yellow-radios-stop.md
🧰 Additional context used
📓 Path-based instructions (4)
**/*.{js,jsx,ts,tsx,json,css,scss,md,yaml,yml}

📄 CodeRabbit Inference Engine (.cursor/rules/development.mdc)

Use Prettier for consistent code formatting

Files:

  • packages/chrome-extension/package.json
  • packages/clerk-js/package.json
  • packages/expo/package.json
  • packages/chrome-extension/CHANGELOG.md
  • packages/expo/CHANGELOG.md
  • packages/clerk-js/CHANGELOG.md
packages/*/package.json

📄 CodeRabbit Inference Engine (.cursor/rules/global.mdc)

All publishable packages should be placed under the packages/ directory

packages/*/package.json: All publishable packages must be located in the 'packages/' directory.
All packages must be published under the @clerk namespace on npm.
Semantic versioning must be used across all packages.

Files:

  • packages/chrome-extension/package.json
  • packages/clerk-js/package.json
  • packages/expo/package.json
**/*

⚙️ CodeRabbit Configuration File

**/*: If there are no tests added or modified as part of the PR, please suggest that tests be added to cover the changes.

Whenever reviewing a pull request, if there are any changes that could impact security, always tag @clerk/security in the PR.

Security-impacting changes include, but are not limited to:

  • Changes to authentication logic or mechanisms (e.g. login, session handling, token issuance)
  • Any modification to access control, authorization checks, or role-based permissions
  • Introduction or modification of hashing algorithms, signature verification, or cryptographic primitives
  • Handling of sensitive data (e.g. passwords, tokens, secrets, PII)
  • Integration with external identity providers (e.g. SSO, OAuth, OpenID Connect)
  • Modifications to security headers, cookie flags, CORS policies, or CSRF protections
  • Bypass mechanisms (e.g. feature flags, testing overrides) that could weaken protections
  • Changes to rate limiting, abuse prevention, or input validation

If you're unsure whether a change is security-relevant, err on the side of caution and tag @clerk/security.

Any time that you tag @clerk/security, please do so explicitly in a code comment, rather than within a collapsed section in a coderabbit comment, such as the "recent review details" section. If you do use the team name in any thinking or non-direct-code-comment content, it can be referred to as "clerk security team" to avoid accidentally printing the tag which sends a notification to the team.

Files:

  • packages/chrome-extension/package.json
  • packages/clerk-js/package.json
  • packages/expo/package.json
  • packages/chrome-extension/CHANGELOG.md
  • packages/expo/CHANGELOG.md
  • packages/clerk-js/CHANGELOG.md
packages/**/CHANGELOG.md

📄 CodeRabbit Inference Engine (.cursor/rules/development.mdc)

Maintain detailed changelogs

Files:

  • packages/chrome-extension/CHANGELOG.md
  • packages/expo/CHANGELOG.md
  • packages/clerk-js/CHANGELOG.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). (5)
  • GitHub Check: semgrep-cloud-platform/scan
  • GitHub Check: Formatting | Dedupe | Changeset
  • GitHub Check: Build Packages
  • GitHub Check: semgrep/ci
  • GitHub Check: Analyze (javascript-typescript)
🔇 Additional comments (5)
packages/clerk-js/package.json (1)

3-3: Patch version bump is appropriate and SemVer-compliant

5.79.0 → 5.79.1 correctly reflects a bug-fix release. No further action needed.

packages/expo/package.json (1)

3-3: Version increment aligns with dependency update

Raising @clerk/clerk-expo to 2.14.15 keeps it in sync with the new clerk-js patch. ✅

packages/chrome-extension/package.json (1)

3-3: Consistent patch bump

2.5.16 correctly mirrors the transitive clerk-js fix. Looks good.

packages/expo/CHANGELOG.md (1)

3-9: Changelog entry looks good

The new 2.14.15 patch section is consistent with the file’s existing style and includes the required dependency bump reference. No further action needed.

packages/chrome-extension/CHANGELOG.md (1)

3-9: Changelog entry looks good

Version header, “Patch Changes” subsection, and dependency bump notation follow the existing style of the file. No content or formatting issues spotted.

Copy link

pkg-pr-new bot commented Aug 1, 2025

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@6454

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@6454

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@6454

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@6454

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@6454

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@6454

@clerk/elements

npm i https://pkg.pr.new/@clerk/elements@6454

@clerk/clerk-expo

npm i https://pkg.pr.new/@clerk/clerk-expo@6454

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@6454

@clerk/express

npm i https://pkg.pr.new/@clerk/express@6454

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@6454

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@6454

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@6454

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@6454

@clerk/clerk-react

npm i https://pkg.pr.new/@clerk/clerk-react@6454

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@6454

@clerk/remix

npm i https://pkg.pr.new/@clerk/remix@6454

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@6454

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@6454

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@6454

@clerk/themes

npm i https://pkg.pr.new/@clerk/themes@6454

@clerk/types

npm i https://pkg.pr.new/@clerk/types@6454

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@6454

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@6454

commit: ee865c9

@github-actions github-actions bot force-pushed the changeset-release/main branch from 7a078d8 to 18bd6fe Compare August 1, 2025 17:24
@github-actions github-actions bot force-pushed the changeset-release/main branch from 18bd6fe to 468dcbd Compare August 1, 2025 17:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from 468dcbd to 6f84ecb Compare August 1, 2025 18:51
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6f84ecb to cd00f6d Compare August 1, 2025 19:44
@github-actions github-actions bot force-pushed the changeset-release/main branch from cd00f6d to 911876f Compare August 3, 2025 05:58
@github-actions github-actions bot force-pushed the changeset-release/main branch from 911876f to ab39a0c Compare August 4, 2025 00:04
@github-actions github-actions bot force-pushed the changeset-release/main branch from ab39a0c to b77f348 Compare August 4, 2025 13:10
@github-actions github-actions bot force-pushed the changeset-release/main branch from b77f348 to 24f97db Compare August 4, 2025 13:16
@github-actions github-actions bot force-pushed the changeset-release/main branch from 24f97db to e2ed5a1 Compare August 4, 2025 13:33
@github-actions github-actions bot force-pushed the changeset-release/main branch from e2ed5a1 to d5cbba3 Compare August 4, 2025 15:14
@github-actions github-actions bot force-pushed the changeset-release/main branch from d5cbba3 to 30e6af7 Compare August 4, 2025 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants