Skip to content

Commit

Permalink
Version Packages (#173)
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 Dec 1, 2023
1 parent 701afd5 commit d1a454c
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/unlucky-tables-hammer.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.15",
"@moonbeam-network/xcm-sdk": "1.4.11",
"@moonbeam-network/xcm-config": "1.3.16",
"@moonbeam-network/xcm-sdk": "1.4.12",
"@moonbeam-network/xcm-utils": "1.0.3"
},
"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

## 1.3.16

### Patch Changes

- [#172](https://github.com/PureStake/xcm-sdk/pull/172) [`701afd5`](https://github.com/PureStake/xcm-sdk/commit/701afd5ecca0b325e50537b0c142477f07947baa) Thanks [@mmaurello](https://github.com/mmaurello)! - Subsocial integration with Moonbeam

## 1.3.15

### 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.15",
"version": "1.3.16",
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"scripts": {
"build": "tsup",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @moonbeam-network/xcm-sdk

## 1.4.12

### Patch Changes

- [#172](https://github.com/PureStake/xcm-sdk/pull/172) [`701afd5`](https://github.com/PureStake/xcm-sdk/commit/701afd5ecca0b325e50537b0c142477f07947baa) Thanks [@mmaurello](https://github.com/mmaurello)! - Subsocial integration with Moonbeam

- Updated dependencies [[`701afd5`](https://github.com/PureStake/xcm-sdk/commit/701afd5ecca0b325e50537b0c142477f07947baa)]:
- @moonbeam-network/xcm-config@1.3.16

## 1.4.11

### 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.11",
"version": "1.4.12",
"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.9",
"@moonbeam-network/xcm-config": "1.3.15",
"@moonbeam-network/xcm-config": "1.3.16",
"@moonbeam-network/xcm-types": "1.0.1",
"@moonbeam-network/xcm-utils": "1.0.3",
"big.js": "^6.2.1"
Expand Down

0 comments on commit d1a454c

Please sign in to comment.