Skip to content

Commit

Permalink
Version Packages (#296)
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 Jul 15, 2024
1 parent a98f1c0 commit 5da13ab
Show file tree
Hide file tree
Showing 16 changed files with 95 additions and 62 deletions.
9 changes: 0 additions & 9 deletions .changeset/pretty-beds-drop.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/thin-cows-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-ligers-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-moons-drop.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.4.4",
"@moonbeam-network/xcm-sdk": "2.4.4",
"@moonbeam-network/xcm-utils": "2.1.1"
"@moonbeam-network/xcm-config": "2.4.5",
"@moonbeam-network/xcm-sdk": "2.4.5",
"@moonbeam-network/xcm-utils": "2.1.2"
},
"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.3

### Patch Changes

- [#297](https://github.com/moonbeam-foundation/xcm-sdk/pull/297) [`b6f7fef`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b6f7fef640aa442b1e99ce930a25fd0dd94cd8bf) Thanks [@Rihyx](https://github.com/Rihyx)! - Fix script to check WS endpoints

- [#298](https://github.com/moonbeam-foundation/xcm-sdk/pull/298) [`308260e`](https://github.com/moonbeam-foundation/xcm-sdk/commit/308260e1f87b683effe9c04d1d61422d51b37eaf) Thanks [@Rihyx](https://github.com/Rihyx)! - Update minor and patch dependencies

- Updated dependencies [[`b6f7fef`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b6f7fef640aa442b1e99ce930a25fd0dd94cd8bf), [`308260e`](https://github.com/moonbeam-foundation/xcm-sdk/commit/308260e1f87b683effe9c04d1d61422d51b37eaf)]:
- @moonbeam-network/xcm-types@2.2.4
- @moonbeam-network/xcm-utils@2.1.2

## 2.3.2

### 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.3.2",
"version": "2.3.3",
"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.3",
"@moonbeam-network/xcm-utils": "2.1.1",
"@moonbeam-network/xcm-types": "2.2.4",
"@moonbeam-network/xcm-utils": "2.1.2",
"big.js": "^6.2.1"
},
"peerDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @moonbeam-network/xcm-config

## 2.4.5

### Patch Changes

- [#297](https://github.com/moonbeam-foundation/xcm-sdk/pull/297) [`b6f7fef`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b6f7fef640aa442b1e99ce930a25fd0dd94cd8bf) Thanks [@Rihyx](https://github.com/Rihyx)! - Fix script to check WS endpoints

- [#298](https://github.com/moonbeam-foundation/xcm-sdk/pull/298) [`308260e`](https://github.com/moonbeam-foundation/xcm-sdk/commit/308260e1f87b683effe9c04d1d61422d51b37eaf) Thanks [@Rihyx](https://github.com/Rihyx)! - Update minor and patch dependencies

- [#299](https://github.com/moonbeam-foundation/xcm-sdk/pull/299) [`a98f1c0`](https://github.com/moonbeam-foundation/xcm-sdk/commit/a98f1c0dc8619fb297bdc6257d9eb258b21ddabd) Thanks [@Rihyx](https://github.com/Rihyx)! - change Zeitgeist RPCs to an Array and add 2 more endpoints

- Updated dependencies [[`b6f7fef`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b6f7fef640aa442b1e99ce930a25fd0dd94cd8bf), [`308260e`](https://github.com/moonbeam-foundation/xcm-sdk/commit/308260e1f87b683effe9c04d1d61422d51b37eaf)]:
- @moonbeam-network/xcm-builder@2.3.3
- @moonbeam-network/xcm-types@2.2.4

## 2.4.4

### 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.4.4",
"version": "2.4.5",
"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.3.2",
"@moonbeam-network/xcm-types": "2.2.3"
"@moonbeam-network/xcm-builder": "2.3.3",
"@moonbeam-network/xcm-types": "2.2.4"
},
"peerDependencies": {
"@polkadot/types": "^11.2.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @moonbeam-network/xcm-sdk

## 2.4.5

### Patch Changes

- [#297](https://github.com/moonbeam-foundation/xcm-sdk/pull/297) [`b6f7fef`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b6f7fef640aa442b1e99ce930a25fd0dd94cd8bf) Thanks [@Rihyx](https://github.com/Rihyx)! - Fix script to check WS endpoints

- [#298](https://github.com/moonbeam-foundation/xcm-sdk/pull/298) [`308260e`](https://github.com/moonbeam-foundation/xcm-sdk/commit/308260e1f87b683effe9c04d1d61422d51b37eaf) Thanks [@Rihyx](https://github.com/Rihyx)! - Update minor and patch dependencies

- [#295](https://github.com/moonbeam-foundation/xcm-sdk/pull/295) [`0750524`](https://github.com/moonbeam-foundation/xcm-sdk/commit/075052401d3657476d32246e8ba57d6038504582) Thanks [@Rihyx](https://github.com/Rihyx)! - fix acceptance tests

- Updated dependencies [[`b6f7fef`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b6f7fef640aa442b1e99ce930a25fd0dd94cd8bf), [`308260e`](https://github.com/moonbeam-foundation/xcm-sdk/commit/308260e1f87b683effe9c04d1d61422d51b37eaf), [`a98f1c0`](https://github.com/moonbeam-foundation/xcm-sdk/commit/a98f1c0dc8619fb297bdc6257d9eb258b21ddabd)]:
- @moonbeam-network/xcm-builder@2.3.3
- @moonbeam-network/xcm-config@2.4.5
- @moonbeam-network/xcm-types@2.2.4
- @moonbeam-network/xcm-utils@2.1.2

## 2.4.4

### 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.4.4",
"version": "2.4.5",
"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.3.2",
"@moonbeam-network/xcm-config": "2.4.4",
"@moonbeam-network/xcm-types": "2.2.3",
"@moonbeam-network/xcm-utils": "2.1.1",
"@moonbeam-network/xcm-builder": "2.3.3",
"@moonbeam-network/xcm-config": "2.4.5",
"@moonbeam-network/xcm-types": "2.2.4",
"@moonbeam-network/xcm-utils": "2.1.2",
"big.js": "^6.2.1"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @moonbeam-network/xcm-types

## 2.2.4

### Patch Changes

- [#297](https://github.com/moonbeam-foundation/xcm-sdk/pull/297) [`b6f7fef`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b6f7fef640aa442b1e99ce930a25fd0dd94cd8bf) Thanks [@Rihyx](https://github.com/Rihyx)! - Fix script to check WS endpoints

- [#298](https://github.com/moonbeam-foundation/xcm-sdk/pull/298) [`308260e`](https://github.com/moonbeam-foundation/xcm-sdk/commit/308260e1f87b683effe9c04d1d61422d51b37eaf) Thanks [@Rihyx](https://github.com/Rihyx)! - Update minor and patch dependencies

- Updated dependencies [[`b6f7fef`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b6f7fef640aa442b1e99ce930a25fd0dd94cd8bf), [`308260e`](https://github.com/moonbeam-foundation/xcm-sdk/commit/308260e1f87b683effe9c04d1d61422d51b37eaf)]:
- @moonbeam-network/xcm-utils@2.1.2

## 2.2.3

### 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.3",
"version": "2.2.4",
"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.1.1",
"@moonbeam-network/xcm-utils": "2.1.2",
"big.js": "^6.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @moonbeam-network/xcm-utils

## 2.1.2

### Patch Changes

- [#297](https://github.com/moonbeam-foundation/xcm-sdk/pull/297) [`b6f7fef`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b6f7fef640aa442b1e99ce930a25fd0dd94cd8bf) Thanks [@Rihyx](https://github.com/Rihyx)! - Fix script to check WS endpoints

- [#298](https://github.com/moonbeam-foundation/xcm-sdk/pull/298) [`308260e`](https://github.com/moonbeam-foundation/xcm-sdk/commit/308260e1f87b683effe9c04d1d61422d51b37eaf) Thanks [@Rihyx](https://github.com/Rihyx)! - Update minor and patch dependencies

## 2.1.1

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

0 comments on commit 5da13ab

Please sign in to comment.