Skip to content

Commit

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


##
[2.10.0](sygma-sdk-core-v2.9.0...sygma-sdk-core-v2.10.0)
(2024-03-28)


### Features

* add fee percentage to percentage fee details
([#365](#365))
([acd89e8](acd89e8))

---
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 Mar 28, 2024
1 parent acd89e8 commit 98e551c
Show file tree
Hide file tree
Showing 3 changed files with 9 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.9.0"
"packages/sdk": "2.10.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

## [2.10.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v2.9.0...sygma-sdk-core-v2.10.0) (2024-03-28)


### Features

* add fee percentage to percentage fee details ([#365](https://github.com/sygmaprotocol/sygma-sdk/issues/365)) ([acd89e8](https://github.com/sygmaprotocol/sygma-sdk/commit/acd89e8e641030b636e875fd1371ac60ec77fd0f))

## [2.9.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v2.8.0...sygma-sdk-core-v2.9.0) (2024-03-28)


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.9.0",
"version": "2.10.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 98e551c

Please sign in to comment.