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 11, 2024
1 parent ccff487 commit 13be4cf
Show file tree
Hide file tree
Showing 3 changed files with 18 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"
}
16 changes: 16 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### ⚠ BREAKING CHANGES

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

### Features

* **sdk:** Refactor transfer Builder to explicitly include from, to parameters for relaychains ([dd6d69b](https://github.com/paraspell/xcm-tools/commit/dd6d69bbb780471b453b1bdffe5d95692fbd5c55))


### Miscellaneous Chores

* **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 13be4cf

Please sign in to comment.