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

Commit 706d715

Browse files
chore(main): release sygma-sdk-core 1.1.3 (#165)
* chore(main): release sygma-sdk-core 1.1.3 * update ci.yaml --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nikolay Topkaridi <[email protected]>
1 parent a39180d commit 706d715

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- main
66
pull_request:
7+
types: [opened, synchronize, reopened]
78
branches:
89
- '**'
910
jobs:

.release-please-manifest.json

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

packages/sdk/CHANGELOG.md

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

3+
## [1.1.3](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.1.2...sygma-sdk-core-v1.1.3) (2023-02-14)
4+
5+
6+
### Bug Fixes
7+
8+
* fix amount in createOracleFeeData ([#162](https://github.com/sygmaprotocol/sygma-sdk/issues/162)) ([a39180d](https://github.com/sygmaprotocol/sygma-sdk/commit/a39180d5e9d5993ee6c15abc6aa8a6e1c1939632))
9+
310
## [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)
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.2",
3+
"version": "1.1.3",
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)