Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 20, 2023
1 parent cd5da97 commit d89e639
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-donuts-burn.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": "1.3.5",
"@moonbeam-network/xcm-sdk": "1.4.0",
"@moonbeam-network/xcm-utils": "1.0.2"
"@moonbeam-network/xcm-config": "1.3.6",
"@moonbeam-network/xcm-sdk": "1.4.1",
"@moonbeam-network/xcm-utils": "1.0.3"
},
"devDependencies": {
"ts-node": "^10.9.1"
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 1.0.8

### Patch Changes

- Updated dependencies [[`cd5da97`](https://github.com/PureStake/xcm-sdk/commit/cd5da97e606e94f0ec0d2faa17ac44297c5ee98e)]:
- @moonbeam-network/xcm-utils@1.0.3

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "1.0.7",
"version": "1.0.8",
"description": "Moonbeam XCM builder",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -51,7 +51,7 @@
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-types": "1.0.1",
"@moonbeam-network/xcm-utils": "1.0.2",
"@moonbeam-network/xcm-utils": "1.0.3",
"big.js": "^6.2.1",
"ethers": "^5.7.2",
"type-fest": "^3.8.0"
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

## 1.3.6

### Patch Changes

- Updated dependencies []:
- @moonbeam-network/xcm-builder@1.0.8

## 1.3.5

### 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.5",
"version": "1.3.6",
"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.7",
"@moonbeam-network/xcm-builder": "1.0.8",
"@moonbeam-network/xcm-types": "1.0.1"
},
"peerDependencies": {
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

## 1.4.1

### Patch Changes

- Updated dependencies [[`cd5da97`](https://github.com/PureStake/xcm-sdk/commit/cd5da97e606e94f0ec0d2faa17ac44297c5ee98e)]:
- @moonbeam-network/xcm-utils@1.0.3
- @moonbeam-network/xcm-builder@1.0.8
- @moonbeam-network/xcm-config@1.3.6

## 1.4.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.0",
"version": "1.4.1",
"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,10 +47,10 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "1.0.7",
"@moonbeam-network/xcm-config": "1.3.5",
"@moonbeam-network/xcm-builder": "1.0.8",
"@moonbeam-network/xcm-config": "1.3.6",
"@moonbeam-network/xcm-types": "1.0.1",
"@moonbeam-network/xcm-utils": "1.0.2",
"@moonbeam-network/xcm-utils": "1.0.3",
"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

## 1.0.3

### Patch Changes

- [#145](https://github.com/PureStake/xcm-sdk/pull/145) [`cd5da97`](https://github.com/PureStake/xcm-sdk/commit/cd5da97e606e94f0ec0d2faa17ac44297c5ee98e) Thanks [@ekenigs](https://github.com/ekenigs)! - Disabled Polkadot.js API init warnings

## 1.0.2

### 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": "1.0.2",
"version": "1.0.3",
"description": "Moonbeam XCM utilities",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit d89e639

Please sign in to comment.