Skip to content

Commit

Permalink
chore(main): release sygma-sdk-core 1.0.0 (#72)
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] committed Sep 15, 2022
1 parent 5416542 commit 2d5f8b5
Show file tree
Hide file tree
Showing 3 changed files with 22 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": "0.0.9"
"packages/sdk": "1.0.0"
}
20 changes: 20 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [1.0.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v0.0.9...sygma-sdk-core-v1.0.0) (2022-09-15)


### Reverts

* "chore(main): release 1.0.0" ([#23](https://github.com/sygmaprotocol/sygma-sdk/issues/23)) ([1aa6b87](https://github.com/sygmaprotocol/sygma-sdk/commit/1aa6b87772de69b59d6d728ad8815c79b01846b8))
* "chore(main): release 1.0.0" ([#29](https://github.com/sygmaprotocol/sygma-sdk/issues/29)) ([9484aa1](https://github.com/sygmaprotocol/sygma-sdk/commit/9484aa1182e1098e5be2723de3d0d4785b5b9a1e))
* "chore(main): release 1.0.0" ([#33](https://github.com/sygmaprotocol/sygma-sdk/issues/33)) ([25623fb](https://github.com/sygmaprotocol/sygma-sdk/commit/25623fb9e5b352c3dd6d6222af6360668c008eb9))
* "chore(main): release 1.0.1" ([#53](https://github.com/sygmaprotocol/sygma-sdk/issues/53)) ([e9ad66b](https://github.com/sygmaprotocol/sygma-sdk/commit/e9ad66bae8f0a215f924646afdc15446fa5f5fd3))
* "chore(main): release 1.0.1" ([#55](https://github.com/sygmaprotocol/sygma-sdk/issues/55)) ([f389daf](https://github.com/sygmaprotocol/sygma-sdk/commit/f389daf09d780f1d232bc15447945bcd06bb9dd5))
* "chore(main): release 1.0.1"" ([#62](https://github.com/sygmaprotocol/sygma-sdk/issues/62)) ([2c4f56a](https://github.com/sygmaprotocol/sygma-sdk/commit/2c4f56ab2ac0b4575497d65df0584abafc0a2a43))
* "chore(main): release sygma-sdk-core 1.0.0" ([#71](https://github.com/sygmaprotocol/sygma-sdk/issues/71)) ([5416542](https://github.com/sygmaprotocol/sygma-sdk/commit/5416542acec704dd18e2a7dce5f15621e9c7c4fd))


### Miscellaneous Chores

* release 1.0.0 ([bb6a505](https://github.com/sygmaprotocol/sygma-sdk/commit/bb6a5053d843960f445f0dacebe101745f4d908f))
* updating package to sygma-contracts ([#36](https://github.com/sygmaprotocol/sygma-sdk/issues/36)) ([e3af317](https://github.com/sygmaprotocol/sygma-sdk/commit/e3af31750a12564ff8c4df01fef453053b02c8d9))
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": "0.0.9",
"version": "1.0.0",
"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 2d5f8b5

Please sign in to comment.