Skip to content

Commit

Permalink
chore(main): release sdk 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Nov 19, 2024
1 parent 346ecd0 commit 6d02218
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.1"
"packages/sdk": "7.2.2"
}
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.2](https://github.com/paraspell/xcm-tools/compare/sdk-v7.2.1...sdk-v7.2.2) (2024-11-19)


### Bug Fixes

* **sdk:** Fix getOriginFeeDetails API disconnect 🛠️ ([346ecd0](https://github.com/paraspell/xcm-tools/commit/346ecd0c953f861850290da8ca1494f643388a48))
* **sdk:** Properly disconnect auto-created API client ✅ ([50735d5](https://github.com/paraspell/xcm-tools/commit/50735d59188c093de293836329bed474cd4c815b))

## [7.2.1](https://github.com/paraspell/xcm-tools/compare/sdk-v7.2.0...sdk-v7.2.1) (2024-11-19)


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.1",
"version": "7.2.2",
"description": "SDK for ParaSpell XCM/XCMP tool for developers",
"repository": "@paraspell/sdk",
"license": "MIT",
Expand Down

0 comments on commit 6d02218

Please sign in to comment.