Skip to content

Commit

Permalink
chore(main): release sygma-sdk-core 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 18, 2023
1 parent 20c537d commit ec80372
Show file tree
Hide file tree
Showing 3 changed files with 11 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": "1.1.0"
"packages/sdk": "1.1.1"
}
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.1.1](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.1.0...sygma-sdk-core-v1.1.1) (2023-01-18)


### Bug Fixes

* Check/update dependencies for packages ([#138](https://github.com/sygmaprotocol/sygma-sdk/issues/138)) ([b4875e8](https://github.com/sygmaprotocol/sygma-sdk/commit/b4875e810fdd9bd841c0c1add9858c00616ffc47))
* linter issues ([#149](https://github.com/sygmaprotocol/sygma-sdk/issues/149)) ([20c537d](https://github.com/sygmaprotocol/sygma-sdk/commit/20c537d983dbdba270264a7b551f7719b3cd0f1d))
* Remove linked dependency from examples ([#139](https://github.com/sygmaprotocol/sygma-sdk/issues/139)) ([430f1b5](https://github.com/sygmaprotocol/sygma-sdk/commit/430f1b5645af654a2e750fc045ae54f2a064859c))

## [1.1.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.0.4...sygma-sdk-core-v1.1.0) (2023-01-13)


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": "1.1.0",
"version": "1.1.1",
"description": "Core primitives for bridging and message passing",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit ec80372

Please sign in to comment.