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 25, 2024
1 parent 4d49456 commit e219a01
Show file tree
Hide file tree
Showing 3 changed files with 10 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"
}
8 changes: 8 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### 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 e219a01

Please sign in to comment.