Skip to content

Commit

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


## 1.0.0 (2024-08-13)


### Features

* Added Liquidity helper function in `@buildwithsygma/utils`
([#407](#407))
([ad7b041](ad7b041))
* btc interfaces definition
([#387](#387))
([57073e1](57073e1))
* Implement fungible EVM transfers v3
([#375](#375))
([f0806d3](f0806d3))
* Implement fungible substrate transfers
([#378](#378))
([a1f0b50](a1f0b50))
* Implement generic EVM->EVM transfers
([#392](#392))
([a24e1e7](a24e1e7))
* Lykhoyda/fix address format for destination
([#400](#400))
([6dfa9d2](6dfa9d2)),
closes [#367](#367)


### Bug Fixes

* separation of rp configs
([#433](#433))
([1fc3931](1fc3931))


### Miscellaneous Chores

* release 1.0.0
([bb6a505](bb6a505))

---
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 Aug 13, 2024
1 parent baa2330 commit 995ed58
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## 1.0.0 (2024-08-13)


### Features

* Added Liquidity helper function in `@buildwithsygma/utils` ([#407](https://github.com/sygmaprotocol/sygma-sdk/issues/407)) ([ad7b041](https://github.com/sygmaprotocol/sygma-sdk/commit/ad7b041fd0ae510e3b91cf171ed9db15fccc1a2a))
* btc interfaces definition ([#387](https://github.com/sygmaprotocol/sygma-sdk/issues/387)) ([57073e1](https://github.com/sygmaprotocol/sygma-sdk/commit/57073e1f9fbb828096c360b845f1cda1f343de2d))
* Implement fungible EVM transfers v3 ([#375](https://github.com/sygmaprotocol/sygma-sdk/issues/375)) ([f0806d3](https://github.com/sygmaprotocol/sygma-sdk/commit/f0806d3eb446c4228ca4956ebfcf498c51d7c406))
* Implement fungible substrate transfers ([#378](https://github.com/sygmaprotocol/sygma-sdk/issues/378)) ([a1f0b50](https://github.com/sygmaprotocol/sygma-sdk/commit/a1f0b50ea8d90046595d72d876f012cbeb4048f2))
* Implement generic EVM->EVM transfers ([#392](https://github.com/sygmaprotocol/sygma-sdk/issues/392)) ([a24e1e7](https://github.com/sygmaprotocol/sygma-sdk/commit/a24e1e78c2945458a5891d82c695dc84640c5bdd))
* Lykhoyda/fix address format for destination ([#400](https://github.com/sygmaprotocol/sygma-sdk/issues/400)) ([6dfa9d2](https://github.com/sygmaprotocol/sygma-sdk/commit/6dfa9d238cfd6ab9cade9fae4cd33497d07d5d96)), closes [#367](https://github.com/sygmaprotocol/sygma-sdk/issues/367)


### Bug Fixes

* separation of rp configs ([#433](https://github.com/sygmaprotocol/sygma-sdk/issues/433)) ([1fc3931](https://github.com/sygmaprotocol/sygma-sdk/commit/1fc393170d5f495854eeba0f1f7c41b3e3ae4c4e))


### Miscellaneous Chores

* release 1.0.0 ([bb6a505](https://github.com/sygmaprotocol/sygma-sdk/commit/bb6a5053d843960f445f0dacebe101745f4d908f))
2 changes: 1 addition & 1 deletion release-please/rp-core-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"packages/core":"1.0.0"}

0 comments on commit 995ed58

Please sign in to comment.