Skip to content

Commit

Permalink
Version Packages (#336)
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 Sep 2, 2024
1 parent 6f6cfa5 commit e5cf68d
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-buttons-greet.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.5.7",
"@moonbeam-network/xcm-sdk": "2.5.8",
"@moonbeam-network/xcm-config": "2.5.8",
"@moonbeam-network/xcm-sdk": "2.5.9",
"@moonbeam-network/xcm-utils": "2.1.7"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 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/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonbeam-network/xcm-builder

## 2.4.6

### Patch Changes

- [#335](https://github.com/moonbeam-foundation/xcm-sdk/pull/335) [`6f6cfa5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/6f6cfa5e9d0020d443f975768b0b53bea30cd342) Thanks [@mmaurello](https://github.com/mmaurello)! - Apply correct transferrable balance formula

## 2.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-builder",
"version": "2.4.5",
"version": "2.4.6",
"description": "Moonbeam XCM builder",
"scripts": {
"build": "tsup",
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @moonbeam-network/xcm-config

## 2.5.8

### Patch Changes

- Updated dependencies [[`6f6cfa5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/6f6cfa5e9d0020d443f975768b0b53bea30cd342)]:
- @moonbeam-network/xcm-builder@2.4.6

## 2.5.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.5.7",
"version": "2.5.8",
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -49,7 +49,7 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "2.4.5",
"@moonbeam-network/xcm-builder": "2.4.6",
"@moonbeam-network/xcm-types": "2.3.4"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @moonbeam-network/xcm-sdk

## 2.5.9

### Patch Changes

- Updated dependencies [[`6f6cfa5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/6f6cfa5e9d0020d443f975768b0b53bea30cd342)]:
- @moonbeam-network/xcm-builder@2.4.6
- @moonbeam-network/xcm-config@2.5.8

## 2.5.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.8",
"version": "2.5.9",
"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 @@ -51,8 +51,8 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "2.4.5",
"@moonbeam-network/xcm-config": "2.5.7",
"@moonbeam-network/xcm-builder": "2.4.6",
"@moonbeam-network/xcm-config": "2.5.8",
"@moonbeam-network/xcm-types": "2.3.4",
"@moonbeam-network/xcm-utils": "2.1.7",
"big.js": "^6.2.1"
Expand Down

0 comments on commit e5cf68d

Please sign in to comment.