Skip to content

Commit 0c61377

Browse files
committed
chore(main): release main libraries
1 parent 3173743 commit 0c61377

File tree

17 files changed

+74
-16
lines changed

17 files changed

+74
-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.0",
4-
"packages/sdk": "12.7.0",
5-
"packages/sdk-core": "12.7.0",
6-
"packages/sdk-pjs": "12.7.0",
7-
"packages/sdk-common": "12.7.0",
8-
"packages/assets": "12.7.0",
9-
"packages/pallets": "12.7.0",
10-
"apps/xcm-api": "12.7.0"
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"
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.7.1](https://github.com/paraspell/xcm-tools/compare/xcm-api-v12.7.0...xcm-api-v12.7.1) (2026-02-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **xcm-api:** Synchronize main versions
9+
310
## [12.7.0](https://github.com/paraspell/xcm-tools/compare/xcm-api-v12.6.3...xcm-api-v12.7.0) (2026-02-13)
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.0",
3+
"version": "12.7.1",
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.7.1](https://github.com/paraspell/xcm-tools/compare/assets-v12.7.0...assets-v12.7.1) (2026-02-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **sdk-core:** Fix bridge system asset selection 🔧 ([3305d89](https://github.com/paraspell/xcm-tools/commit/3305d892146a662ef993bab65607074ac3008e2c))
9+
310
## [12.7.0](https://github.com/paraspell/xcm-tools/compare/assets-v12.6.3...assets-v12.7.0) (2026-02-13)
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.0",
3+
"version": "12.7.1",
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.7.1](https://github.com/paraspell/xcm-tools/compare/pallets-v12.7.0...pallets-v12.7.1) (2026-02-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **pallets:** Synchronize main versions
9+
310
## [12.7.0](https://github.com/paraspell/xcm-tools/compare/pallets-v12.6.3...pallets-v12.7.0) (2026-02-13)
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.0",
3+
"version": "12.7.1",
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.7.1](https://github.com/paraspell/xcm-tools/compare/sdk-common-v12.7.0...sdk-common-v12.7.1) (2026-02-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **sdk-common:** Synchronize main versions
9+
310
## [12.7.0](https://github.com/paraspell/xcm-tools/compare/sdk-common-v12.6.3...sdk-common-v12.7.0) (2026-02-13)
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.0",
3+
"version": "12.7.1",
44
"description": "SDK common code for ParaSpell XCM/XCMP tool for developers",
55
"repository": {
66
"type": "git",

packages/sdk-core/CHANGELOG.md

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

3+
## [12.7.1](https://github.com/paraspell/xcm-tools/compare/sdk-core-v12.7.0...sdk-core-v12.7.1) (2026-02-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **sdk-core:** Fix bridge system asset selection 🔧 ([3305d89](https://github.com/paraspell/xcm-tools/commit/3305d892146a662ef993bab65607074ac3008e2c))
9+
* **sdk-core:** Fix wh assets minting on Moonbeam 🔧 ([3173743](https://github.com/paraspell/xcm-tools/commit/3173743f0c249d1f3cbfb358af0c1e4201ac819a))
10+
* **xcm-router:** Add support for snowbridge transfer to execute swaps 🔧 ([04b9f07](https://github.com/paraspell/xcm-tools/commit/04b9f07595ce6bf2fca68bb099ef6df231ae1364))
11+
312
## [12.7.0](https://github.com/paraspell/xcm-tools/compare/sdk-core-v12.6.3...sdk-core-v12.7.0) (2026-02-13)
413

514

0 commit comments

Comments
 (0)