Skip to content

Commit

Permalink
Version Packages (#185)
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 Jan 17, 2024
1 parent 88b6322 commit bd97227
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .changeset/late-carpets-suffer.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.20",
"@moonbeam-network/xcm-sdk": "1.4.16",
"@moonbeam-network/xcm-config": "1.3.21",
"@moonbeam-network/xcm-sdk": "1.4.17",
"@moonbeam-network/xcm-utils": "1.0.3"
},
"devDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

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

## 1.0.11

### Patch Changes

- [#184](https://github.com/PureStake/xcm-sdk/pull/184) [`88b6322`](https://github.com/PureStake/xcm-sdk/commit/88b6322327b30baa0fb2bf55f99497e2944c95ef) Thanks [@mmaurello](https://github.com/mmaurello)! - Use unlimited weight in all transactions for the xTokens pallet

- Updated dependencies [[`88b6322`](https://github.com/PureStake/xcm-sdk/commit/88b6322327b30baa0fb2bf55f99497e2944c95ef)]:
- @moonbeam-network/xcm-types@1.0.2

## 1.0.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-builder",
"version": "1.0.10",
"version": "1.0.11",
"description": "Moonbeam XCM builder",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -50,7 +50,7 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-types": "1.0.1",
"@moonbeam-network/xcm-types": "1.0.2",
"@moonbeam-network/xcm-utils": "1.0.3",
"big.js": "^6.2.1",
"type-fest": "^3.8.0"
Expand Down
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.21

### Patch Changes

- Updated dependencies [[`88b6322`](https://github.com/PureStake/xcm-sdk/commit/88b6322327b30baa0fb2bf55f99497e2944c95ef)]:
- @moonbeam-network/xcm-builder@1.0.11
- @moonbeam-network/xcm-types@1.0.2

## 1.3.20

### Patch Changes
Expand Down
6 changes: 3 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": "1.3.20",
"version": "1.3.21",
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -50,8 +50,8 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "1.0.10",
"@moonbeam-network/xcm-types": "1.0.1"
"@moonbeam-network/xcm-builder": "1.0.11",
"@moonbeam-network/xcm-types": "1.0.2"
},
"peerDependencies": {
"@polkadot/types": "^10.10.1",
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.17

### Patch Changes

- Updated dependencies [[`88b6322`](https://github.com/PureStake/xcm-sdk/commit/88b6322327b30baa0fb2bf55f99497e2944c95ef)]:
- @moonbeam-network/xcm-builder@1.0.11
- @moonbeam-network/xcm-types@1.0.2
- @moonbeam-network/xcm-config@1.3.21

## 1.4.16

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.16",
"version": "1.4.17",
"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 @@ -51,9 +51,9 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "1.0.10",
"@moonbeam-network/xcm-config": "1.3.20",
"@moonbeam-network/xcm-types": "1.0.1",
"@moonbeam-network/xcm-builder": "1.0.11",
"@moonbeam-network/xcm-config": "1.3.21",
"@moonbeam-network/xcm-types": "1.0.2",
"@moonbeam-network/xcm-utils": "1.0.3",
"big.js": "^6.2.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonbeam-network/xcm-types

## 1.0.2

### Patch Changes

- [#184](https://github.com/PureStake/xcm-sdk/pull/184) [`88b6322`](https://github.com/PureStake/xcm-sdk/commit/88b6322327b30baa0fb2bf55f99497e2944c95ef) Thanks [@mmaurello](https://github.com/mmaurello)! - Use unlimited weight in all transactions for the xTokens pallet

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-types",
"version": "1.0.1",
"version": "1.0.2",
"description": "Moonbeam XCM Types",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit bd97227

Please sign in to comment.