Skip to content

Commit

Permalink
Version Packages (#165)
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 Nov 14, 2023
1 parent e4989bb commit 55094ae
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 28 deletions.
7 changes: 0 additions & 7 deletions .changeset/healthy-forks-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-tomatoes-sniff.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": "1.3.12",
"@moonbeam-network/xcm-sdk": "1.4.8",
"@moonbeam-network/xcm-config": "1.3.13",
"@moonbeam-network/xcm-sdk": "1.4.9",
"@moonbeam-network/xcm-utils": "1.0.3"
},
"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.

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

## 1.0.9

### Patch Changes

- [#166](https://github.com/PureStake/xcm-sdk/pull/166) [`e4989bb`](https://github.com/PureStake/xcm-sdk/commit/e4989bb4eb525dc5d9515e2b08cb0820956d7826) Thanks [@mmaurello](https://github.com/mmaurello)! - Change Astar and Shiden pallet and fix Any keyword error

- [#161](https://github.com/PureStake/xcm-sdk/pull/161) [`df29a0b`](https://github.com/PureStake/xcm-sdk/commit/df29a0b5b92fdbaa18e435b7aecef9e6d9c6087e) Thanks [@duxiaofeng-github](https://github.com/duxiaofeng-github)! - Add AccountId32 support

## 1.0.8

### 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": "1.0.8",
"version": "1.0.9",
"description": "Moonbeam XCM builder",
"scripts": {
"build": "tsup",
Expand Down
9 changes: 9 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @moonbeam-network/xcm-config

## 1.3.13

### Patch Changes

- [#166](https://github.com/PureStake/xcm-sdk/pull/166) [`e4989bb`](https://github.com/PureStake/xcm-sdk/commit/e4989bb4eb525dc5d9515e2b08cb0820956d7826) Thanks [@mmaurello](https://github.com/mmaurello)! - Change Astar and Shiden pallet and fix Any keyword error

- Updated dependencies [[`e4989bb`](https://github.com/PureStake/xcm-sdk/commit/e4989bb4eb525dc5d9515e2b08cb0820956d7826), [`df29a0b`](https://github.com/PureStake/xcm-sdk/commit/df29a0b5b92fdbaa18e435b7aecef9e6d9c6087e)]:
- @moonbeam-network/xcm-builder@1.0.9

## 1.3.12

### 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": "1.3.12",
"version": "1.3.13",
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -50,7 +50,7 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "1.0.8",
"@moonbeam-network/xcm-builder": "1.0.9",
"@moonbeam-network/xcm-types": "1.0.1"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @moonbeam-network/xcm-sdk

## 1.4.9

### Patch Changes

- [#166](https://github.com/PureStake/xcm-sdk/pull/166) [`e4989bb`](https://github.com/PureStake/xcm-sdk/commit/e4989bb4eb525dc5d9515e2b08cb0820956d7826) Thanks [@mmaurello](https://github.com/mmaurello)! - Change Astar and Shiden pallet and fix Any keyword error

- Updated dependencies [[`e4989bb`](https://github.com/PureStake/xcm-sdk/commit/e4989bb4eb525dc5d9515e2b08cb0820956d7826), [`df29a0b`](https://github.com/PureStake/xcm-sdk/commit/df29a0b5b92fdbaa18e435b7aecef9e6d9c6087e)]:
- @moonbeam-network/xcm-builder@1.0.9
- @moonbeam-network/xcm-config@1.3.13

## 1.4.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": "1.4.8",
"version": "1.4.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": "1.0.8",
"@moonbeam-network/xcm-config": "1.3.12",
"@moonbeam-network/xcm-builder": "1.0.9",
"@moonbeam-network/xcm-config": "1.3.13",
"@moonbeam-network/xcm-types": "1.0.1",
"@moonbeam-network/xcm-utils": "1.0.3",
"big.js": "^6.2.1"
Expand Down

0 comments on commit 55094ae

Please sign in to comment.