Skip to content

Commit

Permalink
Version Packages (#271)
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 Jun 13, 2024
1 parent 8a5c998 commit b303c1d
Show file tree
Hide file tree
Showing 16 changed files with 93 additions and 58 deletions.
6 changes: 0 additions & 6 deletions .changeset/heavy-hairs-buy.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rare-hotels-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-vans-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-books-press.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.2.3",
"@moonbeam-network/xcm-sdk": "2.2.3",
"@moonbeam-network/xcm-utils": "2.0.8"
"@moonbeam-network/xcm-config": "2.3.0",
"@moonbeam-network/xcm-sdk": "2.3.0",
"@moonbeam-network/xcm-utils": "2.1.0"
},
"devDependencies": {
"bun": "^1.0.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.

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

## 2.3.0

### Minor Changes

- [#267](https://github.com/moonbeam-foundation/xcm-sdk/pull/267) [`e214548`](https://github.com/moonbeam-foundation/xcm-sdk/commit/e214548fb5be6b6c153b165960805e0f5279aa26) Thanks [@ekenigs](https://github.com/ekenigs)! - Updated PolkadotJS dependencies to v11

### Patch Changes

- Updated dependencies [[`e214548`](https://github.com/moonbeam-foundation/xcm-sdk/commit/e214548fb5be6b6c153b165960805e0f5279aa26)]:
- @moonbeam-network/xcm-utils@2.1.0
- @moonbeam-network/xcm-types@2.2.2

## 2.2.1

### 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.2.1",
"version": "2.3.0",
"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.2.1",
"@moonbeam-network/xcm-utils": "2.0.8",
"@moonbeam-network/xcm-types": "2.2.2",
"@moonbeam-network/xcm-utils": "2.1.0",
"big.js": "^6.2.1"
},
"peerDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @moonbeam-network/xcm-config

## 2.3.0

### Minor Changes

- [#267](https://github.com/moonbeam-foundation/xcm-sdk/pull/267) [`e214548`](https://github.com/moonbeam-foundation/xcm-sdk/commit/e214548fb5be6b6c153b165960805e0f5279aa26) Thanks [@ekenigs](https://github.com/ekenigs)! - Updated PolkadotJS dependencies to v11

### Patch Changes

- [#270](https://github.com/moonbeam-foundation/xcm-sdk/pull/270) [`f7bb225`](https://github.com/moonbeam-foundation/xcm-sdk/commit/f7bb2253c2a45f1ada589ce55abc0601dd416dd8) Thanks [@Rihyx](https://github.com/Rihyx)! - Rename Peaq to peaq

- [#269](https://github.com/moonbeam-foundation/xcm-sdk/pull/269) [`c0fdc40`](https://github.com/moonbeam-foundation/xcm-sdk/commit/c0fdc4096fa94393f0cf8da9edad4749ae824a0b) Thanks [@mmaurello](https://github.com/mmaurello)! - Peaq token transfers between peaq and Moonbeam

- Updated dependencies [[`e214548`](https://github.com/moonbeam-foundation/xcm-sdk/commit/e214548fb5be6b6c153b165960805e0f5279aa26)]:
- @moonbeam-network/xcm-builder@2.3.0
- @moonbeam-network/xcm-types@2.2.2

## 2.2.3

### 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.2.3",
"version": "2.3.0",
"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.2.1",
"@moonbeam-network/xcm-types": "2.2.1"
"@moonbeam-network/xcm-builder": "2.3.0",
"@moonbeam-network/xcm-types": "2.2.2"
},
"peerDependencies": {
"@polkadot/types": "^11.2.1",
Expand Down
18 changes: 18 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @moonbeam-network/xcm-sdk

## 2.3.0

### Minor Changes

- [#267](https://github.com/moonbeam-foundation/xcm-sdk/pull/267) [`e214548`](https://github.com/moonbeam-foundation/xcm-sdk/commit/e214548fb5be6b6c153b165960805e0f5279aa26) Thanks [@ekenigs](https://github.com/ekenigs)! - Updated PolkadotJS dependencies to v11

### Patch Changes

- [#270](https://github.com/moonbeam-foundation/xcm-sdk/pull/270) [`f7bb225`](https://github.com/moonbeam-foundation/xcm-sdk/commit/f7bb2253c2a45f1ada589ce55abc0601dd416dd8) Thanks [@Rihyx](https://github.com/Rihyx)! - Rename Peaq to peaq

- [#272](https://github.com/moonbeam-foundation/xcm-sdk/pull/272) [`8a5c998`](https://github.com/moonbeam-foundation/xcm-sdk/commit/8a5c998a46f4b879520b71afc91ace5c1dea77b2) Thanks [@Rihyx](https://github.com/Rihyx)! - Update snapshots

- Updated dependencies [[`f7bb225`](https://github.com/moonbeam-foundation/xcm-sdk/commit/f7bb2253c2a45f1ada589ce55abc0601dd416dd8), [`e214548`](https://github.com/moonbeam-foundation/xcm-sdk/commit/e214548fb5be6b6c153b165960805e0f5279aa26), [`c0fdc40`](https://github.com/moonbeam-foundation/xcm-sdk/commit/c0fdc4096fa94393f0cf8da9edad4749ae824a0b)]:
- @moonbeam-network/xcm-config@2.3.0
- @moonbeam-network/xcm-builder@2.3.0
- @moonbeam-network/xcm-utils@2.1.0
- @moonbeam-network/xcm-types@2.2.2

## 2.2.3

### 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.2.3",
"version": "2.3.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 @@ -51,10 +51,10 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "2.2.1",
"@moonbeam-network/xcm-config": "2.2.3",
"@moonbeam-network/xcm-types": "2.2.1",
"@moonbeam-network/xcm-utils": "2.0.8",
"@moonbeam-network/xcm-builder": "2.3.0",
"@moonbeam-network/xcm-config": "2.3.0",
"@moonbeam-network/xcm-types": "2.2.2",
"@moonbeam-network/xcm-utils": "2.1.0",
"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.2.2

### Patch Changes

- Updated dependencies [[`e214548`](https://github.com/moonbeam-foundation/xcm-sdk/commit/e214548fb5be6b6c153b165960805e0f5279aa26)]:
- @moonbeam-network/xcm-utils@2.1.0

## 2.2.1

### 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.2.1",
"version": "2.2.2",
"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.0.8",
"@moonbeam-network/xcm-utils": "2.1.0",
"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.0

### Minor Changes

- [#267](https://github.com/moonbeam-foundation/xcm-sdk/pull/267) [`e214548`](https://github.com/moonbeam-foundation/xcm-sdk/commit/e214548fb5be6b6c153b165960805e0f5279aa26) Thanks [@ekenigs](https://github.com/ekenigs)! - Updated PolkadotJS dependencies to v11

## 2.0.8

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

0 comments on commit b303c1d

Please sign in to comment.