From bd7bb3dd7e86965981e41f71ea21a3db5201e64b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 16:06:35 +0000 Subject: [PATCH] chore(main): release sygma-sdk-core 1.0.1 --- .release-please-manifest.json | 2 +- packages/sdk/CHANGELOG.md | 27 +++++++++++++++++++++++++++ packages/sdk/package.json | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 packages/sdk/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ddd20af3..b77db176e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/sdk": "0.0.9" + "packages/sdk": "1.0.1" } \ No newline at end of file diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md new file mode 100644 index 000000000..e8236d711 --- /dev/null +++ b/packages/sdk/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## [1.0.1](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v0.0.9...sygma-sdk-core-v1.0.1) (2022-09-28) + + +### Features + +* Add ERC721 support to SDK ([#82](https://github.com/sygmaprotocol/sygma-sdk/issues/82)) ([1222bea](https://github.com/sygmaprotocol/sygma-sdk/commit/1222bea1ec027d323d1974dd1c236a24951e769d)) + + +### 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)) +* "chore(main): release sygma-sdk-core 1.0.0" ([#73](https://github.com/sygmaprotocol/sygma-sdk/issues/73)) ([b2f9939](https://github.com/sygmaprotocol/sygma-sdk/commit/b2f9939b2fd754f4ba2d1ab5509668e2e67a4e9a)) +* "chore(main): release sygma-sdk-core 1.0.0" ([#75](https://github.com/sygmaprotocol/sygma-sdk/issues/75)) ([5d0b5d1](https://github.com/sygmaprotocol/sygma-sdk/commit/5d0b5d1c6f3038c498cfd977a0af5e92826a054a)) + + +### 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)) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 659349d3d..569dda423 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@buildwithsygma/sygma-sdk-core", - "version": "1.0.0", + "version": "1.0.1", "description": "Core primitives for bridging and message passing", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",