Skip to content

Commit

Permalink
Version Packages (#219)
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 Mar 19, 2024
1 parent 40ea2de commit 201d603
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-dancers-walk.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.0.4",
"@moonbeam-network/xcm-sdk": "2.0.4",
"@moonbeam-network/xcm-sdk": "2.0.5",
"@moonbeam-network/xcm-utils": "2.0.1"
},
"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.0.5

### Patch Changes

- [#218](https://github.com/moonbeam-foundation/xcm-sdk/pull/218) [`40ea2de16415e5e5fe340f9a7472680fd4e5ffaa`](https://github.com/moonbeam-foundation/xcm-sdk/commit/40ea2de16415e5e5fe340f9a7472680fd4e5ffaa) Thanks [@ekenigs](https://github.com/ekenigs)! - Fixed get decimals for HydraDX

## 2.0.4

### 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.0.4",
"version": "2.0.5",
"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 201d603

Please sign in to comment.