Skip to content

Commit

Permalink
Version Packages (#433)
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 29, 2025
1 parent b3ade4a commit c604656
Show file tree
Hide file tree
Showing 15 changed files with 120 additions and 28 deletions.
10 changes: 0 additions & 10 deletions .changeset/spotty-pears-juggle.md

This file was deleted.

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

## 3.0.4

### Patch Changes

- [#429](https://github.com/moonbeam-foundation/xcm-sdk/pull/429) [`b3ade4a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b3ade4a6110b017d4e2e2bbc4a4095ba5960bd94) Thanks [@Rihyx](https://github.com/Rihyx)! - update polkadot stuff to the latest version

- Updated dependencies [[`b3ade4a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b3ade4a6110b017d4e2e2bbc4a4095ba5960bd94)]:
- @moonbeam-network/xcm-types@3.0.4
- @moonbeam-network/xcm-utils@3.0.4

## 3.0.3

### Patch Changes
Expand Down
12 changes: 9 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": "3.0.3",
"version": "3.0.4",
"description": "Moonbeam XCM builder",
"scripts": {
"build": "tsup",
Expand All @@ -16,14 +16,20 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": ["moonbeam", "moonriver", "xcm"],
"keywords": [
"moonbeam",
"moonriver",
"xcm"
],
"author": "moonbeam-foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": ["build"],
"files": [
"build"
],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @moonbeam-network/xcm-config

## 3.0.4

### Patch Changes

- [#429](https://github.com/moonbeam-foundation/xcm-sdk/pull/429) [`b3ade4a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b3ade4a6110b017d4e2e2bbc4a4095ba5960bd94) Thanks [@Rihyx](https://github.com/Rihyx)! - update polkadot stuff to the latest version

- Updated dependencies [[`b3ade4a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b3ade4a6110b017d4e2e2bbc4a4095ba5960bd94)]:
- @moonbeam-network/xcm-builder@3.0.4
- @moonbeam-network/xcm-types@3.0.4
- @moonbeam-network/xcm-utils@3.0.4

## 3.0.3

### Patch Changes
Expand Down
12 changes: 9 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": "3.0.3",
"version": "3.0.4",
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"scripts": {
"build": "tsup",
Expand All @@ -16,14 +16,20 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": ["moonbeam", "moonriver", "xcm"],
"keywords": [
"moonbeam",
"moonriver",
"xcm"
],
"author": "moonbeam-foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": ["build"],
"files": [
"build"
],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand Down
13 changes: 13 additions & 0 deletions packages/mrl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @moonbeam-network/mrl

## 3.0.4

### Patch Changes

- [#429](https://github.com/moonbeam-foundation/xcm-sdk/pull/429) [`b3ade4a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b3ade4a6110b017d4e2e2bbc4a4095ba5960bd94) Thanks [@Rihyx](https://github.com/Rihyx)! - update polkadot stuff to the latest version

- Updated dependencies [[`b3ade4a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b3ade4a6110b017d4e2e2bbc4a4095ba5960bd94)]:
- @moonbeam-network/xcm-builder@3.0.4
- @moonbeam-network/xcm-config@3.0.4
- @moonbeam-network/xcm-types@3.0.4
- @moonbeam-network/xcm-utils@3.0.4
- @moonbeam-network/xcm-sdk@3.0.4

## 3.0.3

### Patch Changes
Expand Down
12 changes: 9 additions & 3 deletions packages/mrl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/mrl",
"version": "3.0.3",
"version": "3.0.4",
"description": "Moonbeam Routed Liquidity",
"scripts": {
"build": "tsup",
Expand All @@ -16,14 +16,20 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": ["moonbeam", "moonriver", "mrl"],
"keywords": [
"moonbeam",
"moonriver",
"mrl"
],
"author": "moonbeam-foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": ["build"],
"files": [
"build"
],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @moonbeam-network/xcm-sdk

## 3.0.4

### Patch Changes

- [#429](https://github.com/moonbeam-foundation/xcm-sdk/pull/429) [`b3ade4a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b3ade4a6110b017d4e2e2bbc4a4095ba5960bd94) Thanks [@Rihyx](https://github.com/Rihyx)! - update polkadot stuff to the latest version

- Updated dependencies [[`b3ade4a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b3ade4a6110b017d4e2e2bbc4a4095ba5960bd94)]:
- @moonbeam-network/xcm-builder@3.0.4
- @moonbeam-network/xcm-config@3.0.4
- @moonbeam-network/xcm-types@3.0.4
- @moonbeam-network/xcm-utils@3.0.4

## 3.0.3

### Patch Changes
Expand Down
6 changes: 4 additions & 2 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": "3.0.3",
"version": "3.0.4",
"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 @@ -29,7 +29,9 @@
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": ["build"],
"files": [
"build"
],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @moonbeam-network/xcm-types

## 3.0.4

### Patch Changes

- [#429](https://github.com/moonbeam-foundation/xcm-sdk/pull/429) [`b3ade4a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b3ade4a6110b017d4e2e2bbc4a4095ba5960bd94) Thanks [@Rihyx](https://github.com/Rihyx)! - update polkadot stuff to the latest version

- Updated dependencies [[`b3ade4a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b3ade4a6110b017d4e2e2bbc4a4095ba5960bd94)]:
- @moonbeam-network/xcm-utils@3.0.4

## 3.0.3

### Patch Changes
Expand Down
12 changes: 9 additions & 3 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": "3.0.3",
"version": "3.0.4",
"description": "Moonbeam XCM Types",
"scripts": {
"build": "tsup",
Expand All @@ -15,14 +15,20 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": ["moonbeam", "moonriver", "xcm"],
"keywords": [
"moonbeam",
"moonriver",
"xcm"
],
"author": "moonbeam-foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": ["build"],
"files": [
"build"
],
"type": "module",
"exports": {
"import": "./build/index.mjs",
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

## 3.0.4

### Patch Changes

- [#429](https://github.com/moonbeam-foundation/xcm-sdk/pull/429) [`b3ade4a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b3ade4a6110b017d4e2e2bbc4a4095ba5960bd94) Thanks [@Rihyx](https://github.com/Rihyx)! - update polkadot stuff to the latest version

## 3.0.3

### Patch Changes
Expand Down
13 changes: 10 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-utils",
"version": "3.0.3",
"version": "3.0.4",
"description": "Moonbeam XCM utilities",
"scripts": {
"build": "tsup",
Expand All @@ -18,12 +18,19 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": ["moonbeam", "moonriver", "xcm", "utils"],
"keywords": [
"moonbeam",
"moonriver",
"xcm",
"utils"
],
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": ["build"],
"files": [
"build"
],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# scripts

## 3.0.3

### Patch Changes

- Updated dependencies [[`b3ade4a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/b3ade4a6110b017d4e2e2bbc4a4095ba5960bd94)]:
- @moonbeam-network/xcm-config@3.0.4
- @moonbeam-network/xcm-types@3.0.4

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scripts",
"version": "3.0.2",
"version": "3.0.3",
"scripts": {},
"private": true,
"license": "UNLICENSED",
Expand Down

0 comments on commit c604656

Please sign in to comment.