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 19, 2024
1 parent 5e77c1e commit 06b4dc7
Show file tree
Hide file tree
Showing 13 changed files with 144 additions and 54 deletions.
20 changes: 0 additions & 20 deletions .changeset/gentle-squids-wait.md

This file was deleted.

6 changes: 3 additions & 3 deletions examples/sdk-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@moonbeam-network/xcm-config": "1.3.28",
"@moonbeam-network/xcm-sdk": "1.4.24",
"@moonbeam-network/xcm-utils": "1.0.4"
"@moonbeam-network/xcm-config": "2.0.0",
"@moonbeam-network/xcm-sdk": "2.0.0",
"@moonbeam-network/xcm-utils": "2.0.0"
},
"devDependencies": {
"bun": "^1.0.21"
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

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

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

## 2.0.0

### Major Changes

- [#178](https://github.com/moonbeam-foundation/xcm-sdk/pull/178) [`5e77c1ed8aba82a3b12bf52393cef5b658351614`](https://github.com/moonbeam-foundation/xcm-sdk/commit/5e77c1ed8aba82a3b12bf52393cef5b658351614) Thanks [@mmaurello](https://github.com/mmaurello)! - Upgrate Viem and ethers major versions

Breaking changes: we now require either `viem` V2 or `ethers` V6

To upgrade to this version just update the corresponding library. Here are the migration guides for both:

viem:
https://wagmi.sh/core/guides/migrate-from-v1-to-v2
https://wagmi.sh/react/guides/migrate-from-v1-to-v2

ethers:
https://docs.ethers.org/v6/migrating/

### Patch Changes

- Updated dependencies [[`5e77c1ed8aba82a3b12bf52393cef5b658351614`](https://github.com/moonbeam-foundation/xcm-sdk/commit/5e77c1ed8aba82a3b12bf52393cef5b658351614)]:
- @moonbeam-network/xcm-utils@2.0.0
- @moonbeam-network/xcm-types@2.0.0

## 1.0.13

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.13",
"version": "2.0.0",
"description": "Moonbeam XCM builder",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -50,8 +50,8 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-types": "1.0.4",
"@moonbeam-network/xcm-utils": "1.0.4",
"@moonbeam-network/xcm-types": "2.0.0",
"@moonbeam-network/xcm-utils": "2.0.0",
"big.js": "^6.2.1",
"type-fest": "^3.8.0"
},
Expand Down
23 changes: 23 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @moonbeam-network/xcm-config

## 2.0.0

### Major Changes

- [#178](https://github.com/moonbeam-foundation/xcm-sdk/pull/178) [`5e77c1ed8aba82a3b12bf52393cef5b658351614`](https://github.com/moonbeam-foundation/xcm-sdk/commit/5e77c1ed8aba82a3b12bf52393cef5b658351614) Thanks [@mmaurello](https://github.com/mmaurello)! - Upgrate Viem and ethers major versions

Breaking changes: we now require either `viem` V2 or `ethers` V6

To upgrade to this version just update the corresponding library. Here are the migration guides for both:

viem:
https://wagmi.sh/core/guides/migrate-from-v1-to-v2
https://wagmi.sh/react/guides/migrate-from-v1-to-v2

ethers:
https://docs.ethers.org/v6/migrating/

### Patch Changes

- Updated dependencies [[`5e77c1ed8aba82a3b12bf52393cef5b658351614`](https://github.com/moonbeam-foundation/xcm-sdk/commit/5e77c1ed8aba82a3b12bf52393cef5b658351614)]:
- @moonbeam-network/xcm-builder@2.0.0
- @moonbeam-network/xcm-types@2.0.0

## 1.3.28

### 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.28",
"version": "2.0.0",
"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.13",
"@moonbeam-network/xcm-types": "1.0.4"
"@moonbeam-network/xcm-builder": "2.0.0",
"@moonbeam-network/xcm-types": "2.0.0"
},
"peerDependencies": {
"@polkadot/types": "^10.10.1",
Expand Down
25 changes: 25 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @moonbeam-network/xcm-sdk

## 2.0.0

### Major Changes

- [#178](https://github.com/moonbeam-foundation/xcm-sdk/pull/178) [`5e77c1ed8aba82a3b12bf52393cef5b658351614`](https://github.com/moonbeam-foundation/xcm-sdk/commit/5e77c1ed8aba82a3b12bf52393cef5b658351614) Thanks [@mmaurello](https://github.com/mmaurello)! - Upgrate Viem and ethers major versions

Breaking changes: we now require either `viem` V2 or `ethers` V6

To upgrade to this version just update the corresponding library. Here are the migration guides for both:

viem:
https://wagmi.sh/core/guides/migrate-from-v1-to-v2
https://wagmi.sh/react/guides/migrate-from-v1-to-v2

ethers:
https://docs.ethers.org/v6/migrating/

### Patch Changes

- Updated dependencies [[`5e77c1ed8aba82a3b12bf52393cef5b658351614`](https://github.com/moonbeam-foundation/xcm-sdk/commit/5e77c1ed8aba82a3b12bf52393cef5b658351614)]:
- @moonbeam-network/xcm-config@2.0.0
- @moonbeam-network/xcm-utils@2.0.0
- @moonbeam-network/xcm-builder@2.0.0
- @moonbeam-network/xcm-types@2.0.0

## 1.4.24

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.24",
"version": "2.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 Expand Up @@ -51,10 +51,10 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-builder": "1.0.13",
"@moonbeam-network/xcm-config": "1.3.28",
"@moonbeam-network/xcm-types": "1.0.4",
"@moonbeam-network/xcm-utils": "1.0.4",
"@moonbeam-network/xcm-builder": "2.0.0",
"@moonbeam-network/xcm-config": "2.0.0",
"@moonbeam-network/xcm-types": "2.0.0",
"@moonbeam-network/xcm-utils": "2.0.0",
"big.js": "^6.2.1"
},
"peerDependencies": {
Expand Down
22 changes: 22 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @moonbeam-network/xcm-types

## 2.0.0

### Major Changes

- [#178](https://github.com/moonbeam-foundation/xcm-sdk/pull/178) [`5e77c1ed8aba82a3b12bf52393cef5b658351614`](https://github.com/moonbeam-foundation/xcm-sdk/commit/5e77c1ed8aba82a3b12bf52393cef5b658351614) Thanks [@mmaurello](https://github.com/mmaurello)! - Upgrate Viem and ethers major versions

Breaking changes: we now require either `viem` V2 or `ethers` V6

To upgrade to this version just update the corresponding library. Here are the migration guides for both:

viem:
https://wagmi.sh/core/guides/migrate-from-v1-to-v2
https://wagmi.sh/react/guides/migrate-from-v1-to-v2

ethers:
https://docs.ethers.org/v6/migrating/

### Patch Changes

- Updated dependencies [[`5e77c1ed8aba82a3b12bf52393cef5b658351614`](https://github.com/moonbeam-foundation/xcm-sdk/commit/5e77c1ed8aba82a3b12bf52393cef5b658351614)]:
- @moonbeam-network/xcm-utils@2.0.0

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "2.0.0",
"description": "Moonbeam XCM Types",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -49,7 +49,7 @@
"types": "./build/index.d.ts",
"main": "./build/index.cjs",
"dependencies": {
"@moonbeam-network/xcm-utils": "1.0.4",
"@moonbeam-network/xcm-utils": "2.0.0",
"big.js": "^6.2.1",
"type-fest": "^3.8.0"
}
Expand Down
17 changes: 17 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @moonbeam-network/xcm-utils

## 2.0.0

### Major Changes

- [#178](https://github.com/moonbeam-foundation/xcm-sdk/pull/178) [`5e77c1ed8aba82a3b12bf52393cef5b658351614`](https://github.com/moonbeam-foundation/xcm-sdk/commit/5e77c1ed8aba82a3b12bf52393cef5b658351614) Thanks [@mmaurello](https://github.com/mmaurello)! - Upgrate Viem and ethers major versions

Breaking changes: we now require either `viem` V2 or `ethers` V6

To upgrade to this version just update the corresponding library. Here are the migration guides for both:

viem:
https://wagmi.sh/core/guides/migrate-from-v1-to-v2
https://wagmi.sh/react/guides/migrate-from-v1-to-v2

ethers:
https://docs.ethers.org/v6/migrating/

## 1.0.4

### 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": "1.0.4",
"version": "2.0.0",
"description": "Moonbeam XCM utilities",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 06b4dc7

Please sign in to comment.