🔖 release: common@0.0.15, mobile@1.2.13, docs@0.1.5, server@0.2.99#1085
🔖 release: common@0.0.15, mobile@1.2.13, docs@0.1.5, server@0.2.99#1085cruzdanilo wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (14)
💤 Files with no reviewable changes (5)
WalkthroughThis PR performs a coordinated Changesets-driven release across multiple packages: ChangesMonorepo Release
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
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. Comment |
There was a problem hiding this comment.
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.
|
✅ All tests passed. |
dbfb9e2 to
2fbb8e2
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 9a19e69d-3dee-499e-86d0-87d834d7aec3
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis 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.mddocs/CHANGELOG.mddocs/package.jsonserver/CHANGELOG.mdserver/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
| ## 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 |
There was a problem hiding this comment.
🧹 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
bb009fd to
3889bc4
Compare
221f159 to
cbeca13
Compare
cbeca13 to
0973239
Compare
0973239 to
9309f9d
Compare
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
#1081
c587e63Thanks @cruzdanilo! - ✨ implement transaction attributionUpdated dependencies [
e7831f6,c9160e0,695e5d2,7242bf2,fb9eac1,90ea59c,845f2b8,3bcb742,9862876,bd438df]:@exactly/common@0.0.15
Patch Changes
3bcb742Thanks @cruzdanilo! - ✨ add base builder code and attribution data@exactly/docs@0.1.5
Patch Changes
ce3b598Thanks @nfmelendez! - 📝 add configuration resources@exactly/server@0.2.99
Patch Changes
#1089
e7831f6Thanks @nfmelendez! - ✨ support factory selection in credential creation#1097
c9160e0Thanks @mainqueg! - 🐛 fix bridge schema for non-us external accounts#1048
695e5d2Thanks @nfmelendez! - 🔧 set card art for sandbox#1088
7242bf2Thanks @nfmelendez! - 🥅 add expected to siwe statement error#1081
fb9eac1Thanks @cruzdanilo! - ✨ implement transaction attribution#1048
90ea59cThanks @nfmelendez! - 📝 add create card docs845f2b8Thanks @nfmelendez! - 🐛 make card creation idempotent#1048
9862876Thanks @nfmelendez! - ✨ return card id#1048
bd438dfThanks @nfmelendez! - 🥅 improve weak pin error handlingSummary by CodeRabbit
New Features
Bug Fixes
Chores