Skip to content

Commit

Permalink
chore(main): release SDKgroup libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Feb 14, 2025
1 parent 78242e9 commit 331423c
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/xcm-analyser": "1.5.2",
"packages/xcm-router": "2.2.1",
"packages/sdk": "8.4.0",
"packages/sdk-core": "8.4.0",
"packages/sdk-pjs": "8.4.0"
"packages/sdk": "8.4.1",
"packages/sdk-core": "8.4.1",
"packages/sdk-pjs": "8.4.1"
}
7 changes: 7 additions & 0 deletions packages/sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.4.1](https://github.com/paraspell/xcm-tools/compare/sdk-core-v8.4.0...sdk-core-v8.4.1) (2025-02-14)


### Bug Fixes

* **sdk-core:** Randomize multiple ws providers for Hydration 🔧 ([78242e9](https://github.com/paraspell/xcm-tools/commit/78242e9632182694ce46331b26653e97fb61dd59))

## [8.4.0](https://github.com/paraspell/xcm-tools/compare/sdk-core-v8.3.1...sdk-core-v8.4.0) (2025-02-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraspell/sdk-core",
"version": "8.4.0",
"version": "8.4.1",
"description": "SDK core for ParaSpell XCM/XCMP tool for developers",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk-pjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.4.1](https://github.com/paraspell/xcm-tools/compare/sdk-pjs-v8.4.0...sdk-pjs-v8.4.1) (2025-02-14)


### Miscellaneous Chores

* **sdk-pjs:** Synchronize SDKgroup versions

## [8.4.0](https://github.com/paraspell/xcm-tools/compare/sdk-pjs-v8.3.1...sdk-pjs-v8.4.0) (2025-02-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-pjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraspell/sdk-pjs",
"version": "8.4.0",
"version": "8.4.1",
"description": "Polkadot.js based SDK for ParaSpell XCM/XCMP tool for developers",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.4.1](https://github.com/paraspell/xcm-tools/compare/sdk-v8.4.0...sdk-v8.4.1) (2025-02-14)


### Miscellaneous Chores

* **sdk:** Synchronize SDKgroup versions

## [8.4.0](https://github.com/paraspell/xcm-tools/compare/sdk-v8.3.1...sdk-v8.4.0) (2025-02-13)


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": "8.4.0",
"version": "8.4.1",
"description": "SDK for ParaSpell XCM/XCMP tool for developers",
"repository": {
"type": "git",
Expand Down

0 comments on commit 331423c

Please sign in to comment.