Skip to content

Commit

Permalink
chore(main): release sygma-sdk-core 2.7.0 (#343)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.7.0](sygma-sdk-core-v2.6.3...sygma-sdk-core-v2.7.0)
(2024-02-14)


### Features

* add routes details and domain metadata helper functions
([#340](#340))
([1145e68](1145e68))


### Bug Fixes

* getTransferStatusData
([#342](#342))
([724ea2f](724ea2f))
* remove unused dynamic fees support
([#335](#335))
([63302fd](63302fd))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
MakMuftic authored Feb 14, 2024
1 parent 1145e68 commit d1052ac
Show file tree
Hide file tree
Showing 3 changed files with 15 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": "2.6.3"
"packages/sdk": "2.7.0"
}
13 changes: 13 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.7.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v2.6.3...sygma-sdk-core-v2.7.0) (2024-02-14)


### Features

* add routes details and domain metadata helper functions ([#340](https://github.com/sygmaprotocol/sygma-sdk/issues/340)) ([1145e68](https://github.com/sygmaprotocol/sygma-sdk/commit/1145e6857a057b83fc9be04c3a3caf9db769d527))


### Bug Fixes

* getTransferStatusData ([#342](https://github.com/sygmaprotocol/sygma-sdk/issues/342)) ([724ea2f](https://github.com/sygmaprotocol/sygma-sdk/commit/724ea2f98cd62d5b3dc2f90ae461441d56c9d089))
* remove unused dynamic fees support ([#335](https://github.com/sygmaprotocol/sygma-sdk/issues/335)) ([63302fd](https://github.com/sygmaprotocol/sygma-sdk/commit/63302fd7d7b9c893c46fb1de856dd95a8c8def5e))

## [2.6.3](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v2.6.2...sygma-sdk-core-v2.6.3) (2024-02-06)


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

0 comments on commit d1052ac

Please sign in to comment.