Skip to content

Commit 061f3ec

Browse files
Version Packages (#236)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4e3a861 commit 061f3ec

File tree

14 files changed

+97
-51
lines changed

14 files changed

+97
-51
lines changed

.changeset/pink-tables-collect.md

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

.changeset/twelve-bats-bathe.md

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

examples/sdk-simple/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"author": "",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@moonbeam-network/xcm-config": "2.0.8",
16-
"@moonbeam-network/xcm-sdk": "2.0.10",
17-
"@moonbeam-network/xcm-utils": "2.0.4"
15+
"@moonbeam-network/xcm-config": "2.1.0",
16+
"@moonbeam-network/xcm-sdk": "2.1.0",
17+
"@moonbeam-network/xcm-utils": "2.0.5"
1818
},
1919
"devDependencies": {
2020
"bun": "^1.0.21"

package-lock.json

Lines changed: 17 additions & 17 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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @moonbeam-network/xcm-builder
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#217](https://github.com/moonbeam-foundation/xcm-sdk/pull/217) [`db25ff4`](https://github.com/moonbeam-foundation/xcm-sdk/commit/db25ff4745b1e6c1de8795981aa8fac9ae275dbc) Thanks [@Rihyx](https://github.com/Rihyx)! - Add function to get balances, get balances and decimals without signer, add HydraDX Alphanet
8+
9+
### Patch Changes
10+
11+
- [#235](https://github.com/moonbeam-foundation/xcm-sdk/pull/235) [`4e3a861`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4e3a861699a415058f0601ae431fb2dbd6269b17) Thanks [@Rihyx](https://github.com/Rihyx)! - update dev deps
12+
13+
- Updated dependencies [[`4e3a861`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4e3a861699a415058f0601ae431fb2dbd6269b17), [`db25ff4`](https://github.com/moonbeam-foundation/xcm-sdk/commit/db25ff4745b1e6c1de8795981aa8fac9ae275dbc)]:
14+
- @moonbeam-network/xcm-types@2.1.0
15+
- @moonbeam-network/xcm-utils@2.0.5
16+
317
## 2.0.4
418

519
### Patch Changes

packages/builder/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-builder",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Moonbeam XCM builder",
55
"scripts": {
66
"build": "tsup",
@@ -50,8 +50,8 @@
5050
"types": "./build/index.d.ts",
5151
"main": "./build/index.cjs",
5252
"dependencies": {
53-
"@moonbeam-network/xcm-types": "2.0.4",
54-
"@moonbeam-network/xcm-utils": "2.0.4",
53+
"@moonbeam-network/xcm-types": "2.1.0",
54+
"@moonbeam-network/xcm-utils": "2.0.5",
5555
"big.js": "^6.2.1"
5656
},
5757
"peerDependencies": {

packages/config/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#217](https://github.com/moonbeam-foundation/xcm-sdk/pull/217) [`db25ff4`](https://github.com/moonbeam-foundation/xcm-sdk/commit/db25ff4745b1e6c1de8795981aa8fac9ae275dbc) Thanks [@Rihyx](https://github.com/Rihyx)! - Add function to get balances, get balances and decimals without signer, add HydraDX Alphanet
8+
9+
### Patch Changes
10+
11+
- [#235](https://github.com/moonbeam-foundation/xcm-sdk/pull/235) [`4e3a861`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4e3a861699a415058f0601ae431fb2dbd6269b17) Thanks [@Rihyx](https://github.com/Rihyx)! - update dev deps
12+
13+
- Updated dependencies [[`4e3a861`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4e3a861699a415058f0601ae431fb2dbd6269b17), [`db25ff4`](https://github.com/moonbeam-foundation/xcm-sdk/commit/db25ff4745b1e6c1de8795981aa8fac9ae275dbc)]:
14+
- @moonbeam-network/xcm-builder@2.1.0
15+
- @moonbeam-network/xcm-types@2.1.0
16+
317
## 2.0.8
418

519
### Patch Changes

packages/config/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-config",
3-
"version": "2.0.8",
3+
"version": "2.1.0",
44
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
55
"scripts": {
66
"build": "tsup",
@@ -50,8 +50,8 @@
5050
"types": "./build/index.d.ts",
5151
"main": "./build/index.cjs",
5252
"dependencies": {
53-
"@moonbeam-network/xcm-builder": "2.0.4",
54-
"@moonbeam-network/xcm-types": "2.0.4"
53+
"@moonbeam-network/xcm-builder": "2.1.0",
54+
"@moonbeam-network/xcm-types": "2.1.0"
5555
},
5656
"peerDependencies": {
5757
"@polkadot/types": "^10.10.1",

packages/sdk/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#217](https://github.com/moonbeam-foundation/xcm-sdk/pull/217) [`db25ff4`](https://github.com/moonbeam-foundation/xcm-sdk/commit/db25ff4745b1e6c1de8795981aa8fac9ae275dbc) Thanks [@Rihyx](https://github.com/Rihyx)! - Add function to get balances, get balances and decimals without signer, add HydraDX Alphanet
8+
9+
### Patch Changes
10+
11+
- [#235](https://github.com/moonbeam-foundation/xcm-sdk/pull/235) [`4e3a861`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4e3a861699a415058f0601ae431fb2dbd6269b17) Thanks [@Rihyx](https://github.com/Rihyx)! - update dev deps
12+
13+
- Updated dependencies [[`4e3a861`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4e3a861699a415058f0601ae431fb2dbd6269b17), [`db25ff4`](https://github.com/moonbeam-foundation/xcm-sdk/commit/db25ff4745b1e6c1de8795981aa8fac9ae275dbc)]:
14+
- @moonbeam-network/xcm-builder@2.1.0
15+
- @moonbeam-network/xcm-config@2.1.0
16+
- @moonbeam-network/xcm-types@2.1.0
17+
- @moonbeam-network/xcm-utils@2.0.5
18+
319
## 2.0.10
420

521
### Patch Changes

packages/sdk/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonbeam-network/xcm-sdk",
3-
"version": "2.0.10",
3+
"version": "2.1.0",
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,10 +51,10 @@
5151
"types": "./build/index.d.ts",
5252
"main": "./build/index.cjs",
5353
"dependencies": {
54-
"@moonbeam-network/xcm-builder": "2.0.4",
55-
"@moonbeam-network/xcm-config": "2.0.8",
56-
"@moonbeam-network/xcm-types": "2.0.4",
57-
"@moonbeam-network/xcm-utils": "2.0.4",
54+
"@moonbeam-network/xcm-builder": "2.1.0",
55+
"@moonbeam-network/xcm-config": "2.1.0",
56+
"@moonbeam-network/xcm-types": "2.1.0",
57+
"@moonbeam-network/xcm-utils": "2.0.5",
5858
"big.js": "^6.2.1"
5959
},
6060
"peerDependencies": {

0 commit comments

Comments
 (0)