Skip to content

Commit

Permalink
Merge branch 'v3-xcm-adjustments' into v3-dot-fees-asset-hub
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello authored Dec 27, 2024
2 parents cbf3d12 + b210457 commit f6c832a
Show file tree
Hide file tree
Showing 10 changed files with 99 additions and 5 deletions.
20 changes: 20 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @moonbeam-network/xcm-builder

## 2.6.2

### Patch Changes

- [#410](https://github.com/moonbeam-foundation/xcm-sdk/pull/410) [`8f9a961`](https://github.com/moonbeam-foundation/xcm-sdk/commit/8f9a9613afa73ca5a56ed4af93f4c37fd9f500f9) Thanks [@Rihyx](https://github.com/Rihyx)! - resolve nanoid vulnerability

- Updated dependencies [[`8f9a961`](https://github.com/moonbeam-foundation/xcm-sdk/commit/8f9a9613afa73ca5a56ed4af93f4c37fd9f500f9)]:
- @moonbeam-network/xcm-types@2.5.5
- @moonbeam-network/xcm-utils@2.2.5

## 2.6.1

### Patch Changes

- [#404](https://github.com/moonbeam-foundation/xcm-sdk/pull/404) [`d2899b5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/d2899b57260061389ef5dfc8d7105cdb22c7e1c0) Thanks [@Rihyx](https://github.com/Rihyx)! - remmove remove-eslint-import-resolver-typescript

- Updated dependencies [[`d2899b5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/d2899b57260061389ef5dfc8d7105cdb22c7e1c0)]:
- @moonbeam-network/xcm-types@2.5.4
- @moonbeam-network/xcm-utils@2.2.4

## 2.6.0

### Minor Changes
Expand Down
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": "2.6.0",
"version": "2.6.2",
"description": "Moonbeam XCM builder",
"scripts": {
"build": "tsup",
Expand Down
20 changes: 20 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @moonbeam-network/xcm-config

## 2.7.9

### Patch Changes

- [#410](https://github.com/moonbeam-foundation/xcm-sdk/pull/410) [`8f9a961`](https://github.com/moonbeam-foundation/xcm-sdk/commit/8f9a9613afa73ca5a56ed4af93f4c37fd9f500f9) Thanks [@Rihyx](https://github.com/Rihyx)! - resolve nanoid vulnerability

- Updated dependencies [[`8f9a961`](https://github.com/moonbeam-foundation/xcm-sdk/commit/8f9a9613afa73ca5a56ed4af93f4c37fd9f500f9)]:
- @moonbeam-network/xcm-builder@2.6.2
- @moonbeam-network/xcm-types@2.5.5

## 2.7.8

### Patch Changes

- [#404](https://github.com/moonbeam-foundation/xcm-sdk/pull/404) [`d2899b5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/d2899b57260061389ef5dfc8d7105cdb22c7e1c0) Thanks [@Rihyx](https://github.com/Rihyx)! - remmove remove-eslint-import-resolver-typescript

- Updated dependencies [[`d2899b5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/d2899b57260061389ef5dfc8d7105cdb22c7e1c0)]:
- @moonbeam-network/xcm-builder@2.6.1
- @moonbeam-network/xcm-types@2.5.4

## 2.7.7

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

## 2.7.9

### Patch Changes

- [#410](https://github.com/moonbeam-foundation/xcm-sdk/pull/410) [`8f9a961`](https://github.com/moonbeam-foundation/xcm-sdk/commit/8f9a9613afa73ca5a56ed4af93f4c37fd9f500f9) Thanks [@Rihyx](https://github.com/Rihyx)! - resolve nanoid vulnerability

- Updated dependencies [[`8f9a961`](https://github.com/moonbeam-foundation/xcm-sdk/commit/8f9a9613afa73ca5a56ed4af93f4c37fd9f500f9)]:
- @moonbeam-network/xcm-builder@2.6.2
- @moonbeam-network/xcm-config@2.7.9
- @moonbeam-network/xcm-types@2.5.5
- @moonbeam-network/xcm-utils@2.2.5

## 2.7.8

### Patch Changes

- [#404](https://github.com/moonbeam-foundation/xcm-sdk/pull/404) [`d2899b5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/d2899b57260061389ef5dfc8d7105cdb22c7e1c0) Thanks [@Rihyx](https://github.com/Rihyx)! - remmove remove-eslint-import-resolver-typescript

- Updated dependencies [[`d2899b5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/d2899b57260061389ef5dfc8d7105cdb22c7e1c0)]:
- @moonbeam-network/xcm-builder@2.6.1
- @moonbeam-network/xcm-config@2.7.8
- @moonbeam-network/xcm-types@2.5.4
- @moonbeam-network/xcm-utils@2.2.4

## 2.7.7

### 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": "2.7.7",
"version": "2.7.9",
"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
18 changes: 18 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @moonbeam-network/xcm-types

## 2.5.5

### Patch Changes

- [#410](https://github.com/moonbeam-foundation/xcm-sdk/pull/410) [`8f9a961`](https://github.com/moonbeam-foundation/xcm-sdk/commit/8f9a9613afa73ca5a56ed4af93f4c37fd9f500f9) Thanks [@Rihyx](https://github.com/Rihyx)! - resolve nanoid vulnerability

- Updated dependencies [[`8f9a961`](https://github.com/moonbeam-foundation/xcm-sdk/commit/8f9a9613afa73ca5a56ed4af93f4c37fd9f500f9)]:
- @moonbeam-network/xcm-utils@2.2.5

## 2.5.4

### Patch Changes

- [#404](https://github.com/moonbeam-foundation/xcm-sdk/pull/404) [`d2899b5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/d2899b57260061389ef5dfc8d7105cdb22c7e1c0) Thanks [@Rihyx](https://github.com/Rihyx)! - remmove remove-eslint-import-resolver-typescript

- Updated dependencies [[`d2899b5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/d2899b57260061389ef5dfc8d7105cdb22c7e1c0)]:
- @moonbeam-network/xcm-utils@2.2.4

## 2.5.3

### 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": "2.5.3",
"version": "2.5.5",
"description": "Moonbeam XCM Types",
"scripts": {
"build": "tsup",
Expand Down
12 changes: 12 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @moonbeam-network/xcm-utils

## 2.2.5

### Patch Changes

- [#410](https://github.com/moonbeam-foundation/xcm-sdk/pull/410) [`8f9a961`](https://github.com/moonbeam-foundation/xcm-sdk/commit/8f9a9613afa73ca5a56ed4af93f4c37fd9f500f9) Thanks [@Rihyx](https://github.com/Rihyx)! - resolve nanoid vulnerability

## 2.2.4

### Patch Changes

- [#404](https://github.com/moonbeam-foundation/xcm-sdk/pull/404) [`d2899b5`](https://github.com/moonbeam-foundation/xcm-sdk/commit/d2899b57260061389ef5dfc8d7105cdb22c7e1c0) Thanks [@Rihyx](https://github.com/Rihyx)! - remmove remove-eslint-import-resolver-typescript

## 2.2.3

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

0 comments on commit f6c832a

Please sign in to comment.