Skip to content

Commit

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

* update sdk version in examples

* update yarn lock file

---------

Co-authored-by: MakMuftic <[email protected]>
  • Loading branch information
MakMuftic and MakMuftic authored Jun 5, 2023
1 parent 276d278 commit a03824c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 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.0"
"packages/sdk": "2.0.1"
}
2 changes: 1 addition & 1 deletion examples/evm-to-evm-fungible-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typescript": "5.0.4"
},
"dependencies": {
"@buildwithsygma/sygma-sdk-core": "2.0.0",
"@buildwithsygma/sygma-sdk-core": "2.0.1",
"ethers": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/evm-to-substrate-fungible-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typescript": "5.0.4"
},
"dependencies": {
"@buildwithsygma/sygma-sdk-core": "2.0.0",
"@buildwithsygma/sygma-sdk-core": "2.0.1",
"ethers": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/substrate-to-evm-fungible-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typescript": "5.0.4"
},
"dependencies": {
"@buildwithsygma/sygma-sdk-core": "2.0.0",
"@buildwithsygma/sygma-sdk-core": "2.0.1",
"@polkadot/api": "10.7.3",
"@polkadot/keyring": "12.2.1",
"@polkadot/util-crypto": "^12.2.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* add license to the sdk package ([#259](https://github.com/sygmaprotocol/sygma-sdk/issues/259)) ([276d278](https://github.com/sygmaprotocol/sygma-sdk/commit/276d278a5d34c7e54aa3549817709b9165a9dd66))

## [2.0.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.5.0...sygma-sdk-core-v2.0.0) (2023-06-02)


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.0",
"version": "2.0.1",
"description": "Core primitives for bridging and message passing",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ __metadata:
languageName: node
linkType: hard

"@buildwithsygma/[email protected].0, @buildwithsygma/sygma-sdk-core@workspace:packages/sdk":
"@buildwithsygma/[email protected].1, @buildwithsygma/sygma-sdk-core@workspace:packages/sdk":
version: 0.0.0-use.local
resolution: "@buildwithsygma/sygma-sdk-core@workspace:packages/sdk"
dependencies:
Expand Down Expand Up @@ -507,7 +507,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@buildwithsygma/sygma-sdk-evm-to-evm-fungible-transfer-example@workspace:examples/evm-to-evm-fungible-transfer"
dependencies:
"@buildwithsygma/sygma-sdk-core": 2.0.0
"@buildwithsygma/sygma-sdk-core": 2.0.1
eslint: 8
eslint-config-prettier: 8.3.0
eslint-plugin-only-warn: 1.0.3
Expand All @@ -522,7 +522,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@buildwithsygma/sygma-sdk-evm-to-substrate-fungible-transfer-example@workspace:examples/evm-to-substrate-fungible-transfer"
dependencies:
"@buildwithsygma/sygma-sdk-core": 2.0.0
"@buildwithsygma/sygma-sdk-core": 2.0.1
eslint: 8
eslint-config-prettier: 8.3.0
eslint-plugin-only-warn: 1.0.3
Expand All @@ -537,7 +537,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@buildwithsygma/sygma-sdk-substrate-to-evm-fungible-transfer-example@workspace:examples/substrate-to-evm-fungible-transfer"
dependencies:
"@buildwithsygma/sygma-sdk-core": 2.0.0
"@buildwithsygma/sygma-sdk-core": 2.0.1
"@polkadot/api": 10.7.3
"@polkadot/keyring": 12.2.1
"@polkadot/util-crypto": ^12.2.1
Expand Down

0 comments on commit a03824c

Please sign in to comment.