Skip to content

🔖 release: server@0.2.63, mobile@1.1.13#768

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

🔖 release: server@0.2.63, mobile@1.1.13#768
cruzdanilo merged 1 commit intomainfrom
changeset-release/main

Conversation

@cruzdanilo
Copy link
Member

@cruzdanilo cruzdanilo commented Feb 12, 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.13

Patch Changes

@exactly/server@0.2.63

Patch Changes

Summary by CodeRabbit

Release Notes

  • Bug Fixes

    • Fixed network failures in asset logo image handler
    • Resolved orphaned proposals on nonce-too-low revert
    • Added ARIA accessibility support to repay slider
  • Version Updates

    • Mobile package: v1.1.13
    • Server package: v0.2.63

@coderabbitai
Copy link

coderabbitai bot commented Feb 12, 2026

Walkthrough

Release metadata and changelogs updated: mobile package bumped to v1.1.13 and server package to v0.2.63; several processed .changeset files were removed. No source code or public API signatures were modified.

Changes

Cohort / File(s) Summary
Removed changesets
.changeset/brave-eagle-filter.md, .changeset/brave-foxes-camp.md, .changeset/clear-donkeys-grow.md, .changeset/puny-sides-like.md
Deleted four processed changeset files (patch-level changelog entries); no code or API changes.
Mobile release docs & metadata
CHANGELOG.md, package.json
Bumped mobile package version 1.1.121.1.13; added CHANGELOG entry for 1.1.13 (PR #767, PR #724) and updated dependency @exactly/server to workspace:^0.2.63.
Server release docs & metadata
server/CHANGELOG.md, server/package.json
Bumped server package version 0.2.620.2.63; added CHANGELOG entry for 0.2.63 (PR #765) describing fix for orphaned proposals on nonce-too-low revert.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested reviewers

  • dieguezguille
  • nfmelendez
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: a release of two packages with specific version bumps, which is reflected in the changeset files, CHANGELOG updates, and package.json modifications.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

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

No actionable comments were generated in the recent review. 🎉


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.

@cruzdanilo cruzdanilo marked this pull request as draft February 12, 2026 16:55
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

@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 automates the release of the @exactly/mobile package, updating its version to 1.1.13. The release includes a specific fix aimed at enhancing the handling of network failures for asset logo images, contributing to a more stable application.

Highlights

  • Package Release: Released the @exactly/mobile package, bumping its version to 1.1.13.
  • Included Fix: Incorporated a patch that filters network failures in the asset logo image handler, improving robustness.
Changelog
  • .changeset/brave-eagle-filter.md
    • Removed the changeset file as its associated changes have been integrated into the new release.
  • .changeset/clear-donkeys-grow.md
    • Removed an empty changeset file, indicating it was consumed by the release process.
  • CHANGELOG.md
    • Added a new entry for version 1.1.13 under @exactly/mobile, detailing the patch changes included in this release.
  • package.json
    • Updated the version field for the @exactly/mobile package from 1.1.12 to 1.1.13.
Activity
  • This pull request was automatically generated by the Changesets release GitHub action to publish a new version of the @exactly/mobile package.
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

@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 updates @exactly/mobile to version 1.1.13, correctly updating package.json and CHANGELOG.md with patch notes regarding network failure filtering in the asset logo handler. A medium-severity vulnerability was identified: the code introduces a change that suppresses TLS-related errors, which could prevent the detection of Man-in-the-Middle (MITM) attacks when loading images. Aside from this, the release process appears to be followed correctly, and no issues were found in the metadata changes.

@cruzdanilo cruzdanilo changed the title 🔖 release: mobile@1.1.13 🔖 release: server@0.2.63, mobile@1.1.13 Feb 12, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch 2 times, most recently from 688d4f3 to 771180c Compare February 12, 2026 18:18
@sentry
Copy link

sentry bot commented Feb 12, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #768      +/-   ##
==========================================
- Coverage   68.29%   68.15%   -0.15%     
==========================================
  Files         207      207              
  Lines        6949     6949              
  Branches     2167     2167              
==========================================
- Hits         4746     4736      -10     
- Misses       2013     2021       +8     
- Partials      190      192       +2     
Flag Coverage Δ
e2e 68.15% <ø> (-0.11%) ⬇️

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 force-pushed the changeset-release/main branch from 771180c to 2a1c31f Compare February 12, 2026 21:27
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 2a1c31f to cebdd0b Compare February 13, 2026 00:15
@cruzdanilo cruzdanilo merged commit cebdd0b into main Feb 13, 2026
12 checks passed
@cruzdanilo cruzdanilo deleted the changeset-release/main branch February 13, 2026 11:23
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