Skip to content

🔖 release: common@0.0.15, mobile@1.2.13, docs@0.1.5, server@0.2.99#1085

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

🔖 release: common@0.0.15, mobile@1.2.13, docs@0.1.5, server@0.2.99#1085
cruzdanilo wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@cruzdanilo

@cruzdanilo cruzdanilo commented Jun 11, 2026

Copy link
Copy Markdown
Member

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.13

Patch Changes

@exactly/common@0.0.15

Patch Changes

@exactly/docs@0.1.5

Patch Changes

@exactly/server@0.2.99

Patch Changes

Summary by CodeRabbit

  • New Features

    • Added transaction attribution functionality
    • Implemented card creation documentation and idempotency improvements
    • Enhanced support for external account handling
  • Bug Fixes

    • Improved weak PIN error handling
    • Enhanced SIWE statement error management
  • Chores

    • Released version updates across packages (mobile 1.2.13, server 0.2.99, common 0.0.15)
    • Updated changelogs and dependency versions

@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown

Review Change Stack

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: fa85067c-c427-4b1a-84a2-169ae4fbd859

📥 Commits

Reviewing files that changed from the base of the PR and between 2fbb8e2 and 9309f9d.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (14)
  • .changeset/cute-buttons-roll.md
  • .changeset/hungry-impalas-sing.md
  • .changeset/soft-eggs-count.md
  • .changeset/wicked-lies-invent.md
  • .changeset/wild-points-lose.md
  • .maestro/package.json
  • CHANGELOG.md
  • common/CHANGELOG.md
  • common/package.json
  • docs/CHANGELOG.md
  • docs/package.json
  • package.json
  • server/CHANGELOG.md
  • server/package.json
💤 Files with no reviewable changes (5)
  • .changeset/soft-eggs-count.md
  • .changeset/hungry-impalas-sing.md
  • .changeset/wicked-lies-invent.md
  • .changeset/wild-points-lose.md
  • .changeset/cute-buttons-roll.md

Walkthrough

This PR performs a coordinated Changesets-driven release across multiple packages: @exactly/common bumps to v0.0.15, @exactly/server to v0.2.99, @exactly/docs to v0.1.5, and @exactly/mobile (root) to v1.2.13. All package versions, changelogs, and cross-package dependencies are updated in sequence.

Changes

Monorepo Release

Layer / File(s) Summary
Common library v0.0.15
common/package.json, common/CHANGELOG.md
@exactly/common version bumped to 0.0.15. Changelog records the patch change "add base builder code and attribution data".
Server v0.2.99 release
server/package.json, server/CHANGELOG.md
@exactly/server version bumped to 0.2.99. Changelog adds a 0.2.99 section with patch entries for sandbox card art, create card docs, idempotent card creation, card id return, weak PIN error handling, and additional fixes. Server devDependencies updated to common 0.0.15.
Docs v0.1.5 release
docs/package.json, docs/CHANGELOG.md
@exactly/docs version bumped to 0.1.5. Changelog records "add configuration resources" patch. Docs devDependencies updated to server 0.2.99 and common 0.0.15.
Mobile v1.2.13 and root dependencies
package.json, CHANGELOG.md
Root package.json version bumped to 1.2.13. Dependencies updated to server 0.2.99 and common 0.0.15. CHANGELOG records transaction attribution patch and updated dependency versions.
E2E framework dependency alignment
.maestro/package.json
E2E test framework devDependency on @exactly/common updated to 0.0.15.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

  • exactly/exa#1077: Changesets-driven release bump of @exactly/server to successive version with package.json and CHANGELOG updates.
  • exactly/exa#928: Release-management version bumps across root package.json, server/package.json, and docs/package.json with corresponding changelog entries.
  • exactly/exa#858: Changesets-style release updates with server/package.json version and server/CHANGELOG.md entries.

Suggested reviewers

  • nfmelendez
🚥 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 is fully related to the main change, clearly summarizing the release versions for four packages being published.
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
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code 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 gemini-code-assist Bot left a comment

Copy link
Copy Markdown

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.99 by applying several patch changes, including setting card art for the sandbox, adding create card documentation, returning the card ID, and improving weak PIN error handling. The corresponding changeset files were removed, and the changelog was updated. I have no feedback to provide as there are no review comments.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

✅ All tests passed.

@cruzdanilo cruzdanilo changed the title 🔖 release: server@0.2.99 🔖 release: server@0.2.99, docs@0.1.5 Jun 12, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch 3 times, most recently from dbfb9e2 to 2fbb8e2 Compare June 12, 2026 16:57

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1


ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 9a19e69d-3dee-499e-86d0-87d834d7aec3

📥 Commits

Reviewing files that changed from the base of the PR and between 8e22bc0 and 2fbb8e2.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (9)
  • .changeset/cute-buttons-roll.md
  • .changeset/hungry-impalas-sing.md
  • .changeset/soft-eggs-count.md
  • .changeset/wicked-lies-invent.md
  • .changeset/wild-points-lose.md
  • docs/CHANGELOG.md
  • docs/package.json
  • server/CHANGELOG.md
  • server/package.json
💤 Files with no reviewable changes (5)
  • .changeset/wild-points-lose.md
  • .changeset/soft-eggs-count.md
  • .changeset/hungry-impalas-sing.md
  • .changeset/cute-buttons-roll.md
  • .changeset/wicked-lies-invent.md

Comment thread docs/CHANGELOG.md
Comment on lines +3 to +7
## 0.1.5

### Patch Changes

- [#1049](https://github.com/exactly/exa/pull/1049) [`ce3b598`](https://github.com/exactly/exa/commit/ce3b598c15fcd4e57db3fa28cdf6f17c4c2a0622) Thanks [@nfmelendez](https://github.com/nfmelendez)! - 📝 add configuration resources

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🧹 Nitpick | 🔵 Trivial | 💤 Low value

Normalize the new docs release note to lowercase.

The docs guideline requires all internal documentation prose to be lowercase, but this new section adds Patch Changes and Thanks with capitalized text. If this file is generated, please update the generator/template instead of hand-editing the output.

As per coding guidelines, all internal documentation prose headings, paragraphs, list items, proper nouns, and brand names must be lowercase.

🧰 Tools
🪛 LanguageTool

[typographical] ~7-~7: Consider using an em dash in dialogues and enumerations.
Context: ...lendez](https://github.com/nfmelendez)! - 📝 add configuration resources ## 0.1....

(DASH_RULE)

Source: Coding guidelines

@cruzdanilo cruzdanilo changed the title 🔖 release: server@0.2.99, docs@0.1.5 🔖 release: common@0.0.15, mobile@1.2.13, server@0.2.99, docs@0.1.5 Jun 12, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch 3 times, most recently from bb009fd to 3889bc4 Compare June 12, 2026 17:43
@cruzdanilo cruzdanilo changed the title 🔖 release: common@0.0.15, mobile@1.2.13, server@0.2.99, docs@0.1.5 🔖 release: common@0.0.15, mobile@1.2.13, docs@0.1.5, server@0.2.99 Jun 12, 2026
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch 3 times, most recently from 221f159 to cbeca13 Compare June 12, 2026 19:11
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from cbeca13 to 0973239 Compare June 12, 2026 19:37
@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 0973239 to 9309f9d Compare June 22, 2026 19:36
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