Skip to content

Commit

Permalink
chore(main): release sdk 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Dec 18, 2024
1 parent 4de56b2 commit 353ad31
Show file tree
Hide file tree
Showing 3 changed files with 23 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.5.0",
"packages/xcm-router": "1.5.0",
"packages/sdk": "7.2.10"
"packages/sdk": "8.0.0"
}
21 changes: 21 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [8.0.0](https://github.com/paraspell/xcm-tools/compare/sdk-v7.2.10...sdk-v8.0.0) (2024-12-18)


### ⚠ BREAKING CHANGES

* **sdk:** Refactor transfer Builder to explicitly include from, to parameters for relaychains

### Features

* **playground:** Add support for multi-assets to playground 🛝 ([132f475](https://github.com/paraspell/xcm-tools/commit/132f4753e49f89f479cd29043b67917ad9993755))
* **sdk:** Add dry run support ✨ ([b544a7f](https://github.com/paraspell/xcm-tools/commit/b544a7f58951f2e4830147641b80c1bfe24fc0bb))
* **sdk:** Add fail-safe support ✨ ([18b1328](https://github.com/paraspell/xcm-tools/commit/18b1328ba3f079d03adebc67ba2d15634d115055))
* **sdk:** Refactor transfer Builder to explicitly include from, to parameters for relaychains ([395b45e](https://github.com/paraspell/xcm-tools/commit/395b45e2d1bfe68c84cea7d19b44e16f2a3b4cd8))


### Miscellaneous Chores

* **sdk:** Add changes ([64af95c](https://github.com/paraspell/xcm-tools/commit/64af95c3eaba8003793e2ed56c50ebeb92921554))
* **sdk:** fix readme ([0ec4dcc](https://github.com/paraspell/xcm-tools/commit/0ec4dcc25fc381001e0d4827bd2d41e92ac872e5))
* **xcm-tools:** Add readme ([4de56b2](https://github.com/paraspell/xcm-tools/commit/4de56b24d62a3158e07a701334b81ed2d1722a98))

## [7.2.10](https://github.com/paraspell/xcm-tools/compare/sdk-v7.2.9...sdk-v7.2.10) (2024-12-17)


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

0 comments on commit 353ad31

Please sign in to comment.