Skip to content

Commit

Permalink
chore(release): 0.1.8 (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb authored Mar 5, 2024
1 parent db1c22e commit 8eb662b
Show file tree
Hide file tree
Showing 21 changed files with 109 additions and 90 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.1.8](https://github.com/paritytech/asset-transfer-api/compare/v0.1.7..v0.1.8)(2024-03-05)

### Feat

- feat: add transfer assets call ([#378](https://github.com/paritytech/asset-transfer-api/pull/378))([1273b7d](https://github.com/paritytech/asset-transfer-api/commit/1273b7d18facad98589e923c14ff9fb7b352dc62))
- feat: allow for registry override ([#369](https://github.com/paritytech/asset-transfer-api/pull/369)([856a638](https://github.com/paritytech/asset-transfer-api/commit/856a6387c0a8ddf21e5b098934884aef78b006f8)))

### Fix

- fix: update foreign asset location construction ([#377](https://github.com/paritytech/asset-transfer-api/pull/377))([9c6cbc1](https://github.com/paritytech/asset-transfer-api/commit/9c6cbc14448689feabfd73a8a6e5d46b0daebbb0))

- fix: resolve tx calls based on current runtime ([#375](https://github.com/paritytech/asset-transfer-api/pull/375))([d55fa29](https://github.com/paritytech/asset-transfer-api/commit/d55fa29a7beb8305fab628a3a5d094d835d0182d))
- fix: add support for xcmv4 types ([#372](https://github.com/paritytech/asset-transfer-api/pull/372))([0e5c545](https://github.com/paritytech/asset-transfer-api/commit/0e5c54552e85913cde178b5bc6c0dcbe7fe7ef9a))

### Chore

- chore(deps): update polkadot-js ([#379](https://github.com/paritytech/asset-transfer-api/pull/379))([db1c22e](https://github.com/paritytech/asset-transfer-api/commit/db1c22e718231bbfcc3e8511bf82e8f3dd505bef))
- chore(deps): bump ip from 2.0.0 to 2.0.1 ([#374](https://github.com/paritytech/asset-transfer-api/pull/374))([424b788](https://github.com/paritytech/asset-transfer-api/commit/424b78848db3c04c4a6df06183fa12f52887b822))

## [0.1.7](https://github.com/paritytech/asset-transfer-api/compare/v0.1.6..v0.1.7)(2024-02-07)

### Feat
Expand Down
12 changes: 6 additions & 6 deletions docs/classes/AssetTransferApi.AssetTransferApi.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions docs/enums/errors_BaseError.BaseErrorsEnum.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/enums/types.Direction.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/constructApiPromise.constructApiPromise.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/interfaces/constructApiPromise.ApiInfo.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/interfaces/types.TransferArgsOpts.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/interfaces/types.TxResult.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/modules/AssetTransferApi.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/modules/constructApiPromise.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/modules/errors_BaseError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/modules/types.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.AssetTransferApiOpts.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.ConstructedFormat.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.Format.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.LocalTransferTypes.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.Methods.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.RegistryTypes.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/types.XcmDirection.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/asset-transfer-api",
"version": "0.1.7",
"version": "0.1.8",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 8eb662b

Please sign in to comment.