Skip to content

Commit b4e9992

Browse files
Version Packages (#391)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1546937 commit b4e9992

File tree

14 files changed

+91
-52
lines changed

14 files changed

+91
-52
lines changed

.changeset/silent-starfishes-peel.md

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

.changeset/twelve-donuts-sort.md

Lines changed: 0 additions & 9 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.7.4",
16-
"@moonbeam-network/xcm-sdk": "2.7.4",
17-
"@moonbeam-network/xcm-utils": "2.2.2"
15+
"@moonbeam-network/xcm-config": "2.7.5",
16+
"@moonbeam-network/xcm-sdk": "2.7.5",
17+
"@moonbeam-network/xcm-utils": "2.2.3"
1818
},
1919
"devDependencies": {
2020
"bun": "^1.1.31"

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

3+
## 2.5.5
4+
5+
### Patch Changes
6+
7+
- [#390](https://github.com/moonbeam-foundation/xcm-sdk/pull/390) [`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072) Thanks [@dependabot](https://github.com/apps/dependabot)! - Fix vulnerability
8+
9+
- [#393](https://github.com/moonbeam-foundation/xcm-sdk/pull/393) [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42) Thanks [@Rihyx](https://github.com/Rihyx)! - fix cross-spawn vulnerability
10+
11+
- Updated dependencies [[`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072), [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42)]:
12+
- @moonbeam-network/xcm-types@2.5.3
13+
- @moonbeam-network/xcm-utils@2.2.3
14+
315
## 2.5.4
416

517
### 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.5.4",
3+
"version": "2.5.5",
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.5.2",
53-
"@moonbeam-network/xcm-utils": "2.2.2",
52+
"@moonbeam-network/xcm-types": "2.5.3",
53+
"@moonbeam-network/xcm-utils": "2.2.3",
5454
"big.js": "^6.2.1"
5555
},
5656
"peerDependencies": {

packages/config/CHANGELOG.md

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

3+
## 2.7.5
4+
5+
### Patch Changes
6+
7+
- [#390](https://github.com/moonbeam-foundation/xcm-sdk/pull/390) [`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072) Thanks [@dependabot](https://github.com/apps/dependabot)! - Fix vulnerability
8+
9+
- [#393](https://github.com/moonbeam-foundation/xcm-sdk/pull/393) [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42) Thanks [@Rihyx](https://github.com/Rihyx)! - fix cross-spawn vulnerability
10+
11+
- Updated dependencies [[`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072), [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42)]:
12+
- @moonbeam-network/xcm-builder@2.5.5
13+
- @moonbeam-network/xcm-types@2.5.3
14+
315
## 2.7.4
416

517
### 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.7.4",
3+
"version": "2.7.5",
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.4",
53-
"@moonbeam-network/xcm-types": "2.5.2"
52+
"@moonbeam-network/xcm-builder": "2.5.5",
53+
"@moonbeam-network/xcm-types": "2.5.3"
5454
},
5555
"peerDependencies": {
5656
"@polkadot/types": "^12.4.2",

packages/sdk/CHANGELOG.md

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

3+
## 2.7.5
4+
5+
### Patch Changes
6+
7+
- [#390](https://github.com/moonbeam-foundation/xcm-sdk/pull/390) [`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072) Thanks [@dependabot](https://github.com/apps/dependabot)! - Fix vulnerability
8+
9+
- [#393](https://github.com/moonbeam-foundation/xcm-sdk/pull/393) [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42) Thanks [@Rihyx](https://github.com/Rihyx)! - fix cross-spawn vulnerability
10+
11+
- Updated dependencies [[`2790340`](https://github.com/moonbeam-foundation/xcm-sdk/commit/2790340bb8ea0edda13765875d91a3a5d993a072), [`1546937`](https://github.com/moonbeam-foundation/xcm-sdk/commit/1546937e5636cb6e225a06a8e41c6e6593413c42)]:
12+
- @moonbeam-network/xcm-builder@2.5.5
13+
- @moonbeam-network/xcm-config@2.7.5
14+
- @moonbeam-network/xcm-types@2.5.3
15+
- @moonbeam-network/xcm-utils@2.2.3
16+
317
## 2.7.4
418

519
### 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.7.4",
3+
"version": "2.7.5",
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.4",
55-
"@moonbeam-network/xcm-config": "2.7.4",
56-
"@moonbeam-network/xcm-types": "2.5.2",
57-
"@moonbeam-network/xcm-utils": "2.2.2",
54+
"@moonbeam-network/xcm-builder": "2.5.5",
55+
"@moonbeam-network/xcm-config": "2.7.5",
56+
"@moonbeam-network/xcm-types": "2.5.3",
57+
"@moonbeam-network/xcm-utils": "2.2.3",
5858
"big.js": "^6.2.1"
5959
},
6060
"peerDependencies": {

0 commit comments

Comments
 (0)