Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit c3e4866

Browse files
authored
chore: release main (#429)
🤖 I have created a release *beep* *boop* --- <details><summary>core: 1.0.0</summary> ## 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-&gt;EVM transfers ([#392](#392)) ([a24e1e7](a24e1e7)) * Lykhoyda/fix address format for destination ([#400](#400)) ([6dfa9d2](6dfa9d2)), closes [#367](#367) ### Miscellaneous Chores * release 1.0.0 ([bb6a505](bb6a505)) </details> <details><summary>evm: 1.0.0</summary> ## 1.0.0 (2024-08-13) ### Features * Added Liquidity helper function in `@buildwithsygma/utils` ([#407](#407)) ([ad7b041](ad7b041)) * Implement fungible EVM transfers v3 ([#375](#375)) ([f0806d3](f0806d3)) * Implement fungible substrate transfers ([#378](#378)) ([a1f0b50](a1f0b50)) * Implement generic EVM-&gt;EVM transfers ([#392](#392)) ([a24e1e7](a24e1e7)) * Lykhoyda/fix address format for destination ([#400](#400)) ([6dfa9d2](6dfa9d2)), closes [#367](#367) ### Bug Fixes * Fee issue on cronos causes transaction to fail ([#413](#413)) ([6202fee](6202fee)) * fixed faulty branch merge that breaks GMP ([#415](#415)) ([4de22d6](4de22d6)) * Fixed maximum stack call error ([#394](#394)) ([6f1b700](6f1b700)) ### Miscellaneous Chores * release 1.0.0 ([bb6a505](bb6a505)) ### Dependencies * The following workspace dependencies were updated * dependencies * @buildwithsygma/core bumped to 1.0.0 </details> <details><summary>substrate: 1.0.0</summary> ## 1.0.0 (2024-08-13) ### Features * Added Liquidity helper function in `@buildwithsygma/utils` ([#407](#407)) ([ad7b041](ad7b041)) * Implement fungible substrate transfers ([#378](#378)) ([a1f0b50](a1f0b50)) * Lykhoyda/fix address format for destination ([#400](#400)) ([6dfa9d2](6dfa9d2)), closes [#367](#367) ### Miscellaneous Chores * release 1.0.0 ([bb6a505](bb6a505)) ### Dependencies * The following workspace dependencies were updated * dependencies * @buildwithsygma/core bumped to 1.0.0 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent bc6d0bc commit c3e4866

File tree

4 files changed

+72
-1
lines changed

4 files changed

+72
-1
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{"packages/core":"1.0.0","packages/evm":"1.0.0","packages/substrate":"1.0.0"}

packages/core/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-08-13)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* btc interfaces definition ([#387](https://github.com/sygmaprotocol/sygma-sdk/issues/387)) ([57073e1](https://github.com/sygmaprotocol/sygma-sdk/commit/57073e1f9fbb828096c360b845f1cda1f343de2d))
10+
* Implement fungible EVM transfers v3 ([#375](https://github.com/sygmaprotocol/sygma-sdk/issues/375)) ([f0806d3](https://github.com/sygmaprotocol/sygma-sdk/commit/f0806d3eb446c4228ca4956ebfcf498c51d7c406))
11+
* Implement fungible substrate transfers ([#378](https://github.com/sygmaprotocol/sygma-sdk/issues/378)) ([a1f0b50](https://github.com/sygmaprotocol/sygma-sdk/commit/a1f0b50ea8d90046595d72d876f012cbeb4048f2))
12+
* Implement generic EVM-&gt;EVM transfers ([#392](https://github.com/sygmaprotocol/sygma-sdk/issues/392)) ([a24e1e7](https://github.com/sygmaprotocol/sygma-sdk/commit/a24e1e78c2945458a5891d82c695dc84640c5bdd))
13+
* 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)
14+
15+
16+
### Miscellaneous Chores
17+
18+
* release 1.0.0 ([bb6a505](https://github.com/sygmaprotocol/sygma-sdk/commit/bb6a5053d843960f445f0dacebe101745f4d908f))

packages/evm/CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-08-13)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* Implement fungible EVM transfers v3 ([#375](https://github.com/sygmaprotocol/sygma-sdk/issues/375)) ([f0806d3](https://github.com/sygmaprotocol/sygma-sdk/commit/f0806d3eb446c4228ca4956ebfcf498c51d7c406))
10+
* Implement fungible substrate transfers ([#378](https://github.com/sygmaprotocol/sygma-sdk/issues/378)) ([a1f0b50](https://github.com/sygmaprotocol/sygma-sdk/commit/a1f0b50ea8d90046595d72d876f012cbeb4048f2))
11+
* Implement generic EVM-&gt;EVM transfers ([#392](https://github.com/sygmaprotocol/sygma-sdk/issues/392)) ([a24e1e7](https://github.com/sygmaprotocol/sygma-sdk/commit/a24e1e78c2945458a5891d82c695dc84640c5bdd))
12+
* 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)
13+
14+
15+
### Bug Fixes
16+
17+
* Fee issue on cronos causes transaction to fail ([#413](https://github.com/sygmaprotocol/sygma-sdk/issues/413)) ([6202fee](https://github.com/sygmaprotocol/sygma-sdk/commit/6202feefd0d40a1397d0e86d91586d0d486b2619))
18+
* fixed faulty branch merge that breaks GMP ([#415](https://github.com/sygmaprotocol/sygma-sdk/issues/415)) ([4de22d6](https://github.com/sygmaprotocol/sygma-sdk/commit/4de22d68327830b8421d53e8e494abfe92fab426))
19+
* Fixed maximum stack call error ([#394](https://github.com/sygmaprotocol/sygma-sdk/issues/394)) ([6f1b700](https://github.com/sygmaprotocol/sygma-sdk/commit/6f1b7004803749477b280f484e2d03d5b930a416))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* release 1.0.0 ([bb6a505](https://github.com/sygmaprotocol/sygma-sdk/commit/bb6a5053d843960f445f0dacebe101745f4d908f))
25+
26+
27+
### Dependencies
28+
29+
* The following workspace dependencies were updated
30+
* dependencies
31+
* @buildwithsygma/core bumped to 1.0.0

packages/substrate/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-08-13)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* Implement fungible substrate transfers ([#378](https://github.com/sygmaprotocol/sygma-sdk/issues/378)) ([a1f0b50](https://github.com/sygmaprotocol/sygma-sdk/commit/a1f0b50ea8d90046595d72d876f012cbeb4048f2))
10+
* 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)
11+
12+
13+
### Miscellaneous Chores
14+
15+
* release 1.0.0 ([bb6a505](https://github.com/sygmaprotocol/sygma-sdk/commit/bb6a5053d843960f445f0dacebe101745f4d908f))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @buildwithsygma/core bumped to 1.0.0

0 commit comments

Comments
 (0)