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 Feb 7, 2025
1 parent cf218ad commit e1eeac0
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-readers-poke.md

This file was deleted.

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

## 3.0.7

### Patch Changes

- [#439](https://github.com/moonbeam-foundation/xcm-sdk/pull/439) [`cf218ad`](https://github.com/moonbeam-foundation/xcm-sdk/commit/cf218ad42aa6f9bbbf059a23a9bf1695dc5577c1) Thanks [@mmaurello](https://github.com/mmaurello)! - Remove Khala

## 3.0.6

### 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.6",
"version": "3.0.7",
"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
8 changes: 8 additions & 0 deletions packages/mrl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @moonbeam-network/mrl

## 3.0.7

### Patch Changes

- Updated dependencies [[`cf218ad`](https://github.com/moonbeam-foundation/xcm-sdk/commit/cf218ad42aa6f9bbbf059a23a9bf1695dc5577c1)]:
- @moonbeam-network/xcm-config@3.0.7
- @moonbeam-network/xcm-sdk@3.0.7

## 3.0.6

### 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.6",
"version": "3.0.7",
"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
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @moonbeam-network/xcm-sdk

## 3.0.7

### Patch Changes

- Updated dependencies [[`cf218ad`](https://github.com/moonbeam-foundation/xcm-sdk/commit/cf218ad42aa6f9bbbf059a23a9bf1695dc5577c1)]:
- @moonbeam-network/xcm-config@3.0.7

## 3.0.6

### 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.6",
"version": "3.0.7",
"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

0 comments on commit e1eeac0

Please sign in to comment.