Skip to content

Commit

Permalink
chore(main): release sygma-sdk-core 2.1.0 (#271)
Browse files Browse the repository at this point in the history
* chore(main): release sygma-sdk-core 2.1.0

* fix yarn lock file

---------

Co-authored-by: MakMuftic <[email protected]>
  • Loading branch information
MakMuftic and MakMuftic authored Jun 22, 2023
1 parent 6ca1a2d commit 5dc25b3
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/sdk": "2.0.1"
"packages/sdk": "2.1.0"
}
12 changes: 12 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.1.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v2.0.1...sygma-sdk-core-v2.1.0) (2023-06-22)


### Features

* add helper to create Transfer object ([#267](https://github.com/sygmaprotocol/sygma-sdk/issues/267)) ([930edb0](https://github.com/sygmaprotocol/sygma-sdk/commit/930edb0fd6bb2ee77c9f18dc32a77bc2683dcfd8))


### Bug Fixes

* update createDestinationMultiLocation to use Xcm V3 Multilocation ([#270](https://github.com/sygmaprotocol/sygma-sdk/issues/270)) ([f95efc4](https://github.com/sygmaprotocol/sygma-sdk/commit/f95efc4380bc0cac3aa81feb0d8b74b08c01b928))

## [2.0.1](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v2.0.0...sygma-sdk-core-v2.0.1) (2023-06-05)


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": "@buildwithsygma/sygma-sdk-core",
"version": "2.0.1",
"version": "2.1.0",
"description": "Core primitives for bridging and message passing",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down
26 changes: 25 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,31 @@ __metadata:
languageName: node
linkType: hard

"@buildwithsygma/[email protected], @buildwithsygma/sygma-sdk-core@workspace:packages/sdk":
"@buildwithsygma/sygma-sdk-core@npm:2.0.1":
version: 2.0.1
resolution: "@buildwithsygma/sygma-sdk-core@npm:2.0.1"
dependencies:
"@buildwithsygma/sygma-contracts": 2.1.2
"@ethersproject/abi": ^5.7.0
"@ethersproject/bytes": ^5.7.0
"@ethersproject/contracts": ^5.7.0
"@ethersproject/providers": ^5.7.2
"@polkadot/api": 10.7.2
"@polkadot/api-augment": 10.7.2
"@polkadot/extension-inject": 0.46.3
"@polkadot/keyring": 12.2.1
"@polkadot/rpc-provider": 10.7.2
"@polkadot/ui-keyring": 3.4.1
"@polkadot/util": 12.2.1
"@polkadot/util-crypto": 12.2.1
axios: ^1.4.0
cross-fetch: ^3.1.5
ethers: 5.6.2
checksum: 078dbc391622c7d8c0065bdb87a326f4d9056a272f110ab65f0469a49763230a2080d1144327d78ec5f37c0b362c729bd14136171358b8954cc7bd5dbc860bd0
languageName: node
linkType: hard

"@buildwithsygma/sygma-sdk-core@workspace:packages/sdk":
version: 0.0.0-use.local
resolution: "@buildwithsygma/sygma-sdk-core@workspace:packages/sdk"
dependencies:
Expand Down

0 comments on commit 5dc25b3

Please sign in to comment.