Skip to content

Commit

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

* fix yarn lock file

---------

Co-authored-by: MakMuftic <[email protected]>
  • Loading branch information
MakMuftic and MakMuftic authored Aug 2, 2023
1 parent 5f829e8 commit fb3df09
Show file tree
Hide file tree
Showing 4 changed files with 41 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.1.0"
"packages/sdk": "2.2.0"
}
14 changes: 14 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.2.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v2.1.0...sygma-sdk-core-v2.2.0) (2023-08-02)


### Features

* Generic Message passing ([#285](https://github.com/sygmaprotocol/sygma-sdk/issues/285)) ([5cc18ee](https://github.com/sygmaprotocol/sygma-sdk/commit/5cc18ee238ac3a1b0ab60188f4c2341d1f478a05))
* parachain support ([#289](https://github.com/sygmaprotocol/sygma-sdk/issues/289)) ([5f829e8](https://github.com/sygmaprotocol/sygma-sdk/commit/5f829e8ef48cfa51cc11b4abd861fab5904dba98))


### Bug Fixes

* Ensure transfer amount greater than fee ([#280](https://github.com/sygmaprotocol/sygma-sdk/issues/280)) ([9950015](https://github.com/sygmaprotocol/sygma-sdk/commit/9950015a6f28580360cd4b92e7a205c967e7634f))
* Token decimals ([#276](https://github.com/sygmaprotocol/sygma-sdk/issues/276)) ([badb201](https://github.com/sygmaprotocol/sygma-sdk/commit/badb2019f1e5b0f768cd1cabc47378b9736805d7))

## [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)


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.1.0",
"version": "2.2.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.1.0":
version: 2.1.0
resolution: "@buildwithsygma/sygma-sdk-core@npm:2.1.0"
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: 01409edf55ee475ec3c9a230dbeb7597aafae997c0270250b2a2439a50677fdddc8fb7497262222b33add6defb6196b8f3882e06329eae3114973064e808b242
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 fb3df09

Please sign in to comment.