Skip to content

🔖 release: server@0.2.85, docs@0.1.3, mobile@1.2.0#928

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

🔖 release: server@0.2.85, docs@0.1.3, mobile@1.2.0#928
cruzdanilo merged 1 commit intomainfrom
changeset-release/main

Conversation

@cruzdanilo
Copy link
Copy Markdown
Member

@cruzdanilo cruzdanilo commented Mar 31, 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.0

Minor Changes

  • #877 794df1d Thanks @cruzdanilo! - ⬆️ upgrade dependencies:

    • expo 54 → 55
    • react-native 0.81.5 → 0.83.2
    • react 19.1.0 → 19.2.0
    • @sentry/react-native 7 → 8
    • @tanstack/react-form 1.3 → 1.28
    • @eslint-react/eslint-plugin 2 → 3
  • #884 0360965 Thanks @cruzdanilo! - 🌐 setup native locales

Patch Changes

@exactly/docs@0.1.3

Patch Changes

@exactly/server@0.2.85

Patch Changes

  • #877 794df1d Thanks @cruzdanilo! - ⬆️ upgrade dependencies:
    • @segment/analytics-node 2 → 3
    • sentry 10.35 → 10.46

Summary by CodeRabbit

  • New Features

    • Enhanced native locale support with improved regional language handling
    • Expanded localization coverage including Argentinian Spanish and Portuguese translations
  • Bug Fixes

    • Improved camera and location permission text clarity
    • Fixed missing translation entries across Spanish and Portuguese locales
  • Dependencies

    • Updated core framework and library dependencies for improved performance and compatibility

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 31, 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: c62fbadb-e549-449e-a14a-e4ddf94492fb

📥 Commits

Reviewing files that changed from the base of the PR and between 1db67ef and 3d63da3.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (20)
  • .changeset/bold-geese-sip.md
  • .changeset/brave-foxes-rush.md
  • .changeset/calm-owls-greet.md
  • .changeset/clean-ducks-swim.md
  • .changeset/curvy-insects-sin.md
  • .changeset/fine-papayas-worry.md
  • .changeset/free-meals-sip.md
  • .changeset/gold-mice-spend.md
  • .changeset/heavy-lilies-stand.md
  • .changeset/long-rocks-rhyme.md
  • .changeset/modern-jeans-write.md
  • .changeset/raw-bees-hop.md
  • .changeset/sixty-bottles-burn.md
  • .changeset/soft-geese-pull.md
  • CHANGELOG.md
  • docs/CHANGELOG.md
  • docs/package.json
  • package.json
  • server/CHANGELOG.md
  • server/package.json
💤 Files with no reviewable changes (14)
  • .changeset/curvy-insects-sin.md
  • .changeset/brave-foxes-rush.md
  • .changeset/heavy-lilies-stand.md
  • .changeset/sixty-bottles-burn.md
  • .changeset/calm-owls-greet.md
  • .changeset/free-meals-sip.md
  • .changeset/long-rocks-rhyme.md
  • .changeset/modern-jeans-write.md
  • .changeset/fine-papayas-worry.md
  • .changeset/raw-bees-hop.md
  • .changeset/gold-mice-spend.md
  • .changeset/soft-geese-pull.md
  • .changeset/clean-ducks-swim.md
  • .changeset/bold-geese-sip.md

Walkthrough

Removed multiple .changeset files, bumped versions for @exactly/mobile, @exactly/server, and @exactly/docs, updated workspace dependency references, and added corresponding entries to root/docs/server CHANGELOGs.

Changes

Cohort / File(s) Summary
Changesets (mobile)
.changeset/bold-geese-sip.md, .changeset/brave-foxes-rush.md, .changeset/calm-owls-greet.md, .changeset/clean-ducks-swim.md, .changeset/curvy-insects-sin.md, .changeset/fine-papayas-worry.md, .changeset/free-meals-sip.md, .changeset/gold-mice-spend.md, .changeset/heavy-lilies-stand.md, .changeset/long-rocks-rhyme.md, .changeset/sixty-bottles-burn.md, .changeset/modern-jeans-write.md
Deleted multiple Changeset entries targeting @exactly/mobile (various dependency bump notes, locale/translation, permission text, typographic and bridge support notes).
Changesets (server/docs)
.changeset/soft-geese-pull.md, .changeset/raw-bees-hop.md
Deleted Changeset entries for @exactly/server (dependency bumps: @segment/analytics-node, sentry) and @exactly/docs (astro/astro-mermaid upgrades).
Root package & changelog
package.json, CHANGELOG.md
Bumped @exactly/mobile version 1.1.291.2.0, updated workspace @exactly/server constraint ^0.2.84^0.2.85, and added 1.2.0 changelog entries (minor and patch items).
Server package & changelog
server/package.json, server/CHANGELOG.md
Bumped server version 0.2.840.2.85 and added a patch changelog entry noting dependency upgrades.
Docs package & changelog
docs/package.json, docs/CHANGELOG.md
Bumped docs version 0.1.20.1.3, updated workspace @exactly/server to ^0.2.85, and added docs changelog entry for astro/astro-mermaid upgrades.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Suggested reviewers

  • nfmelendez
  • dieguezguille
  • Mateo-Soso
🚥 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 change—a release of three packages with their versions—which directly corresponds to all the version bumps and changelog entries in the changeset.

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

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 dependencies and versions for the @exactly/mobile, @exactly/docs, and @exactly/server packages, along with their respective changelogs. The review feedback suggests correcting a version mismatch for react-native in the mobile changelog and adding a missing dependency update entry for @exactly/server in the documentation changelog to ensure consistency across the project.


- [#877](https://github.com/exactly/exa/pull/877) [`794df1d`](https://github.com/exactly/exa/commit/794df1d14adf550f47b0eb2a49609739dbae95f7) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - ⬆️ upgrade dependencies:
- expo 54 → 55
- react-native 0.81.5 → 0.83.2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The react-native version mentioned in the changelog (0.83.2) does not match the actual version specified in package.json (0.83.4).

Suggested change
- react-native 0.81.5 → 0.83.2
- react-native 0.81.5 → 0.83.4

Comment on lines +9 to +10
- astro-mermaid 1 → 2

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The changelog for @exactly/docs is missing the "Updated dependencies" section. Since @exactly/server was updated in docs/package.json, it should be documented here for consistency with the other packages in this release.

Suggested change
- astro-mermaid 1 → 2
- astro-mermaid 1 → 2
- Updated dependencies [[`794df1d`](https://github.com/exactly/exa/commit/794df1d14adf550f47b0eb2a49609739dbae95f7)]:
- @exactly/server@0.2.85

@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from fc5ed38 to 7934544 Compare March 31, 2026 19:22
Copy link
Copy Markdown

@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
Copy Markdown

sentry bot commented Mar 31, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #928      +/-   ##
==========================================
+ Coverage   71.62%   71.63%   +0.01%     
==========================================
  Files         228      228              
  Lines        8233     8233              
  Branches     2642     2642              
==========================================
+ Hits         5897     5898       +1     
  Misses       2106     2106              
+ Partials      230      229       -1     
Flag Coverage Δ
e2e 71.63% <ø> (+19.21%) ⬆️

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 7934544 to 1db67ef Compare April 1, 2026 00:40
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 1db67ef to 3d63da3 Compare April 1, 2026 01:27
@cruzdanilo cruzdanilo merged commit 3d63da3 into main Apr 1, 2026
16 checks passed
@cruzdanilo cruzdanilo deleted the changeset-release/main branch April 1, 2026 11:55
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