Skip to content

Commit 872b020

Browse files
Version Packages
1 parent bf53165 commit 872b020

File tree

9 files changed

+41
-23
lines changed

9 files changed

+41
-23
lines changed

.changeset/healthy-carrots-teach.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/sdk-simple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"author": "",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@moonbeam-network/xcm-config": "2.4.1",
16-
"@moonbeam-network/xcm-sdk": "2.4.1",
15+
"@moonbeam-network/xcm-config": "2.4.2",
16+
"@moonbeam-network/xcm-sdk": "2.4.2",
1717
"@moonbeam-network/xcm-utils": "2.1.1"
1818
},
1919
"devDependencies": {

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/builder/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @moonbeam-network/xcm-builder
22

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- [#266](https://github.com/moonbeam-foundation/xcm-sdk/pull/266) [`bf53165`](https://github.com/moonbeam-foundation/xcm-sdk/commit/bf53165ae59458b5f4524b5e8f3563dcd50fcfd4) Thanks [@mmaurello](https://github.com/mmaurello)! - STINK integration with Moonbeam
8+
39
## 2.3.1
410

511
### Patch Changes

packages/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonbeam-network/xcm-builder",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Moonbeam XCM builder",
55
"scripts": {
66
"build": "tsup",

packages/config/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @moonbeam-network/xcm-config
22

3+
## 2.4.2
4+
5+
### Patch Changes
6+
7+
- [#266](https://github.com/moonbeam-foundation/xcm-sdk/pull/266) [`bf53165`](https://github.com/moonbeam-foundation/xcm-sdk/commit/bf53165ae59458b5f4524b5e8f3563dcd50fcfd4) Thanks [@mmaurello](https://github.com/mmaurello)! - STINK integration with Moonbeam
8+
9+
- Updated dependencies [[`bf53165`](https://github.com/moonbeam-foundation/xcm-sdk/commit/bf53165ae59458b5f4524b5e8f3563dcd50fcfd4)]:
10+
- @moonbeam-network/xcm-builder@2.3.2
11+
312
## 2.4.1
413

514
### Patch Changes

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonbeam-network/xcm-config",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
55
"scripts": {
66
"build": "tsup",
@@ -49,7 +49,7 @@
4949
"types": "./build/index.d.ts",
5050
"main": "./build/index.cjs",
5151
"dependencies": {
52-
"@moonbeam-network/xcm-builder": "2.3.1",
52+
"@moonbeam-network/xcm-builder": "2.3.2",
5353
"@moonbeam-network/xcm-types": "2.2.3"
5454
},
5555
"peerDependencies": {

packages/sdk/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @moonbeam-network/xcm-sdk
22

3+
## 2.4.2
4+
5+
### Patch Changes
6+
7+
- [#266](https://github.com/moonbeam-foundation/xcm-sdk/pull/266) [`bf53165`](https://github.com/moonbeam-foundation/xcm-sdk/commit/bf53165ae59458b5f4524b5e8f3563dcd50fcfd4) Thanks [@mmaurello](https://github.com/mmaurello)! - STINK integration with Moonbeam
8+
9+
- Updated dependencies [[`bf53165`](https://github.com/moonbeam-foundation/xcm-sdk/commit/bf53165ae59458b5f4524b5e8f3563dcd50fcfd4)]:
10+
- @moonbeam-network/xcm-builder@2.3.2
11+
- @moonbeam-network/xcm-config@2.4.2
12+
313
## 2.4.1
414

515
### Patch Changes

packages/sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonbeam-network/xcm-sdk",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "The Moonbeam XCM SDK enables developers to easily deposit and withdraw assets to Moonbeam/Moonriver from the relay chain and other parachains in the Polkadot/Kusama ecosystem",
55
"scripts": {
66
"build": "tsup",
@@ -51,8 +51,8 @@
5151
"types": "./build/index.d.ts",
5252
"main": "./build/index.cjs",
5353
"dependencies": {
54-
"@moonbeam-network/xcm-builder": "2.3.1",
55-
"@moonbeam-network/xcm-config": "2.4.1",
54+
"@moonbeam-network/xcm-builder": "2.3.2",
55+
"@moonbeam-network/xcm-config": "2.4.2",
5656
"@moonbeam-network/xcm-types": "2.2.3",
5757
"@moonbeam-network/xcm-utils": "2.1.1",
5858
"big.js": "^6.2.1"

0 commit comments

Comments
 (0)