Skip to content

Commit

Permalink
Version Packages (#201)
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 Jan 31, 2024
1 parent eb20aee commit 004ff1f
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .changeset/wild-singers-retire.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.26",
"@moonbeam-network/xcm-sdk": "1.4.22",
"@moonbeam-network/xcm-config": "1.3.27",
"@moonbeam-network/xcm-sdk": "1.4.23",
"@moonbeam-network/xcm-utils": "1.0.4"
},
"devDependencies": {
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.13

### Patch Changes

- Updated dependencies [[`eb20aee`](https://github.com/moonbeam-foundation/xcm-sdk/commit/eb20aee9d9c9052074501421d0d442bd13022424)]:
- @moonbeam-network/xcm-types@1.0.4

## 1.0.12

### 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.12",
"version": "1.0.13",
"description": "Moonbeam XCM builder",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -50,7 +50,7 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-types": "1.0.3",
"@moonbeam-network/xcm-types": "1.0.4",
"@moonbeam-network/xcm-utils": "1.0.4",
"big.js": "^6.2.1",
"type-fest": "^3.8.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @moonbeam-network/xcm-config

## 1.3.27

### Patch Changes

- [#179](https://github.com/moonbeam-foundation/xcm-sdk/pull/179) [`eb20aee`](https://github.com/moonbeam-foundation/xcm-sdk/commit/eb20aee9d9c9052074501421d0d442bd13022424) Thanks [@mmaurello](https://github.com/mmaurello)! - USDC wh integration with Moonbeam

- Updated dependencies [[`eb20aee`](https://github.com/moonbeam-foundation/xcm-sdk/commit/eb20aee9d9c9052074501421d0d442bd13022424)]:
- @moonbeam-network/xcm-types@1.0.4
- @moonbeam-network/xcm-builder@1.0.13

## 1.3.26

### 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": "1.3.26",
"version": "1.3.27",
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -50,8 +50,8 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "1.0.12",
"@moonbeam-network/xcm-types": "1.0.3"
"@moonbeam-network/xcm-builder": "1.0.13",
"@moonbeam-network/xcm-types": "1.0.4"
},
"peerDependencies": {
"@polkadot/types": "^10.10.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @moonbeam-network/xcm-sdk

## 1.4.23

### Patch Changes

- [#179](https://github.com/moonbeam-foundation/xcm-sdk/pull/179) [`eb20aee`](https://github.com/moonbeam-foundation/xcm-sdk/commit/eb20aee9d9c9052074501421d0d442bd13022424) Thanks [@mmaurello](https://github.com/mmaurello)! - USDC wh integration with Moonbeam

- Updated dependencies [[`eb20aee`](https://github.com/moonbeam-foundation/xcm-sdk/commit/eb20aee9d9c9052074501421d0d442bd13022424)]:
- @moonbeam-network/xcm-config@1.3.27
- @moonbeam-network/xcm-types@1.0.4
- @moonbeam-network/xcm-builder@1.0.13

## 1.4.22

### Patch 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.22",
"version": "1.4.23",
"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,9 +51,9 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "1.0.12",
"@moonbeam-network/xcm-config": "1.3.26",
"@moonbeam-network/xcm-types": "1.0.3",
"@moonbeam-network/xcm-builder": "1.0.13",
"@moonbeam-network/xcm-config": "1.3.27",
"@moonbeam-network/xcm-types": "1.0.4",
"@moonbeam-network/xcm-utils": "1.0.4",
"big.js": "^6.2.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonbeam-network/xcm-types

## 1.0.4

### Patch Changes

- [#179](https://github.com/moonbeam-foundation/xcm-sdk/pull/179) [`eb20aee`](https://github.com/moonbeam-foundation/xcm-sdk/commit/eb20aee9d9c9052074501421d0d442bd13022424) Thanks [@mmaurello](https://github.com/mmaurello)! - USDC wh integration with Moonbeam

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-types",
"version": "1.0.3",
"version": "1.0.4",
"description": "Moonbeam XCM Types",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 004ff1f

Please sign in to comment.