Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #292

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/good-starfishes-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-trees-wave.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": "2.4.3",
"@moonbeam-network/xcm-sdk": "2.4.3",
"@moonbeam-network/xcm-config": "2.4.4",
"@moonbeam-network/xcm-sdk": "2.4.4",
"@moonbeam-network/xcm-utils": "2.1.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 2.4.4

### Patch Changes

- [#294](https://github.com/moonbeam-foundation/xcm-sdk/pull/294) [`9be56f4`](https://github.com/moonbeam-foundation/xcm-sdk/commit/9be56f4c5bd39ecd2c4d95120f4d369ad7888c7d) Thanks [@Rihyx](https://github.com/Rihyx)! - Add Hydration RPCs

- [#291](https://github.com/moonbeam-foundation/xcm-sdk/pull/291) [`e3f6652`](https://github.com/moonbeam-foundation/xcm-sdk/commit/e3f6652054f7e668a8a21dc2948f97e5a63b2651) Thanks [@mmaurello](https://github.com/mmaurello)! - Remove all Parallel Heiko configuration

## 2.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "2.4.4",
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"scripts": {
"build": "tsup",
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

## 2.4.4

### Patch Changes

- Updated dependencies [[`9be56f4`](https://github.com/moonbeam-foundation/xcm-sdk/commit/9be56f4c5bd39ecd2c4d95120f4d369ad7888c7d), [`e3f6652`](https://github.com/moonbeam-foundation/xcm-sdk/commit/e3f6652054f7e668a8a21dc2948f97e5a63b2651)]:
- @moonbeam-network/xcm-config@2.4.4

## 2.4.3

### Patch Changes
Expand Down
4 changes: 2 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": "2.4.3",
"version": "2.4.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 @@ -52,7 +52,7 @@
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "2.3.2",
"@moonbeam-network/xcm-config": "2.4.3",
"@moonbeam-network/xcm-config": "2.4.4",
"@moonbeam-network/xcm-types": "2.2.3",
"@moonbeam-network/xcm-utils": "2.1.1",
"big.js": "^6.2.1"
Expand Down