Skip to content

Commit 9e6f785

Browse files
Version Packages
1 parent 5d308c3 commit 9e6f785

File tree

7 files changed

+23
-15
lines changed

7 files changed

+23
-15
lines changed

.changeset/serious-ants-shout.md

Lines changed: 0 additions & 5 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.6.2",
16-
"@moonbeam-network/xcm-sdk": "2.6.2",
15+
"@moonbeam-network/xcm-config": "2.6.3",
16+
"@moonbeam-network/xcm-sdk": "2.6.3",
1717
"@moonbeam-network/xcm-utils": "2.2.0"
1818
},
1919
"devDependencies": {

package-lock.json

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

packages/config/CHANGELOG.md

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

3+
## 2.6.3
4+
5+
### Patch Changes
6+
7+
- [#359](https://github.com/moonbeam-foundation/xcm-sdk/pull/359) [`5d308c3`](https://github.com/moonbeam-foundation/xcm-sdk/commit/5d308c3455126b5dfedb93c38a0afb18344a183e) Thanks [@mmaurello](https://github.com/mmaurello)! - Fix Asset Hub memecoins asset ordering in fee calculation
8+
39
## 2.6.2
410

511
### Patch Changes

packages/config/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-config",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
44
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
55
"scripts": {
66
"build": "tsup",

packages/sdk/CHANGELOG.md

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

3+
## 2.6.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5d308c3`](https://github.com/moonbeam-foundation/xcm-sdk/commit/5d308c3455126b5dfedb93c38a0afb18344a183e)]:
8+
- @moonbeam-network/xcm-config@2.6.3
9+
310
## 2.6.2
411

512
### Patch Changes

packages/sdk/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-sdk",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
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",
@@ -52,7 +52,7 @@
5252
"main": "./build/index.cjs",
5353
"dependencies": {
5454
"@moonbeam-network/xcm-builder": "2.5.1",
55-
"@moonbeam-network/xcm-config": "2.6.2",
55+
"@moonbeam-network/xcm-config": "2.6.3",
5656
"@moonbeam-network/xcm-types": "2.4.1",
5757
"@moonbeam-network/xcm-utils": "2.2.0",
5858
"big.js": "^6.2.1"

0 commit comments

Comments
 (0)