Skip to content

Commit 08b60ba

Browse files
Version Packages (#355)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4be5659 commit 08b60ba

File tree

13 files changed

+73
-39
lines changed

13 files changed

+73
-39
lines changed

.changeset/clean-papayas-grow.md

Lines changed: 0 additions & 5 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.6.0",
16-
"@moonbeam-network/xcm-sdk": "2.6.0",
17-
"@moonbeam-network/xcm-utils": "2.1.7"
15+
"@moonbeam-network/xcm-config": "2.6.1",
16+
"@moonbeam-network/xcm-sdk": "2.6.1",
17+
"@moonbeam-network/xcm-utils": "2.2.0"
1818
},
1919
"devDependencies": {
2020
"bun": "^1.1.25"

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

3+
## 2.5.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4be5659`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4be5659c05fe2487dd6f440c833fdf7cdc369917)]:
8+
- @moonbeam-network/xcm-utils@2.2.0
9+
- @moonbeam-network/xcm-types@2.4.1
10+
311
## 2.5.0
412

513
### Minor 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.5.0",
3+
"version": "2.5.1",
44
"description": "Moonbeam XCM builder",
55
"scripts": {
66
"build": "tsup",
@@ -49,8 +49,8 @@
4949
"types": "./build/index.d.ts",
5050
"main": "./build/index.cjs",
5151
"dependencies": {
52-
"@moonbeam-network/xcm-types": "2.4.0",
53-
"@moonbeam-network/xcm-utils": "2.1.7",
52+
"@moonbeam-network/xcm-types": "2.4.1",
53+
"@moonbeam-network/xcm-utils": "2.2.0",
5454
"big.js": "^6.2.1"
5555
},
5656
"peerDependencies": {

packages/config/CHANGELOG.md

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

3+
## 2.6.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @moonbeam-network/xcm-builder@2.5.1
9+
- @moonbeam-network/xcm-types@2.4.1
10+
311
## 2.6.0
412

513
### Minor 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.6.0",
3+
"version": "2.6.1",
44
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
55
"scripts": {
66
"build": "tsup",
@@ -49,8 +49,8 @@
4949
"types": "./build/index.d.ts",
5050
"main": "./build/index.cjs",
5151
"dependencies": {
52-
"@moonbeam-network/xcm-builder": "2.5.0",
53-
"@moonbeam-network/xcm-types": "2.4.0"
52+
"@moonbeam-network/xcm-builder": "2.5.1",
53+
"@moonbeam-network/xcm-types": "2.4.1"
5454
},
5555
"peerDependencies": {
5656
"@polkadot/types": "^12.4.2",

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.6.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4be5659`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4be5659c05fe2487dd6f440c833fdf7cdc369917)]:
8+
- @moonbeam-network/xcm-utils@2.2.0
9+
- @moonbeam-network/xcm-builder@2.5.1
10+
- @moonbeam-network/xcm-types@2.4.1
11+
- @moonbeam-network/xcm-config@2.6.1
12+
313
## 2.6.0
414

515
### Minor 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.6.0",
3+
"version": "2.6.1",
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.5.0",
55-
"@moonbeam-network/xcm-config": "2.6.0",
56-
"@moonbeam-network/xcm-types": "2.4.0",
57-
"@moonbeam-network/xcm-utils": "2.1.7",
54+
"@moonbeam-network/xcm-builder": "2.5.1",
55+
"@moonbeam-network/xcm-config": "2.6.1",
56+
"@moonbeam-network/xcm-types": "2.4.1",
57+
"@moonbeam-network/xcm-utils": "2.2.0",
5858
"big.js": "^6.2.1"
5959
},
6060
"peerDependencies": {

packages/types/CHANGELOG.md

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

3+
## 2.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4be5659`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4be5659c05fe2487dd6f440c833fdf7cdc369917)]:
8+
- @moonbeam-network/xcm-utils@2.2.0
9+
310
## 2.4.0
411

512
### Minor Changes

0 commit comments

Comments
 (0)