Skip to content

Commit 27c3abc

Browse files
dudo50michaeldev5
authored andcommitted
chore(main): release main libraries
1 parent be26f7e commit 27c3abc

File tree

17 files changed

+82
-16
lines changed

17 files changed

+82
-16
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"packages/xcm-analyser": "3.0.3",
3-
"packages/xcm-router": "12.7.1",
4-
"packages/sdk": "12.7.1",
5-
"packages/sdk-core": "12.7.1",
6-
"packages/sdk-pjs": "12.7.1",
7-
"packages/sdk-common": "12.7.1",
8-
"packages/assets": "12.7.1",
9-
"packages/pallets": "12.7.1",
10-
"apps/xcm-api": "12.7.1"
3+
"packages/xcm-router": "12.8.0",
4+
"packages/sdk": "12.8.0",
5+
"packages/sdk-core": "12.8.0",
6+
"packages/sdk-pjs": "12.8.0",
7+
"packages/sdk-common": "12.8.0",
8+
"packages/assets": "12.8.0",
9+
"packages/pallets": "12.8.0",
10+
"apps/xcm-api": "12.8.0"
1111
}

apps/xcm-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [12.8.0](https://github.com/paraspell/xcm-tools/compare/xcm-api-v12.7.1...xcm-api-v12.8.0) (2026-02-20)
4+
5+
6+
### Features
7+
8+
* **xcm-router:** Add feeAsset method to router builder ✨ ([489b040](https://github.com/paraspell/xcm-tools/commit/489b0405691e00b5306d8ec031cce1eac392d922))
9+
310
## [12.7.1](https://github.com/paraspell/xcm-tools/compare/xcm-api-v12.7.0...xcm-api-v12.7.1) (2026-02-18)
411

512

apps/xcm-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paraspell/xcm-api",
3-
"version": "12.7.1",
3+
"version": "12.8.0",
44
"description": "",
55
"author": "",
66
"private": true,

packages/assets/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [12.8.0](https://github.com/paraspell/xcm-tools/compare/assets-v12.7.1...assets-v12.8.0) (2026-02-20)
4+
5+
6+
### Continuous Integration
7+
8+
* Update assets map 📋 ([0a7f2c7](https://github.com/paraspell/xcm-tools/commit/0a7f2c750ebbdea87098f1270f9882437c9a1a31))
9+
310
## [12.7.1](https://github.com/paraspell/xcm-tools/compare/assets-v12.7.0...assets-v12.7.1) (2026-02-18)
411

512

packages/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paraspell/assets",
3-
"version": "12.7.1",
3+
"version": "12.8.0",
44
"description": "Assets for ParaSpell XCM/XCMP tool for developers",
55
"repository": {
66
"type": "git",

packages/pallets/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [12.8.0](https://github.com/paraspell/xcm-tools/compare/pallets-v12.7.1...pallets-v12.8.0) (2026-02-20)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **pallets:** Synchronize main versions
9+
310
## [12.7.1](https://github.com/paraspell/xcm-tools/compare/pallets-v12.7.0...pallets-v12.7.1) (2026-02-18)
411

512

packages/pallets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paraspell/pallets",
3-
"version": "12.7.1",
3+
"version": "12.8.0",
44
"description": "Pallets for ParaSpell XCM/XCMP tool for developers",
55
"repository": {
66
"type": "git",

packages/sdk-common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [12.8.0](https://github.com/paraspell/xcm-tools/compare/sdk-common-v12.7.1...sdk-common-v12.8.0) (2026-02-20)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **sdk-common:** Synchronize main versions
9+
310
## [12.7.1](https://github.com/paraspell/xcm-tools/compare/sdk-common-v12.7.0...sdk-common-v12.7.1) (2026-02-18)
411

512

packages/sdk-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paraspell/sdk-common",
3-
"version": "12.7.1",
3+
"version": "12.8.0",
44
"description": "SDK common code for ParaSpell XCM/XCMP tool for developers",
55
"repository": {
66
"type": "git",

packages/sdk-core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [12.8.0](https://github.com/paraspell/xcm-tools/compare/sdk-core-v12.7.1...sdk-core-v12.8.0) (2026-02-20)
4+
5+
6+
### Features
7+
8+
* **xcm-router:** Add feeAsset method to router builder ✨ ([489b040](https://github.com/paraspell/xcm-tools/commit/489b0405691e00b5306d8ec031cce1eac392d922))
9+
10+
11+
### Bug Fixes
12+
13+
* **sdk-core:** Add support for Moonbeam local transfers 🔧 ([be26f7e](https://github.com/paraspell/xcm-tools/commit/be26f7e8bdb4ba657bcf9ffeb50ec1981e8105b9))
14+
315
## [12.7.1](https://github.com/paraspell/xcm-tools/compare/sdk-core-v12.7.0...sdk-core-v12.7.1) (2026-02-18)
416

517

0 commit comments

Comments
 (0)