Skip to content

Commit

Permalink
Version Packages (#265)
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 11, 2024
1 parent dba3c33 commit a7dc073
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-walls-deny.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.2.2",
"@moonbeam-network/xcm-sdk": "2.2.2",
"@moonbeam-network/xcm-config": "2.2.3",
"@moonbeam-network/xcm-sdk": "2.2.3",
"@moonbeam-network/xcm-utils": "2.0.8"
},
"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.

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

## 2.2.3

### Patch Changes

- [#264](https://github.com/moonbeam-foundation/xcm-sdk/pull/264) [`dba3c33`](https://github.com/moonbeam-foundation/xcm-sdk/commit/dba3c3382c0e1ea0ac82371b32fa1aadafe58dc8) Thanks [@mmaurello](https://github.com/mmaurello)! - New endpoints for PEAQ

## 2.2.2

### 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.2.2",
"version": "2.2.3",
"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.2.3

### Patch Changes

- Updated dependencies [[`dba3c33`](https://github.com/moonbeam-foundation/xcm-sdk/commit/dba3c3382c0e1ea0ac82371b32fa1aadafe58dc8)]:
- @moonbeam-network/xcm-config@2.2.3

## 2.2.2

### 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.2.2",
"version": "2.2.3",
"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.2.1",
"@moonbeam-network/xcm-config": "2.2.2",
"@moonbeam-network/xcm-config": "2.2.3",
"@moonbeam-network/xcm-types": "2.2.1",
"@moonbeam-network/xcm-utils": "2.0.8",
"big.js": "^6.2.1"
Expand Down

0 comments on commit a7dc073

Please sign in to comment.