Skip to content

Commit

Permalink
Version Packages (#244)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 3, 2024
1 parent 6424bf9 commit 4433189
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-dolls-repeat.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/sdk-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"@moonbeam-network/xcm-config": "2.1.2",
"@moonbeam-network/xcm-sdk": "2.1.2",
"@moonbeam-network/xcm-sdk": "2.1.3",
"@moonbeam-network/xcm-utils": "2.0.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonbeam-network/xcm-sdk

## 2.1.3

### Patch Changes

- [#243](https://github.com/moonbeam-foundation/xcm-sdk/pull/243) [`6424bf9`](https://github.com/moonbeam-foundation/xcm-sdk/commit/6424bf94191ca5655c9ed5ca171b173796861b01) Thanks [@mmaurello](https://github.com/mmaurello)! - Temporary fix for MOVR gas estimation issue

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-sdk",
"version": "2.1.2",
"version": "2.1.3",
"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",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 4433189

Please sign in to comment.