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

Commit 6d125f8

Browse files
authored
chore(main): release sygma-sdk-core 2.9.0 (#364)
🤖 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).
1 parent 6a1171d commit 6d125f8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/sdk": "2.8.0"
2+
"packages/sdk": "2.9.0"
33
}

packages/sdk/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* Add `ParachainID` to `SubstrateConfig` ([#362](https://github.com/sygmaprotocol/sygma-sdk/issues/362)) ([6a1171d](https://github.com/sygmaprotocol/sygma-sdk/commit/6a1171d33a64c0cb207b43a86d9769d44204f271))
9+
310
## [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)
411

512

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildwithsygma/sygma-sdk-core",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "Core primitives for bridging and message passing",
55
"main": "dist-esm/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)