Skip to content

Commit

Permalink
Version Packages (#325)
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 Aug 22, 2024
1 parent bfe9f64 commit 4a0b861
Show file tree
Hide file tree
Showing 15 changed files with 81 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-insects-warn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/neat-beds-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-turtles-reply.md

This file was deleted.

6 changes: 3 additions & 3 deletions examples/sdk-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@moonbeam-network/xcm-config": "2.5.4",
"@moonbeam-network/xcm-sdk": "2.5.5",
"@moonbeam-network/xcm-utils": "2.1.5"
"@moonbeam-network/xcm-config": "2.5.5",
"@moonbeam-network/xcm-sdk": "2.5.6",
"@moonbeam-network/xcm-utils": "2.1.6"
},
"devDependencies": {
"bun": "^1.1.21"
Expand Down
34 changes: 17 additions & 17 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/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @moonbeam-network/xcm-builder

## 2.4.3

### Patch Changes

- Updated dependencies [[`bfe9f64`](https://github.com/moonbeam-foundation/xcm-sdk/commit/bfe9f6481f078c2022d70d6c1bc096f87b724477)]:
- @moonbeam-network/xcm-utils@2.1.6
- @moonbeam-network/xcm-types@2.3.3

## 2.4.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.2",
"version": "2.4.3",
"description": "Moonbeam XCM builder",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -49,8 +49,8 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-types": "2.3.2",
"@moonbeam-network/xcm-utils": "2.1.5",
"@moonbeam-network/xcm-types": "2.3.3",
"@moonbeam-network/xcm-utils": "2.1.6",
"big.js": "^6.2.1"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @moonbeam-network/xcm-config

## 2.5.5

### Patch Changes

- [#329](https://github.com/moonbeam-foundation/xcm-sdk/pull/329) [`bfe9f64`](https://github.com/moonbeam-foundation/xcm-sdk/commit/bfe9f6481f078c2022d70d6c1bc096f87b724477) Thanks [@mmaurello](https://github.com/mmaurello)! - Allow signed transaction in signAndSend to make ledger signing work

- [#328](https://github.com/moonbeam-foundation/xcm-sdk/pull/328) [`9e014a6`](https://github.com/moonbeam-foundation/xcm-sdk/commit/9e014a66b20264f9ced0b037846c8f7b1b2647bd) Thanks [@mmaurello](https://github.com/mmaurello)! - Adjust kbtc and ibtc fees

- Updated dependencies []:
- @moonbeam-network/xcm-builder@2.4.3
- @moonbeam-network/xcm-types@2.3.3

## 2.5.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "2.5.5",
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -49,8 +49,8 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "2.4.2",
"@moonbeam-network/xcm-types": "2.3.2"
"@moonbeam-network/xcm-builder": "2.4.3",
"@moonbeam-network/xcm-types": "2.3.3"
},
"peerDependencies": {
"@polkadot/types": "^12.2.3",
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @moonbeam-network/xcm-sdk

## 2.5.6

### Patch Changes

- [#324](https://github.com/moonbeam-foundation/xcm-sdk/pull/324) [`22603d0`](https://github.com/moonbeam-foundation/xcm-sdk/commit/22603d0c527ee8579310b76d0a9443412f5b2818) Thanks [@Rihyx](https://github.com/Rihyx)! - Fix acceptance tests and make them run on every push

- [#329](https://github.com/moonbeam-foundation/xcm-sdk/pull/329) [`bfe9f64`](https://github.com/moonbeam-foundation/xcm-sdk/commit/bfe9f6481f078c2022d70d6c1bc096f87b724477) Thanks [@mmaurello](https://github.com/mmaurello)! - Allow signed transaction in signAndSend to make ledger signing work

- Updated dependencies [[`bfe9f64`](https://github.com/moonbeam-foundation/xcm-sdk/commit/bfe9f6481f078c2022d70d6c1bc096f87b724477), [`9e014a6`](https://github.com/moonbeam-foundation/xcm-sdk/commit/9e014a66b20264f9ced0b037846c8f7b1b2647bd)]:
- @moonbeam-network/xcm-config@2.5.5
- @moonbeam-network/xcm-utils@2.1.6
- @moonbeam-network/xcm-builder@2.4.3
- @moonbeam-network/xcm-types@2.3.3

## 2.5.5

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.5",
"version": "2.5.6",
"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,10 +51,10 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "2.4.2",
"@moonbeam-network/xcm-config": "2.5.4",
"@moonbeam-network/xcm-types": "2.3.2",
"@moonbeam-network/xcm-utils": "2.1.5",
"@moonbeam-network/xcm-builder": "2.4.3",
"@moonbeam-network/xcm-config": "2.5.5",
"@moonbeam-network/xcm-types": "2.3.3",
"@moonbeam-network/xcm-utils": "2.1.6",
"big.js": "^6.2.1"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @moonbeam-network/xcm-types

## 2.3.3

### Patch Changes

- Updated dependencies [[`bfe9f64`](https://github.com/moonbeam-foundation/xcm-sdk/commit/bfe9f6481f078c2022d70d6c1bc096f87b724477)]:
- @moonbeam-network/xcm-utils@2.1.6

## 2.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-types",
"version": "2.3.2",
"version": "2.3.3",
"description": "Moonbeam XCM Types",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -48,7 +48,7 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-utils": "2.1.5",
"@moonbeam-network/xcm-utils": "2.1.6",
"big.js": "^6.2.1"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonbeam-network/xcm-utils

## 2.1.6

### Patch Changes

- [#329](https://github.com/moonbeam-foundation/xcm-sdk/pull/329) [`bfe9f64`](https://github.com/moonbeam-foundation/xcm-sdk/commit/bfe9f6481f078c2022d70d6c1bc096f87b724477) Thanks [@mmaurello](https://github.com/mmaurello)! - Allow signed transaction in signAndSend to make ledger signing work

## 2.1.5

### Patch Changes
Expand Down
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": "2.1.5",
"version": "2.1.6",
"description": "Moonbeam XCM utilities",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 4a0b861

Please sign in to comment.