Skip to content

Commit 30f33c6

Browse files
Version Packages (#130)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bda7709 commit 30f33c6

File tree

7 files changed

+27
-16
lines changed

7 files changed

+27
-16
lines changed

.changeset/gold-tips-travel.md

Lines changed: 0 additions & 6 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": "1.1.0",
16-
"@moonbeam-network/xcm-sdk": "1.1.0",
15+
"@moonbeam-network/xcm-config": "1.2.0",
16+
"@moonbeam-network/xcm-sdk": "1.2.0",
1717
"@moonbeam-network/xcm-utils": "1.0.2"
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+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#124](https://github.com/PureStake/xcm-sdk/pull/124) [`bda7709`](https://github.com/PureStake/xcm-sdk/commit/bda77096dca9ac1f29a852d938acd9962d45ee80) Thanks [@nohaapav](https://github.com/nohaapav)! - Introduce config service to support mutability of static xcm config
8+
39
## 1.1.0
410

511
### Minor 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": "1.1.0",
3+
"version": "1.2.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @moonbeam-network/xcm-sdk
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#124](https://github.com/PureStake/xcm-sdk/pull/124) [`bda7709`](https://github.com/PureStake/xcm-sdk/commit/bda77096dca9ac1f29a852d938acd9962d45ee80) Thanks [@nohaapav](https://github.com/nohaapav)! - Introduce config service to support mutability of static xcm config
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`bda7709`](https://github.com/PureStake/xcm-sdk/commit/bda77096dca9ac1f29a852d938acd9962d45ee80)]:
12+
- @moonbeam-network/xcm-config@1.2.0
13+
314
## 1.1.0
415

516
### Minor 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": "1.1.0",
3+
"version": "1.2.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",
@@ -48,7 +48,7 @@
4848
"main": "./build/index.cjs",
4949
"dependencies": {
5050
"@moonbeam-network/xcm-builder": "1.0.5",
51-
"@moonbeam-network/xcm-config": "1.1.0",
51+
"@moonbeam-network/xcm-config": "1.2.0",
5252
"@moonbeam-network/xcm-types": "1.0.1",
5353
"@moonbeam-network/xcm-utils": "1.0.2",
5454
"big.js": "^6.2.1"

0 commit comments

Comments
 (0)