From e940f41aa99ccd0250a6e55ae20fbcb5bed4ad3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:54:51 +0100 Subject: [PATCH] chore: version packages (#59) Co-authored-by: github-actions[bot] --- .changeset/cuddly-parrots-obey.md | 5 ----- .changeset/slow-stingrays-smash.md | 5 ----- packages/sx.js/CHANGELOG.md | 7 +++++++ packages/sx.js/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/cuddly-parrots-obey.md delete mode 100644 .changeset/slow-stingrays-smash.md diff --git a/.changeset/cuddly-parrots-obey.md b/.changeset/cuddly-parrots-obey.md deleted file mode 100644 index a6a722bbd..000000000 --- a/.changeset/cuddly-parrots-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@snapshot-labs/sx": patch ---- - -add OffchainEthereumSig client with basic vote support diff --git a/.changeset/slow-stingrays-smash.md b/.changeset/slow-stingrays-smash.md deleted file mode 100644 index 0a8bf40ef..000000000 --- a/.changeset/slow-stingrays-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@snapshot-labs/sx": patch ---- - -use clientConfig.ethUrl instead of predefined RPC APIs for starknet strategies diff --git a/packages/sx.js/CHANGELOG.md b/packages/sx.js/CHANGELOG.md index ce03b0531..455ad87bf 100644 --- a/packages/sx.js/CHANGELOG.md +++ b/packages/sx.js/CHANGELOG.md @@ -1,5 +1,12 @@ # @snapshot-labs/sx +## 0.1.1 + +### Patch Changes + +- 827b7b3: add OffchainEthereumSig client with basic vote support +- ddcdc7f: use clientConfig.ethUrl instead of predefined RPC APIs for starknet strategies + ## 0.1.0 ### Patch Changes diff --git a/packages/sx.js/package.json b/packages/sx.js/package.json index 7f4c320d6..34a4d3ff4 100644 --- a/packages/sx.js/package.json +++ b/packages/sx.js/package.json @@ -1,6 +1,6 @@ { "name": "@snapshot-labs/sx", - "version": "0.1.0", + "version": "0.1.1", "publishConfig": { "access": "public" },