Skip to content

Commit

Permalink
chore(release): 0.2.0-beta.2 (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb authored Apr 24, 2024
1 parent 339e032 commit 9e272bc
Show file tree
Hide file tree
Showing 21 changed files with 98 additions and 90 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.0-beta.2](https://github.com/paritytech/asset-transfer-api/compare/v0.2.0-beta.1..v0.2.0-beta.2)(2024-04-24)

### Chore

- chore(deps): update pjs ([#398](https://github.com/paritytech/asset-transfer-api/pull/398))([339e032](https://github.com/paritytech/asset-transfer-api/commit/339e0322f22e5e3a8b5fd98c145212b6e1cc94b2))
Note: This PJS update allows for paysWithFeeOrigin to work on Polkadot Asset Hub.


## [0.2.0-beta.1](https://github.com/paritytech/asset-transfer-api/compare/v0.2.0-beta.0..v0.2.0-beta.1)(2024-04-24)

### Chore
Expand Down
14 changes: 7 additions & 7 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.

20 changes: 10 additions & 10 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.2.0-beta.1",
"version": "0.2.0-beta.2",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 9e272bc

Please sign in to comment.