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

Commit 142d07d

Browse files
chore(main): release sygma-sdk-core 1.1.2 (#161)
* chore(main): release sygma-sdk-core 1.1.2 * trigger pipeline --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mak Muftic <[email protected]>
1 parent ea762a0 commit 142d07d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.release-please-manifest.json

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

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ The current SDK has one package that comprises the whole bridging logic for tran
2323

2424
For React example, after you have run and deployed the contracts using [Sygma bridge](https://github.com/sygmaprotocol/sygma-relayer), go to the [examples](https://github.com/sygmaprotocol/sygma-sdk/tree/main/examples) folder and follow the instructions in their README
2525

26-
2726
# How to Use
2827

2928
## Environment

packages/sdk/CHANGELOG.md

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

3+
## [1.1.2](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.1.1...sygma-sdk-core-v1.1.2) (2023-02-10)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix url to query oracle service ([#159](https://github.com/sygmaprotocol/sygma-sdk/issues/159)) ([ea762a0](https://github.com/sygmaprotocol/sygma-sdk/commit/ea762a0a8df2d5c7a291bc818a386a46df55fec2))
9+
310
## [1.1.1](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.1.0...sygma-sdk-core-v1.1.1) (2023-02-06)
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": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Core primitives for bridging and message passing",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)