Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dark-bars-feel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-tips-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-fans-tease.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/pretty-frogs-divide.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @exactly/mobile

## 1.1.2

### Patch Changes

- [`665e6c3`](https://github.com/exactly/exa/commit/665e6c35e276a87b9a241805c1ed50ff0840aa69) Thanks [@franm91](https://github.com/franm91)! - ♻️ use new kyc flow

- [#669](https://github.com/exactly/exa/pull/669) [`1aa1fe6`](https://github.com/exactly/exa/commit/1aa1fe636df9bc0e94f683a58bcd544963e29480) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🧵 fix onesignal prompt persistence race condition

- [#672](https://github.com/exactly/exa/pull/672) [`c6a1241`](https://github.com/exactly/exa/commit/c6a1241d59f04af46d2c31c3ad70baa17de9dd8d) Thanks [@dieguezguille](https://github.com/dieguezguille)! - 🐛 allow kyc on account deploy
Comment on lines +3 to +11

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Lowercase and wrap the 1.1.2 changelog entry.

The new heading and list item use capitalized prose and exceed the 120‑character line limit. Please lowercase and wrap the entry.

✏️ Proposed fix
 ## 1.1.2
 
-### Patch Changes
+### patch changes
 
-- [`#672`](https://github.com/exactly/exa/pull/672) [`c6a1241`](https://github.com/exactly/exa/commit/c6a1241d59f04af46d2c31c3ad70baa17de9dd8d) Thanks [`@dieguezguille`](https://github.com/dieguezguille)! - 🐛 allow kyc on account deploy
+- [`#672`](https://github.com/exactly/exa/pull/672)
+  [`c6a1241`](https://github.com/exactly/exa/commit/c6a1241d59f04af46d2c31c3ad70baa17de9dd8d)
+  thanks [`@dieguezguille`](https://github.com/dieguezguille)!
+  🐛 allow kyc on account deploy
As per coding guidelines.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## 1.1.2
### Patch Changes
- [#672](https://github.com/exactly/exa/pull/672) [`c6a1241`](https://github.com/exactly/exa/commit/c6a1241d59f04af46d2c31c3ad70baa17de9dd8d) Thanks [@dieguezguille](https://github.com/dieguezguille)! - 🐛 allow kyc on account deploy
## 1.1.2
### patch changes
- [`#672`](https://github.com/exactly/exa/pull/672)
[`c6a1241`](https://github.com/exactly/exa/commit/c6a1241d59f04af46d2c31c3ad70baa17de9dd8d)
thanks [`@dieguezguille`](https://github.com/dieguezguille)!
🐛 allow kyc on account deploy
🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 3 - 7, Update the changelog entry for the "##
1.1.2" release by lowercasing the subheading "### Patch Changes" to "### patch
changes" and rewriting the list item that starts with "- [`#672`] [`c6a1241`]
Thanks [`@dieguezguille`]! - 🐛 allow kyc on account deploy" so its prose is
lowercase and wrapped to <=120 characters per line (preserve PR/commit/author
tokens and emoji, only change prose casing and line breaks).


## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exactly/mobile",
"version": "1.1.1",
"version": "1.1.2",
"title": "Exa App",
"shortDescription": "What finance should be today",
"description": "A Card. A Wallet. A DeFi Protocol. All of it together.",
Expand Down
Loading