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 12, 2024
1 parent 9cabffc commit 9f25e94
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-fans-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-files-compete.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": "1.3.27",
"@moonbeam-network/xcm-sdk": "1.4.23",
"@moonbeam-network/xcm-config": "1.3.28",
"@moonbeam-network/xcm-sdk": "1.4.24",
"@moonbeam-network/xcm-utils": "1.0.4"
},
"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

## 1.3.28

### Patch Changes

- [#204](https://github.com/moonbeam-foundation/xcm-sdk/pull/204) [`9cabffc`](https://github.com/moonbeam-foundation/xcm-sdk/commit/9cabffca76dd14076362412633e72e2410fb380c) Thanks [@mmaurello](https://github.com/mmaurello)! - Change bifrost endpoints

- [#202](https://github.com/moonbeam-foundation/xcm-sdk/pull/202) [`ec6f53a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/ec6f53ade4d6ed62eee93f3747a22e19453cb745) Thanks [@mmaurello](https://github.com/mmaurello)! - Change Hydra endpoint

## 1.3.27

### 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": "1.3.27",
"version": "1.3.28",
"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

## 1.4.24

### Patch Changes

- Updated dependencies [[`9cabffc`](https://github.com/moonbeam-foundation/xcm-sdk/commit/9cabffca76dd14076362412633e72e2410fb380c), [`ec6f53a`](https://github.com/moonbeam-foundation/xcm-sdk/commit/ec6f53ade4d6ed62eee93f3747a22e19453cb745)]:
- @moonbeam-network/xcm-config@1.3.28

## 1.4.23

### 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": "1.4.23",
"version": "1.4.24",
"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": "1.0.13",
"@moonbeam-network/xcm-config": "1.3.27",
"@moonbeam-network/xcm-config": "1.3.28",
"@moonbeam-network/xcm-types": "1.0.4",
"@moonbeam-network/xcm-utils": "1.0.4",
"big.js": "^6.2.1"
Expand Down

0 comments on commit 9f25e94

Please sign in to comment.