Skip to content

Commit

Permalink
chore(main): release xcm-router 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Dec 29, 2024
1 parent aa11c6b commit 9059c11
Show file tree
Hide file tree
Showing 3 changed files with 29 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,6 +1,6 @@
{
"packages/xcm-analyser": "1.5.0",
"packages/xcm-router": "1.5.0",
"packages/xcm-router": "2.0.0",
"packages/sdk": "7.2.10",
"packages/sdk-core": "7.2.10",
"packages/sdk-pjs": "7.2.10"
Expand Down
27 changes: 27 additions & 0 deletions packages/xcm-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [2.0.0](https://github.com/paraspell/xcm-tools/compare/xcm-router-v1.5.0...xcm-router-v2.0.0) (2024-12-29)


### ⚠ BREAKING CHANGES

* Split SDK into separate packages for PJS and PAPI ✨
* **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 fail-safe support ✨ ([18b1328](https://github.com/paraspell/xcm-tools/commit/18b1328ba3f079d03adebc67ba2d15634d115055))
* **sdk:** Add support for Moonbeam EVM transfers ✨ ([d30ba8e](https://github.com/paraspell/xcm-tools/commit/d30ba8e941c9f0835b35d9887339e88e9f1986e8))
* **sdk:** Refactor transfer Builder to explicitly include from, to parameters for relaychains ([395b45e](https://github.com/paraspell/xcm-tools/commit/395b45e2d1bfe68c84cea7d19b44e16f2a3b4cd8))
* Split SDK into separate packages for PJS and PAPI ✨ ([ff465e9](https://github.com/paraspell/xcm-tools/commit/ff465e92e57640f525c7d350afec0b9dcf364453))


### Miscellaneous Chores

* **xcm-router:** Default to builder pattern ([82b6305](https://github.com/paraspell/xcm-tools/commit/82b6305c0bceeab9ea84e4a6797aa4b6ba06d2bc))
* **xcm-router:** Update README.md ([c38cb49](https://github.com/paraspell/xcm-tools/commit/c38cb49c50c39b02ab84a2a4c5e9cb5e4fd45fa0))


### Continuous Integration

* Update Node.js to v22 LTS 📦 ([f7d4902](https://github.com/paraspell/xcm-tools/commit/f7d49029e295fb4bd3840ab27abe40d3168beae5))

## [1.5.0](https://github.com/paraspell/xcm-tools/compare/xcm-router-v1.4.1...xcm-router-v1.5.0) (2024-11-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/xcm-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraspell/xcm-router",
"version": "1.5.0",
"version": "2.0.0",
"description": "Tool for XCM cross-chain asset exchanging across Polkadot and Kusama ecosystems",
"type": "module",
"exports": {
Expand Down

0 comments on commit 9059c11

Please sign in to comment.