Skip to content

Commit

Permalink
Version Packages (#225)
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 2, 2024
1 parent c4abfd2 commit a3f14bf
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/unlucky-tables-wave.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/sdk-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@moonbeam-network/xcm-config": "2.0.5",
"@moonbeam-network/xcm-sdk": "2.0.7",
"@moonbeam-network/xcm-config": "2.0.6",
"@moonbeam-network/xcm-sdk": "2.0.8",
"@moonbeam-network/xcm-utils": "2.0.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 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/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonbeam-network/xcm-config

## 2.0.6

### Patch Changes

- [#224](https://github.com/moonbeam-foundation/xcm-sdk/pull/224) [`c4abfd2c0ac6c778c0b4fb3bcab57260b1799f4e`](https://github.com/moonbeam-foundation/xcm-sdk/commit/c4abfd2c0ac6c778c0b4fb3bcab57260b1799f4e) Thanks [@mmaurello](https://github.com/mmaurello)! - Change phala endpoint and improve error message for destination fees

## 2.0.5

### Patch Changes
Expand Down
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": "2.0.5",
"version": "2.0.6",
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"scripts": {
"build": "tsup",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @moonbeam-network/xcm-sdk

## 2.0.8

### Patch Changes

- [#224](https://github.com/moonbeam-foundation/xcm-sdk/pull/224) [`c4abfd2c0ac6c778c0b4fb3bcab57260b1799f4e`](https://github.com/moonbeam-foundation/xcm-sdk/commit/c4abfd2c0ac6c778c0b4fb3bcab57260b1799f4e) Thanks [@mmaurello](https://github.com/mmaurello)! - Change phala endpoint and improve error message for destination fees

- Updated dependencies [[`c4abfd2c0ac6c778c0b4fb3bcab57260b1799f4e`](https://github.com/moonbeam-foundation/xcm-sdk/commit/c4abfd2c0ac6c778c0b4fb3bcab57260b1799f4e)]:
- @moonbeam-network/xcm-config@2.0.6

## 2.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7",
"version": "2.0.8",
"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 Expand Up @@ -52,7 +52,7 @@
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "2.0.2",
"@moonbeam-network/xcm-config": "2.0.5",
"@moonbeam-network/xcm-config": "2.0.6",
"@moonbeam-network/xcm-types": "2.0.2",
"@moonbeam-network/xcm-utils": "2.0.2",
"big.js": "^6.2.1"
Expand Down

0 comments on commit a3f14bf

Please sign in to comment.