Skip to content

Commit a2b8c32

Browse files
Version Packages (#246)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8d31dc2 commit a2b8c32

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/great-carrots-talk.md

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

examples/sdk-simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"@moonbeam-network/xcm-config": "2.1.2",
16-
"@moonbeam-network/xcm-sdk": "2.1.3",
16+
"@moonbeam-network/xcm-sdk": "2.1.4",
1717
"@moonbeam-network/xcm-utils": "2.0.6"
1818
},
1919
"devDependencies": {

package-lock.json

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

packages/sdk/CHANGELOG.md

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

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- [#245](https://github.com/moonbeam-foundation/xcm-sdk/pull/245) [`8d31dc2`](https://github.com/moonbeam-foundation/xcm-sdk/commit/8d31dc23a33428daa05953048d543d00810e0797) Thanks [@mmaurello](https://github.com/mmaurello)! - Fix estimated gas value as temporary fix
8+
39
## 2.1.3
410

511
### Patch Changes

packages/sdk/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-sdk",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
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",

0 commit comments

Comments
 (0)