Skip to content

Commit

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


##
[2.9.0](sygma-sdk-core-v2.8.0...sygma-sdk-core-v2.9.0)
(2024-03-28)


### Features

* Add `ParachainID` to `SubstrateConfig`
([#362](#362))
([6a1171d](6a1171d))

---
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 6a1171d commit 6d125f8
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.8.0"
"packages/sdk": "2.9.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.9.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v2.8.0...sygma-sdk-core-v2.9.0) (2024-03-28)


### Features

* Add `ParachainID` to `SubstrateConfig` ([#362](https://github.com/sygmaprotocol/sygma-sdk/issues/362)) ([6a1171d](https://github.com/sygmaprotocol/sygma-sdk/commit/6a1171d33a64c0cb207b43a86d9769d44204f271))

## [2.8.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v2.7.4...sygma-sdk-core-v2.8.0) (2024-03-20)


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.8.0",
"version": "2.9.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 6d125f8

Please sign in to comment.