Skip to content

Commit

Permalink
chore(main): release sdk 7.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Nov 26, 2024
1 parent c2b116c commit bb25592
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/xcm-analyser": "1.4.0",
"packages/xcm-router": "1.4.1",
"packages/sdk": "7.2.3"
"packages/sdk": "7.2.4"
}
13 changes: 13 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [7.2.4](https://github.com/paraspell/xcm-tools/compare/sdk-v7.2.3...sdk-v7.2.4) (2024-11-26)


### Bug Fixes

* **sdk:** Fix transfer from Polimec to AHP 🔧 ([c2b116c](https://github.com/paraspell/xcm-tools/commit/c2b116c4bd6250c3a58cf2c587543b8c9d93ccc1))


### Code Refactoring

* **sdk:** Refactor ParaToPara and ParaToRelay transfer function 🧑‍💻 ([4d49456](https://github.com/paraspell/xcm-tools/commit/4d49456273141a9b973cb31d481331c542e96dac))
* **sdk:** Refactor transferRelayToPara function 🔧 ([608ff63](https://github.com/paraspell/xcm-tools/commit/608ff638c012fd9c69d44097317d31f424855ede))

## [7.2.3](https://github.com/paraspell/xcm-tools/compare/sdk-v7.2.2...sdk-v7.2.3) (2024-11-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraspell/sdk",
"version": "7.2.3",
"version": "7.2.4",
"description": "SDK for ParaSpell XCM/XCMP tool for developers",
"repository": "@paraspell/sdk",
"license": "MIT",
Expand Down

0 comments on commit bb25592

Please sign in to comment.