Skip to content

🔖 release: server@0.2.66, mobile@1.1.15#783

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

🔖 release: server@0.2.66, mobile@1.1.15#783
cruzdanilo merged 1 commit intomainfrom
changeset-release/main

Conversation

@cruzdanilo
Copy link
Member

@cruzdanilo cruzdanilo commented Feb 16, 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.15

Patch Changes

@exactly/server@0.2.66

Patch Changes

@coderabbitai
Copy link

coderabbitai bot commented Feb 16, 2026

Warning

Rate limit exceeded

@cruzdanilo has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 13 minutes and 41 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ 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 automates the release process for the @exactly/mobile package, bumping its version to 1.1.15. It integrates a recent patch that resolves an issue with slippage calculation during max amount repayments, ensuring a more robust and accurate user experience.

Highlights

  • Mobile Package Release: The @exactly/mobile package has been released at version 1.1.15.
  • Bug Fix Included: A critical bug fix addressing missing slippage on repay max amount has been incorporated into this release.
Changelog
  • .changeset/brave-falcon-swim.md
    • Removed the changeset file related to the slippage fix.
  • .changeset/cozy-badgers-allow.md
    • Removed an empty changeset file.
  • CHANGELOG.md
    • Added a new entry for version 1.1.15 under @exactly/mobile.
    • Included details of the patch fix for missing slippage on repay max amount.
  • package.json
    • Updated the package version from 1.1.14 to 1.1.15.
Activity
  • This pull request was automatically generated by the Changesets release GitHub action.
  • The PR will be automatically updated if more changesets are added to the main branch.
  • The release includes a fix authored by @cruzdanilo.
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 handles the automated release of @exactly/mobile version 1.1.15. The changes correctly increment the package version in package.json, update CHANGELOG.md with the details of the patch fix, and remove the corresponding changeset files. The automated release process appears to be functioning correctly, and the changes are consistent with a standard version bump. This PR is ready to be merged.

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

@sentry
Copy link

sentry bot commented Feb 16, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #783      +/-   ##
==========================================
+ Coverage   69.07%   69.56%   +0.48%     
==========================================
  Files         207      207              
  Lines        7014     7182     +168     
  Branches     2207     2248      +41     
==========================================
+ Hits         4845     4996     +151     
- Misses       1991     2003      +12     
- Partials      178      183       +5     
Flag Coverage Δ
e2e 69.53% <ø> (+0.51%) ⬆️

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: mobile@1.1.15 🔖 release: server@0.2.66, mobile@1.1.15 Feb 16, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch 2 times, most recently from 1bedaf1 to 229f356 Compare February 16, 2026 04:07
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 229f356 to 9c23adb Compare February 16, 2026 04:09
@cruzdanilo cruzdanilo merged commit 9c23adb into main Feb 16, 2026
11 of 12 checks passed
@cruzdanilo cruzdanilo deleted the changeset-release/main branch February 16, 2026 11: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

Comments