diff --git a/.changeset/brave-chefs-end.md b/.changeset/brave-chefs-end.md deleted file mode 100644 index b9907dc3..00000000 --- a/.changeset/brave-chefs-end.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@moonbeam-network/xcm-builder": patch -"@moonbeam-network/xcm-config": patch -"@moonbeam-network/xcm-types": patch -"@moonbeam-network/mrl": patch -"@moonbeam-network/xcm-sdk": patch ---- - -Lint fixes diff --git a/.changeset/red-ties-swim.md b/.changeset/red-ties-swim.md deleted file mode 100644 index 3e8bb11e..00000000 --- a/.changeset/red-ties-swim.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@moonbeam-network/xcm-builder": patch -"@moonbeam-network/xcm-config": patch -"@moonbeam-network/xcm-types": patch -"@moonbeam-network/xcm-sdk": patch ---- - -Laos alphanet integration and change in Evm Parachain properties diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 45d6dc7a..c4134817 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -1,5 +1,16 @@ # @moonbeam-network/xcm-builder +## 3.0.6 + +### Patch Changes + +- [#435](https://github.com/moonbeam-foundation/xcm-sdk/pull/435) [`555ea8b`](https://github.com/moonbeam-foundation/xcm-sdk/commit/555ea8b10fb376924fbb1e48d8154fb3cca7e8f7) Thanks [@mmaurello](https://github.com/mmaurello)! - Lint fixes + +- [#437](https://github.com/moonbeam-foundation/xcm-sdk/pull/437) [`4c3399f`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4c3399fd71fc39aef06226f03b294076746cfec3) Thanks [@mmaurello](https://github.com/mmaurello)! - Laos alphanet integration and change in Evm Parachain properties + +- Updated dependencies [[`555ea8b`](https://github.com/moonbeam-foundation/xcm-sdk/commit/555ea8b10fb376924fbb1e48d8154fb3cca7e8f7), [`4c3399f`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4c3399fd71fc39aef06226f03b294076746cfec3)]: + - @moonbeam-network/xcm-types@3.0.6 + ## 3.0.5 ### Patch Changes diff --git a/packages/builder/package.json b/packages/builder/package.json index 5d65cd29..dd417126 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@moonbeam-network/xcm-builder", - "version": "3.0.5", + "version": "3.0.6", "description": "Moonbeam XCM builder", "scripts": { "build": "tsup", @@ -16,14 +16,20 @@ "type": "git", "url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git" }, - "keywords": ["moonbeam", "moonriver", "xcm"], + "keywords": [ + "moonbeam", + "moonriver", + "xcm" + ], "author": "moonbeam-foundation", "license": "MIT", "bugs": { "url": "https://github.com/moonbeam-foundation/xcm-sdk/issues" }, "homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest", - "files": ["build"], + "files": [ + "build" + ], "type": "module", "exports": { "import": "./build/index.mjs", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 508970ce..6f54e658 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,17 @@ # @moonbeam-network/xcm-config +## 3.0.6 + +### Patch Changes + +- [#435](https://github.com/moonbeam-foundation/xcm-sdk/pull/435) [`555ea8b`](https://github.com/moonbeam-foundation/xcm-sdk/commit/555ea8b10fb376924fbb1e48d8154fb3cca7e8f7) Thanks [@mmaurello](https://github.com/mmaurello)! - Lint fixes + +- [#437](https://github.com/moonbeam-foundation/xcm-sdk/pull/437) [`4c3399f`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4c3399fd71fc39aef06226f03b294076746cfec3) Thanks [@mmaurello](https://github.com/mmaurello)! - Laos alphanet integration and change in Evm Parachain properties + +- Updated dependencies [[`555ea8b`](https://github.com/moonbeam-foundation/xcm-sdk/commit/555ea8b10fb376924fbb1e48d8154fb3cca7e8f7), [`4c3399f`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4c3399fd71fc39aef06226f03b294076746cfec3)]: + - @moonbeam-network/xcm-builder@3.0.6 + - @moonbeam-network/xcm-types@3.0.6 + ## 3.0.5 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index d040af5d..96b9654a 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@moonbeam-network/xcm-config", - "version": "3.0.5", + "version": "3.0.6", "description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back", "scripts": { "build": "tsup", @@ -16,14 +16,20 @@ "type": "git", "url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git" }, - "keywords": ["moonbeam", "moonriver", "xcm"], + "keywords": [ + "moonbeam", + "moonriver", + "xcm" + ], "author": "moonbeam-foundation", "license": "MIT", "bugs": { "url": "https://github.com/moonbeam-foundation/xcm-sdk/issues" }, "homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest", - "files": ["build"], + "files": [ + "build" + ], "type": "module", "exports": { "import": "./build/index.mjs", diff --git a/packages/mrl/CHANGELOG.md b/packages/mrl/CHANGELOG.md index b0be2caa..b3a51dbd 100644 --- a/packages/mrl/CHANGELOG.md +++ b/packages/mrl/CHANGELOG.md @@ -1,5 +1,17 @@ # @moonbeam-network/mrl +## 3.0.6 + +### Patch Changes + +- [#435](https://github.com/moonbeam-foundation/xcm-sdk/pull/435) [`555ea8b`](https://github.com/moonbeam-foundation/xcm-sdk/commit/555ea8b10fb376924fbb1e48d8154fb3cca7e8f7) Thanks [@mmaurello](https://github.com/mmaurello)! - Lint fixes + +- Updated dependencies [[`555ea8b`](https://github.com/moonbeam-foundation/xcm-sdk/commit/555ea8b10fb376924fbb1e48d8154fb3cca7e8f7), [`4c3399f`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4c3399fd71fc39aef06226f03b294076746cfec3)]: + - @moonbeam-network/xcm-builder@3.0.6 + - @moonbeam-network/xcm-config@3.0.6 + - @moonbeam-network/xcm-types@3.0.6 + - @moonbeam-network/xcm-sdk@3.0.6 + ## 3.0.5 ### Patch Changes diff --git a/packages/mrl/package.json b/packages/mrl/package.json index 73392ea6..3672772f 100644 --- a/packages/mrl/package.json +++ b/packages/mrl/package.json @@ -1,6 +1,6 @@ { "name": "@moonbeam-network/mrl", - "version": "3.0.5", + "version": "3.0.6", "description": "Moonbeam Routed Liquidity", "scripts": { "build": "tsup", @@ -16,14 +16,20 @@ "type": "git", "url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git" }, - "keywords": ["moonbeam", "moonriver", "mrl"], + "keywords": [ + "moonbeam", + "moonriver", + "mrl" + ], "author": "moonbeam-foundation", "license": "MIT", "bugs": { "url": "https://github.com/moonbeam-foundation/xcm-sdk/issues" }, "homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest", - "files": ["build"], + "files": [ + "build" + ], "type": "module", "exports": { "import": "./build/index.mjs", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 1825ab3a..ff388e9e 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,18 @@ # @moonbeam-network/xcm-sdk +## 3.0.6 + +### Patch Changes + +- [#435](https://github.com/moonbeam-foundation/xcm-sdk/pull/435) [`555ea8b`](https://github.com/moonbeam-foundation/xcm-sdk/commit/555ea8b10fb376924fbb1e48d8154fb3cca7e8f7) Thanks [@mmaurello](https://github.com/mmaurello)! - Lint fixes + +- [#437](https://github.com/moonbeam-foundation/xcm-sdk/pull/437) [`4c3399f`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4c3399fd71fc39aef06226f03b294076746cfec3) Thanks [@mmaurello](https://github.com/mmaurello)! - Laos alphanet integration and change in Evm Parachain properties + +- Updated dependencies [[`555ea8b`](https://github.com/moonbeam-foundation/xcm-sdk/commit/555ea8b10fb376924fbb1e48d8154fb3cca7e8f7), [`4c3399f`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4c3399fd71fc39aef06226f03b294076746cfec3)]: + - @moonbeam-network/xcm-builder@3.0.6 + - @moonbeam-network/xcm-config@3.0.6 + - @moonbeam-network/xcm-types@3.0.6 + ## 3.0.5 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index c0f1e879..508651e2 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@moonbeam-network/xcm-sdk", - "version": "3.0.5", + "version": "3.0.6", "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", @@ -29,7 +29,9 @@ "url": "https://github.com/moonbeam-foundation/xcm-sdk/issues" }, "homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest", - "files": ["build"], + "files": [ + "build" + ], "type": "module", "exports": { "import": "./build/index.mjs", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index a87bd0ed..38f2a4d2 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,13 @@ # @moonbeam-network/xcm-types +## 3.0.6 + +### Patch Changes + +- [#435](https://github.com/moonbeam-foundation/xcm-sdk/pull/435) [`555ea8b`](https://github.com/moonbeam-foundation/xcm-sdk/commit/555ea8b10fb376924fbb1e48d8154fb3cca7e8f7) Thanks [@mmaurello](https://github.com/mmaurello)! - Lint fixes + +- [#437](https://github.com/moonbeam-foundation/xcm-sdk/pull/437) [`4c3399f`](https://github.com/moonbeam-foundation/xcm-sdk/commit/4c3399fd71fc39aef06226f03b294076746cfec3) Thanks [@mmaurello](https://github.com/mmaurello)! - Laos alphanet integration and change in Evm Parachain properties + ## 3.0.5 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 194bba34..f44098f1 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@moonbeam-network/xcm-types", - "version": "3.0.5", + "version": "3.0.6", "description": "Moonbeam XCM Types", "scripts": { "build": "tsup", @@ -15,14 +15,20 @@ "type": "git", "url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git" }, - "keywords": ["moonbeam", "moonriver", "xcm"], + "keywords": [ + "moonbeam", + "moonriver", + "xcm" + ], "author": "moonbeam-foundation", "license": "MIT", "bugs": { "url": "https://github.com/moonbeam-foundation/xcm-sdk/issues" }, "homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest", - "files": ["build"], + "files": [ + "build" + ], "type": "module", "exports": { "import": "./build/index.mjs",