🔖 release: mobile@1.1.1, server@0.2.50#662
Conversation
Summary of ChangesHello @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 of a new patch version for the Highlights
Using Gemini Code AssistThe 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
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 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
|
WalkthroughRemoved four Changes
Sequence Diagram(s)(omitted — changes are release metadata edits without new multi-component control flow) Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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 is an automated release for @exactly/mobile version 1.1.1, generated by the Changesets action. The changes include updating the version in package.json, adding the new release notes to CHANGELOG.md, and removing the corresponding changeset file. These changes are all standard for the release process and appear to be correct. No issues were found in this review.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #662 +/- ##
==========================================
+ Coverage 58.34% 60.93% +2.59%
==========================================
Files 168 168
Lines 5358 6013 +655
Branches 1535 1810 +275
==========================================
+ Hits 3126 3664 +538
- Misses 2075 2179 +104
- Partials 157 170 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9050e2e to
8099bed
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 3-11: The changelog block uses capitalized headings and long
single-line list items; change the heading "## 1.1.1" and subheading "### Patch
Changes" (and any prose like "Thanks") to lowercase and reflow each list item so
lines are ≤120 characters (wrap the PR/commit link portions and the "Thanks
[@...]" attribution onto subsequent lines as needed) while preserving the PR
numbers (e.g., [`#664`], [`#661`]) and commit hashes (e.g., `10d080c`, `e6d232a`,
`c36243c`) and the short descriptions (e.g., "🐛 fix android crash on cold
start", "🍱 fix android notification icons", "🐛 fix missing auth query function
error").
| ## 1.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - [#664](https://github.com/exactly/exa/pull/664) [`10d080c`](https://github.com/exactly/exa/commit/10d080cf15f7b06f2c2ca8515689ebca3d8d810e) Thanks [@dieguezguille](https://github.com/dieguezguille)! - 🐛 fix android crash on cold start | ||
|
|
||
| - [#661](https://github.com/exactly/exa/pull/661) [`e6d232a`](https://github.com/exactly/exa/commit/e6d232a10a91b4249f5cc1002ffe780639f9f57d) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🍱 fix android notification icons | ||
|
|
||
| - [#664](https://github.com/exactly/exa/pull/664) [`c36243c`](https://github.com/exactly/exa/commit/c36243ca0a64012c4a3b2ca05fcb58cf71e5ce5f) Thanks [@dieguezguille](https://github.com/dieguezguille)! - 🐛 fix missing auth query function error |
There was a problem hiding this comment.
normalize changelog text to lowercase and wrap long lines.
The new block uses capitalized prose (e.g., “Patch Changes”, “Thanks”) and long single-line entries. The markdown guidelines require all prose to be lowercase and lines ≤ 120 characters. Please lowercase the prose and wrap the list items.
🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 3 - 11, The changelog block uses capitalized
headings and long single-line list items; change the heading "## 1.1.1" and
subheading "### Patch Changes" (and any prose like "Thanks") to lowercase and
reflow each list item so lines are ≤120 characters (wrap the PR/commit link
portions and the "Thanks [@...]" attribution onto subsequent lines as needed)
while preserving the PR numbers (e.g., [`#664`], [`#661`]) and commit hashes (e.g.,
`10d080c`, `e6d232a`, `c36243c`) and the short descriptions (e.g., "🐛 fix
android crash on cold start", "🍱 fix android notification icons", "🐛 fix
missing auth query function error").
821487d to
ea8810e
Compare
5e30d90 to
82cdc3e
Compare
82cdc3e to
7b6be84
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.1.1
Patch Changes
#664
10d080cThanks @dieguezguille! - 🐛 fix android crash on cold start#665
baedce6Thanks @dieguezguille! - 🐛 fix auth query options#661
e6d232aThanks @cruzdanilo! - 🍱 fix android notification icons#664
c36243cThanks @dieguezguille! - 🐛 fix missing auth query function errorUpdated dependencies [
5fbd8d9]:@exactly/server@0.2.50
Patch Changes
5fbd8d9Thanks @mainqueg! - ♻️ support multiple kyc inquiry templates