Skip to content

🔖 release: server@0.2.93, mobile@1.2.8#1009

Draft
cruzdanilo wants to merge 1 commit into
mainfrom
changeset-release/main
Draft

🔖 release: server@0.2.93, mobile@1.2.8#1009
cruzdanilo wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@cruzdanilo
Copy link
Copy Markdown
Member

@cruzdanilo cruzdanilo commented May 11, 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.2.8

Patch Changes

@exactly/server@0.2.93

Patch Changes

Summary by CodeRabbit

  • New Features & Bug Fixes
    • Version bumped to 1.2.8 with corresponding server update (0.2.93).
    • Mobile app patch includes improved swap balance validation.
    • Updated changelogs documenting cross-chain support enhancements, authentication error handling, and storage improvements.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 11, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 2a2a8139-fe5d-481b-9973-cacf020e507e

📥 Commits

Reviewing files that changed from the base of the PR and between bc8d774 and 70bf243.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (18)
  • .changeset/better-feet-arrive.md
  • .changeset/better-nights-brush.md
  • .changeset/calm-foxes-route.md
  • .changeset/clear-cobras-sip.md
  • .changeset/easy-rockets-reply.md
  • .changeset/fuzzy-icons-push.md
  • .changeset/olive-pandas-behave.md
  • .changeset/purple-hats-occur.md
  • .changeset/quiet-otter-rest.md
  • .changeset/smooth-plants-grab.md
  • .changeset/solid-snails-add.md
  • .changeset/tough-ducks-end.md
  • .changeset/twelve-points-sniff.md
  • .changeset/wide-laws-travel.md
  • CHANGELOG.md
  • package.json
  • server/CHANGELOG.md
  • server/package.json
💤 Files with no reviewable changes (14)
  • .changeset/easy-rockets-reply.md
  • .changeset/olive-pandas-behave.md
  • .changeset/quiet-otter-rest.md
  • .changeset/purple-hats-occur.md
  • .changeset/smooth-plants-grab.md
  • .changeset/clear-cobras-sip.md
  • .changeset/tough-ducks-end.md
  • .changeset/solid-snails-add.md
  • .changeset/better-nights-brush.md
  • .changeset/twelve-points-sniff.md
  • .changeset/calm-foxes-route.md
  • .changeset/wide-laws-travel.md
  • .changeset/fuzzy-icons-push.md
  • .changeset/better-feet-arrive.md

Walkthrough

Bumps @exactly/server to v0.2.93, adds a server changelog entry for #898, removes the associated server changeset, advances the repo version to 1.2.8 and the workspace dependency to ^0.2.93, updates top-level changelog, and edits multiple .changeset files for @exactly/mobile.

Changes

Release & Repo Metadata Update

Layer / File(s) Summary
Server package version
server/package.json
Updated version from 0.2.920.2.93.
Server changelog entry
server/CHANGELOG.md
Inserted v0.2.93 Patch Changes section with #898 ("add card limit handler") and commit/author reference.
Remove server changeset
.changeset/clear-cobras-sip.md
Removed changeset that declared the server patch and its release note.
Top-level package version
package.json
Bumped repo version from 1.2.71.2.8.
Workspace dependency update
package.json
Advanced @exactly/server dependency workspace:^0.2.92workspace:^0.2.93.
Top-level changelog
CHANGELOG.md
Added 1.2.8 release notes listing patch changes and noting updated dependency @exactly/server@0.2.93.
Changesets for mobile
.changeset/*.md
Multiple .changeset files were added, cleared, or removed; several entries for @exactly/mobile were deleted and one (solid-snails-add.md) added for a mobile patch.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • exactly/exa#628: Related release-management changes updating server/package.json and server/CHANGELOG.md.

Suggested reviewers

  • dieguezguille
🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 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 purpose of the PR: releasing two packages with specific versions (server@0.2.93, mobile@1.2.8).
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

Copy link
Copy Markdown

@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 the @exactly/server package to version 0.2.93. The changes include updating the package.json version, adding a new entry to the CHANGELOG.md regarding a card limit handler, and removing the corresponding changeset file. I have no feedback to provide.

@sentry
Copy link
Copy Markdown

sentry Bot commented May 11, 2026

✅ All tests passed.

@cruzdanilo cruzdanilo changed the title 🔖 release: server@0.2.93 🔖 release: server@0.2.93, mobile@1.2.8 May 11, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch 3 times, most recently from fee5ba2 to bc8d774 Compare May 12, 2026 21:16
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from bc8d774 to 70bf243 Compare May 13, 2026 12:48
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