Skip to content

Commit

Permalink
chore(main): release sygma-sdk-core 1.1.0 (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 13, 2023
1 parent e49feac commit b5165d4
Show file tree
Hide file tree
Showing 3 changed files with 16 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.0.4"
"packages/sdk": "1.1.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

## [1.1.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.0.4...sygma-sdk-core-v1.1.0) (2023-01-13)


### Features

* Add blocks confirmation amount param to config ([#140](https://github.com/sygmaprotocol/sygma-sdk/issues/140)) ([b3c5062](https://github.com/sygmaprotocol/sygma-sdk/commit/b3c50627f2219b43234abb4f548dbed9a77300a4))
* Adds msgGasLimit as param when requesting fee from fee oracle service ([#136](https://github.com/sygmaprotocol/sygma-sdk/issues/136)) ([449b5fa](https://github.com/sygmaprotocol/sygma-sdk/commit/449b5fa627158dbe04d04cd298def80a7d626c1f))
* update utility functions to accomodate permissionless and permissioned handlers ([#132](https://github.com/sygmaprotocol/sygma-sdk/issues/132)) ([e49feac](https://github.com/sygmaprotocol/sygma-sdk/commit/e49feace8a43dc8579339a0567c5124fb93f2ce6))


### Bug Fixes

* fix imports ([#135](https://github.com/sygmaprotocol/sygma-sdk/issues/135)) ([19c43e1](https://github.com/sygmaprotocol/sygma-sdk/commit/19c43e16411ef4406e8c9866d2924bfb81d1ef4e))

## [1.0.4](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.0.3...sygma-sdk-core-v1.0.4) (2022-11-07)


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.0.4",
"version": "1.1.0",
"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 b5165d4

Please sign in to comment.