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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.1.45] - 2026-09-06

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Bump the package manifest before declaring 0.1.45 stable

If a v0.1.45 tag is cut from this release commit, .github/workflows/release.yml lines 31-32 publishes @rozoai/intent-pay directly from packages/connectkit, whose manifest still reports 0.1.45-beta.4; therefore the workflow cannot publish the stable 0.1.45 announced here. The checked npm publish documentation confirms that publishing a folder uses its package.json and publishes that name/version combination, and the preceding 0.1.44 release updated the manifest, example dependency, and lockfile alongside the changelog. Include those version updates before labeling this as the stable release.

Useful? React with 👍 / 👎.


###    🚀 Features

- Expose Stellar deeplink generation in pay-common &nbsp;-&nbsp; by @akbarsaputrait [<samp>(90623fe2)</samp>](https://github.com/RozoAI/intent-pay/commit/90623fe28a43c895e4e5c9f149e3453fb7e1682a)
- Adjust fee info and memo guard in connectkit &nbsp;-&nbsp; by @akbarsaputrait [<samp>(e976f5a5)</samp>](https://github.com/RozoAI/intent-pay/commit/e976f5a505fa2fcc53765970030b7432cf555f7f)

### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

- Prevent nullable memo and tighten warning text &nbsp;-&nbsp; by @akbarsaputrait [<samp>(ff6242f4)</samp>](https://github.com/RozoAI/intent-pay/commit/ff6242f493fdcdbbe8eeea3acaf2a9defbd31605)
- Harden XLM deeplink and deposit payload handling &nbsp;-&nbsp; by @akbarsaputrait [<samp>(e3fb14c7)</samp>](https://github.com/RozoAI/intent-pay/commit/e3fb14c727c2d3ddf487e7a813be74c9e85caaed)
- Fix memo warning text &nbsp;-&nbsp; by @akbarsaputrait [<samp>(56f47102)</samp>](https://github.com/RozoAI/intent-pay/commit/56f47102351935e922f9528320f3fb5d7f3a93a0)

---

## [0.1.44] - 2026-09-04

### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@creit.tech/stellar-wallets-kit": "^1.9.5",
"@rozoai/intent-common": "0.1.35",
"@rozoai/intent-pay": "0.1.45-beta.4",
"@rozoai/intent-pay": "0.1.45",
"@stellar/stellar-sdk": "^14.6.1",
"@tanstack/react-query": "^5.0.0",
"@web3icons/react": "^4.1.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rozoai/intent-pay",
"version": "0.1.45-beta.4",
"version": "0.1.45",
"private": false,
"description": "Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.",
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading