Skip to content

Commit

Permalink
Version Packages (#89)
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 14, 2023
1 parent 3c8835e commit 0bc12ae
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 20 deletions.
9 changes: 0 additions & 9 deletions .changeset/twelve-pots-complain.md

This file was deleted.

12 changes: 6 additions & 6 deletions package-lock.json

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

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

## 1.0.0

### Major Changes

- [#87](https://github.com/PureStake/xcm-sdk/pull/87) [`3c8835e`](https://github.com/PureStake/xcm-sdk/commit/3c8835e4afbe6fe0fd33a035e9c82d58e1902a45) Thanks [@ekenigs](https://github.com/ekenigs)! - SDK v1 which is not Moonbeam specific and with a new more user-friendly interface and new features

### Patch Changes

- Updated dependencies [[`3c8835e`](https://github.com/PureStake/xcm-sdk/commit/3c8835e4afbe6fe0fd33a035e9c82d58e1902a45)]:
- @moonbeam-network/xcm-types@1.0.0
- @moonbeam-network/xcm-utils@1.0.0
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-builder",
"version": "0.0.0",
"version": "1.0.0",
"description": "Moonbeam XCM builder",
"scripts": {
"build": "tsup",
Expand Down
12 changes: 12 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @moonbeam-network/xcm-config

## 1.0.0

### Major Changes

- [#87](https://github.com/PureStake/xcm-sdk/pull/87) [`3c8835e`](https://github.com/PureStake/xcm-sdk/commit/3c8835e4afbe6fe0fd33a035e9c82d58e1902a45) Thanks [@ekenigs](https://github.com/ekenigs)! - SDK v1 which is not Moonbeam specific and with a new more user-friendly interface and new features

### Patch Changes

- Updated dependencies [[`3c8835e`](https://github.com/PureStake/xcm-sdk/commit/3c8835e4afbe6fe0fd33a035e9c82d58e1902a45)]:
- @moonbeam-network/xcm-builder@1.0.0
- @moonbeam-network/xcm-types@1.0.0

## 0.5.0

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

## 1.0.0

### Major Changes

- [#87](https://github.com/PureStake/xcm-sdk/pull/87) [`3c8835e`](https://github.com/PureStake/xcm-sdk/commit/3c8835e4afbe6fe0fd33a035e9c82d58e1902a45) Thanks [@ekenigs](https://github.com/ekenigs)! - SDK v1 which is not Moonbeam specific and with a new more user-friendly interface and new features

### Patch Changes

- Updated dependencies [[`3c8835e`](https://github.com/PureStake/xcm-sdk/commit/3c8835e4afbe6fe0fd33a035e9c82d58e1902a45)]:
- @moonbeam-network/xcm-builder@1.0.0
- @moonbeam-network/xcm-config@1.0.0
- @moonbeam-network/xcm-types@1.0.0
- @moonbeam-network/xcm-utils@1.0.0

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/xcm-sdk",
"version": "0.4.2",
"version": "1.0.0",
"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
12 changes: 12 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @moonbeam-network/xcm-types

## 1.0.0

### Major Changes

- [#87](https://github.com/PureStake/xcm-sdk/pull/87) [`3c8835e`](https://github.com/PureStake/xcm-sdk/commit/3c8835e4afbe6fe0fd33a035e9c82d58e1902a45) Thanks [@ekenigs](https://github.com/ekenigs)! - SDK v1 which is not Moonbeam specific and with a new more user-friendly interface and new features

### Patch Changes

- Updated dependencies [[`3c8835e`](https://github.com/PureStake/xcm-sdk/commit/3c8835e4afbe6fe0fd33a035e9c82d58e1902a45)]:
- @moonbeam-network/xcm-utils@1.0.0
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": "0.0.0",
"version": "1.0.0",
"description": "Moonbeam XCM Types",
"scripts": {
"build": "tsup",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonbeam-network/xcm-utils

## 1.0.0

### Major Changes

- [#87](https://github.com/PureStake/xcm-sdk/pull/87) [`3c8835e`](https://github.com/PureStake/xcm-sdk/commit/3c8835e4afbe6fe0fd33a035e9c82d58e1902a45) Thanks [@ekenigs](https://github.com/ekenigs)! - SDK v1 which is not Moonbeam specific and with a new more user-friendly interface and new features

## 0.0.7

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

0 comments on commit 0bc12ae

Please sign in to comment.