Skip to content

Commit

Permalink
Version Packages (#75)
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 Apr 12, 2023
1 parent 7159d68 commit 8658790
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/little-wombats-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-hairs-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-humans-enjoy.md

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

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

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

## 0.4.2

### Patch Changes

- [#74](https://github.com/PureStake/xcm-sdk/pull/74) [`7159d68`](https://github.com/PureStake/xcm-sdk/commit/7159d68cd9a2a8c0c2e2e0f8a8405e6a1a9a8607) Thanks [@ekenigs](https://github.com/ekenigs)! - A new extrinsic fro Equilibrium

- [#73](https://github.com/PureStake/xcm-sdk/pull/73) [`a3f3d86`](https://github.com/PureStake/xcm-sdk/commit/a3f3d86290475e6353fa74c06c2b7e6c9ba65eb4) Thanks [@ekenigs](https://github.com/ekenigs)! - Khala and Phala v3 fix
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-config",
"version": "0.4.1",
"version": "0.4.2",
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"scripts": {
"build": "tsup",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @moonbeam-network/xcm-sdk

## 0.4.2

### Patch Changes

- [#74](https://github.com/PureStake/xcm-sdk/pull/74) [`7159d68`](https://github.com/PureStake/xcm-sdk/commit/7159d68cd9a2a8c0c2e2e0f8a8405e6a1a9a8607) Thanks [@ekenigs](https://github.com/ekenigs)! - A new extrinsic fro Equilibrium

- Updated dependencies [[`7159d68`](https://github.com/PureStake/xcm-sdk/commit/7159d68cd9a2a8c0c2e2e0f8a8405e6a1a9a8607), [`a3f3d86`](https://github.com/PureStake/xcm-sdk/commit/a3f3d86290475e6353fa74c06c2b7e6c9ba65eb4), [`7159d68`](https://github.com/PureStake/xcm-sdk/commit/7159d68cd9a2a8c0c2e2e0f8a8405e6a1a9a8607)]:
- @moonbeam-network/xcm-config@0.4.2
- @moonbeam-network/xcm-utils@0.0.7
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": "0.4.1",
"version": "0.4.2",
"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
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @moonbeam-network/xcm-utils

## 0.0.7

### Patch Changes

- [#74](https://github.com/PureStake/xcm-sdk/pull/74) [`7159d68`](https://github.com/PureStake/xcm-sdk/commit/7159d68cd9a2a8c0c2e2e0f8a8405e6a1a9a8607) Thanks [@ekenigs](https://github.com/ekenigs)! - Added a convertDecimals function
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-utils",
"version": "0.0.6",
"version": "0.0.7",
"description": "Moonbeam XCM utilities",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 8658790

Please sign in to comment.