Skip to content

Commit

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

* empty

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Topkaridi <[email protected]>
  • Loading branch information
github-actions[bot] and enemycnt authored Feb 27, 2023
1 parent dec73cd commit d01b8d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 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": "1.1.3"
"packages/sdk": "1.1.4"
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,3 +551,4 @@ With this you can use our SDK and create the render logic to show your tokens an
## License
GNU Lesser General Public License v3.0


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

## [1.1.4](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.1.3...sygma-sdk-core-v1.1.4) (2023-02-22)


### Bug Fixes

* remove unneccessary dependencies ([#163](https://github.com/sygmaprotocol/sygma-sdk/issues/163)) ([dec73cd](https://github.com/sygmaprotocol/sygma-sdk/commit/dec73cd0a7380812b59d23327edd333a3030bb8d))

## [1.1.3](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.1.2...sygma-sdk-core-v1.1.3) (2023-02-14)


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": "1.1.3",
"version": "1.1.4",
"description": "Core primitives for bridging and message passing",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit d01b8d6

Please sign in to comment.