Skip to content

Commit

Permalink
chore(main): release sygma-sdk-core 1.0.3 (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 7, 2022
1 parent ae4981b commit aaacfaf
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": "1.0.2"
"packages/sdk": "1.0.3"
}
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

## [1.0.3](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.0.2...sygma-sdk-core-v1.0.3) (2022-11-07)


### Bug Fixes

* add getApproved to the readme ([#120](https://github.com/sygmaprotocol/sygma-sdk/issues/120)) ([ae4981b](https://github.com/sygmaprotocol/sygma-sdk/commit/ae4981bca9327f830ebc8af89ca374fc369063a7))

## [1.0.2](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.0.1...sygma-sdk-core-v1.0.2) (2022-11-07)


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.0.2",
"version": "1.0.3",
"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 aaacfaf

Please sign in to comment.