Skip to content

Commit

Permalink
Version Packages (#143)
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 Oct 13, 2023
1 parent 8c16492 commit 8ad75b0
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-clocks-live.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/neat-buses-wash.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.4",
"@moonbeam-network/xcm-sdk": "1.3.4",
"@moonbeam-network/xcm-config": "1.3.5",
"@moonbeam-network/xcm-sdk": "1.4.0",
"@moonbeam-network/xcm-utils": "1.0.2"
},
"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

## 1.0.7

### Patch Changes

- [#144](https://github.com/PureStake/xcm-sdk/pull/144) [`8c16492`](https://github.com/PureStake/xcm-sdk/commit/8c16492f2cceef0e1ebc8a9ba70452e644efd135) Thanks [@mmaurello](https://github.com/mmaurello)! - FIL integration and EQ fix

## 1.0.6

### 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.6",
"version": "1.0.7",
"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.5

### Patch Changes

- [#144](https://github.com/PureStake/xcm-sdk/pull/144) [`8c16492`](https://github.com/PureStake/xcm-sdk/commit/8c16492f2cceef0e1ebc8a9ba70452e644efd135) Thanks [@mmaurello](https://github.com/mmaurello)! - FIL integration and EQ fix

- Updated dependencies [[`8c16492`](https://github.com/PureStake/xcm-sdk/commit/8c16492f2cceef0e1ebc8a9ba70452e644efd135)]:
- @moonbeam-network/xcm-builder@1.0.7

## 1.3.4

### 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.4",
"version": "1.3.5",
"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.6",
"@moonbeam-network/xcm-builder": "1.0.7",
"@moonbeam-network/xcm-types": "1.0.1"
},
"peerDependencies": {
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

## 1.4.0

### Minor Changes

- [#136](https://github.com/PureStake/xcm-sdk/pull/136) [`02dafc0`](https://github.com/PureStake/xcm-sdk/commit/02dafc0977874c081e41f4685d7da7bedb81b7af) Thanks [@nohaapav](https://github.com/nohaapav)! - Sopport optional EvmSigner, Fix: PolkadotService asset get (not reflecting config service)

### Patch Changes

- [#144](https://github.com/PureStake/xcm-sdk/pull/144) [`8c16492`](https://github.com/PureStake/xcm-sdk/commit/8c16492f2cceef0e1ebc8a9ba70452e644efd135) Thanks [@mmaurello](https://github.com/mmaurello)! - FIL integration and EQ fix

- Updated dependencies [[`8c16492`](https://github.com/PureStake/xcm-sdk/commit/8c16492f2cceef0e1ebc8a9ba70452e644efd135)]:
- @moonbeam-network/xcm-builder@1.0.7
- @moonbeam-network/xcm-config@1.3.5

## 1.3.4

### 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.3.4",
"version": "1.4.0",
"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 @@ -47,8 +47,8 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "1.0.6",
"@moonbeam-network/xcm-config": "1.3.4",
"@moonbeam-network/xcm-builder": "1.0.7",
"@moonbeam-network/xcm-config": "1.3.5",
"@moonbeam-network/xcm-types": "1.0.1",
"@moonbeam-network/xcm-utils": "1.0.2",
"big.js": "^6.2.1"
Expand Down

0 comments on commit 8ad75b0

Please sign in to comment.