Skip to content

🔖 release: mobile@1.1.11, server@0.2.61#754

Merged
cruzdanilo merged 1 commit intomainfrom
changeset-release/main
Feb 11, 2026
Merged

🔖 release: mobile@1.1.11, server@0.2.61#754
cruzdanilo merged 1 commit intomainfrom
changeset-release/main

Conversation

@cruzdanilo
Copy link
Member

@cruzdanilo cruzdanilo commented Feb 9, 2026

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

@exactly/mobile@1.1.11

Patch Changes

@exactly/server@0.2.61

Patch Changes

Summary by CodeRabbit

  • Bug Fixes

    • Improved error handling for biometric authentication failures during passkey creation
  • Chores

    • Released version 1.1.11 of the mobile application with updated dependencies
    • Server component updated to version 0.2.61 with additional improvements and fixes

@coderabbitai
Copy link

coderabbitai bot commented Feb 9, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

Removes three provisional changeset files, bumps @exactly/mobile from 1.1.10 → 1.1.11, updates root dependency @exactly/server to workspace:^0.2.61, and adds patch entries to root and server CHANGELOGs; server package version bumped to 0.2.61.

Changes

Cohort / File(s) Summary
Changeset deletions
\.changeset/bright-falcon-hunt.md, \.changeset/honest-nails-relax.md, \.changeset/warm-dogs-poke.md
Removes three provisional changeset files that previously recorded pending patch notes.
Mobile release metadata
CHANGELOG.md, package.json
Bumps @exactly/mobile version to 1.1.11, adds changelog entry (PR #753) about biometric/passkey handling, and updates dependency @exactly/server to workspace:^0.2.61.
Server release metadata
server/CHANGELOG.md, server/package.json
Adds 0.2.61 changelog entries and bumps server package version to 0.2.61.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Suggested reviewers

  • nfmelendez
  • dieguezguille
  • franm91
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the main purpose of the pull request: releasing two package versions.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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

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

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

@gemini-code-assist
Copy link

Summary of Changes

Hello @cruzdanilo, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request is an automated release generated by the Changesets action. Its primary purpose is to publish a new patch version of the @exactly/server package, incorporating recent bug fixes and enhancements related to error handling and fingerprinting within specific hooks. The changes ensure better tracking and identification of issues in the server component.

Highlights

  • Version Update: The @exactly/server package has been updated to version 0.2.61.
  • Error Fingerprinting: Improvements have been made to fingerprint block hook errors.
  • Activity Hook Error Handling: Errors in the activity hook related to 'poke' operations are now fingerprinted.
Changelog
  • .changeset/bright-falcon-hunt.md
    • Removed the changeset file for 'fingerprint block hook errors' as it has been applied.
  • .changeset/warm-dogs-poke.md
    • Removed the changeset file for 'fingerprint poke errors in activity hook' as it has been applied.
  • server/CHANGELOG.md
    • Added a new entry for version 0.2.61 under @exactly/server.
    • Included patch changes for fingerprinting block hook errors.
    • Included patch changes for fingerprinting poke errors in the activity hook.
  • server/package.json
    • Updated the version field from 0.2.60 to 0.2.61.
Activity
  • This pull request was automatically opened by the Changesets release GitHub action, indicating a new release is ready based on accumulated changesets.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@cruzdanilo cruzdanilo marked this pull request as draft February 9, 2026 20:42
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request is an automated release for @exactly/server version 0.2.61. The changes correctly update the package version and changelog. The underlying code changes, which improve Sentry error fingerprinting, were also reviewed. While the new fingerprinting logic is a good improvement, I noticed the logic is duplicated across server/hooks/block.ts, server/hooks/activity.ts, and server/utils/keeper.ts. To improve maintainability, this could be refactored into a shared utility function in a follow-up change. As these files are not in the diff, I'm providing this feedback here.

@sentry
Copy link

sentry bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.16%. Comparing base (c3098bd) to head (4d8bcfe).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #754      +/-   ##
==========================================
+ Coverage   67.81%   68.16%   +0.34%     
==========================================
  Files         206      206              
  Lines        7032     7093      +61     
  Branches     2210     2229      +19     
==========================================
+ Hits         4769     4835      +66     
+ Misses       2063     2060       -3     
+ Partials      200      198       -2     
Flag Coverage Δ
e2e 66.88% <ø> (-0.94%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cruzdanilo cruzdanilo changed the title 🔖 release: server@0.2.61 🔖 release: mobile@1.1.11, server@0.2.61 Feb 9, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch 4 times, most recently from 9c4418f to 43c76b4 Compare February 11, 2026 17:37
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 43c76b4 to 35c37fa Compare February 11, 2026 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant