Skip to content

Commit

Permalink
Version Packages (#250)
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 14, 2024
1 parent d8190e7 commit 8eabe4e
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-carrots-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-turkeys-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-lobsters-hope.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.1.2",
"@moonbeam-network/xcm-sdk": "2.1.4",
"@moonbeam-network/xcm-config": "2.1.3",
"@moonbeam-network/xcm-sdk": "2.1.5",
"@moonbeam-network/xcm-utils": "2.0.6"
},
"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.

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

## 2.1.3

### Patch Changes

- [#242](https://github.com/moonbeam-foundation/xcm-sdk/pull/242) [`d8190e7`](https://github.com/moonbeam-foundation/xcm-sdk/commit/d8190e7d53b94ee6ed86c042e7268c40e5ca241f) Thanks [@Rihyx](https://github.com/Rihyx)! - Add PEAQ Alphanet configuration

- [#249](https://github.com/moonbeam-foundation/xcm-sdk/pull/249) [`5ee5a75`](https://github.com/moonbeam-foundation/xcm-sdk/commit/5ee5a75d56829641d11b51ba8a5da286c79b056c) Thanks [@mmaurello](https://github.com/mmaurello)! - Change Darwinia and Crab

## 2.1.2

### 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.1.2",
"version": "2.1.3",
"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.1.5

### Patch Changes

- [#251](https://github.com/moonbeam-foundation/xcm-sdk/pull/251) [`a883833`](https://github.com/moonbeam-foundation/xcm-sdk/commit/a8838332c1694abca40ad70e9ad9280d8b78da16) Thanks [@mmaurello](https://github.com/mmaurello)! - Remove fixed gas estimation value

- Updated dependencies [[`d8190e7`](https://github.com/moonbeam-foundation/xcm-sdk/commit/d8190e7d53b94ee6ed86c042e7268c40e5ca241f), [`5ee5a75`](https://github.com/moonbeam-foundation/xcm-sdk/commit/5ee5a75d56829641d11b51ba8a5da286c79b056c)]:
- @moonbeam-network/xcm-config@2.1.3

## 2.1.4

### 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.1.4",
"version": "2.1.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 Expand Up @@ -52,7 +52,7 @@
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "2.1.1",
"@moonbeam-network/xcm-config": "2.1.2",
"@moonbeam-network/xcm-config": "2.1.3",
"@moonbeam-network/xcm-types": "2.1.1",
"@moonbeam-network/xcm-utils": "2.0.6",
"big.js": "^6.2.1"
Expand Down

0 comments on commit 8eabe4e

Please sign in to comment.