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 12, 2024
1 parent a0dcad7 commit ce25e0b
Show file tree
Hide file tree
Showing 3 changed files with 21 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.7"
"packages/sdk": "8.0.0"
}
19 changes: 19 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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


### ⚠ BREAKING CHANGES

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

### Features

* **playground:** Add support for multi-assets to playground 🛝 ([4bf8a07](https://github.com/paraspell/xcm-tools/commit/4bf8a07e8ece2fd338aa6143362d236f66bf2b86))
* **sdk:** Add fail-safe support ✨ ([96aed57](https://github.com/paraspell/xcm-tools/commit/96aed572f384d12bf8dc70a1e4b0774b7cc9306b))
* **sdk:** Refactor transfer Builder to explicitly include from, to parameters for relaychains ([dd6d69b](https://github.com/paraspell/xcm-tools/commit/dd6d69bbb780471b453b1bdffe5d95692fbd5c55))


### Miscellaneous Chores

* **sdk:** Add changes ([a0dcad7](https://github.com/paraspell/xcm-tools/commit/a0dcad717afa1bd0942c6a0597320fdec05d8f44))
* **sdk:** fix readme ([f923362](https://github.com/paraspell/xcm-tools/commit/f9233626c5dc7710113e4df53d638b0e16cfb348))

## [7.2.7](https://github.com/paraspell/xcm-tools/compare/sdk-v7.2.6...sdk-v7.2.7) (2024-12-11)


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

0 comments on commit ce25e0b

Please sign in to comment.