From 7320dcc306211dbf3abb798f4ca043224c2f0c16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:08:47 +0530 Subject: [PATCH 1/4] Update Snapshot packages (#4891) Co-authored-by: ChaituVR --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c2c457a0440..994dee1c635 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@shutter-network/shutter-crypto": "1.0.1", "@snapshot-labs/lock": "^0.2.7", "@snapshot-labs/pineapple": "^1.1.0", - "@snapshot-labs/snapshot.js": "^0.12.18", + "@snapshot-labs/snapshot.js": "^0.12.20", "@vue/apollo-composable": "4.0.0-beta.11", "@vueuse/core": "^10.6.1", "@vueuse/head": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 3de853a51f6..bbbcabe0642 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1679,10 +1679,10 @@ resolved "https://registry.yarnpkg.com/@snapshot-labs/prettier-config/-/prettier-config-0.1.0-beta.15.tgz#07e5ae35ed36304250462218e115bab1c1609812" integrity sha512-va6zYSl8oIraBJeIZWEatOI292rfJQouyyvEeHv8qi9ns+LgxMsKayQtXSqn9GcmAfdWQVs/P9bDaCQ77FyJYw== -"@snapshot-labs/snapshot.js@^0.12.18": - version "0.12.18" - resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot.js/-/snapshot.js-0.12.18.tgz#58421fc0fd8c424b76923a2d9b41e1f73c4767b0" - integrity sha512-zGRFgWws3cjQUZRw12uOpHlrdUgctMNRWlMu2N6QYD1VKQKZ21nW4ONanmSE/eWsQtiQL11wAAApaFxa4DdosA== +"@snapshot-labs/snapshot.js@^0.12.20": + version "0.12.20" + resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot.js/-/snapshot.js-0.12.20.tgz#8b8a49c8c24fdb0f677cb8a1852ece7ee9eb9451" + integrity sha512-vH/YVUogNlW6sPBVT7mmwT5oH6vnzX/CTDiTLbe5xL2hhPO9qJe4JtBcdJu7UAT7YCHXSSWQJPLB5STEZyhFXA== dependencies: "@ensdomains/eth-ens-namehash" "^2.0.15" "@ethersproject/abi" "^5.6.4" From b4166c3a792014834b42ab57f2b3744d96fe7a3d Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Mon, 7 Oct 2024 14:46:33 +0530 Subject: [PATCH 2/4] fix: send empty labels with proposals (#4906) * fix: send empty labels with proposals * fix choices height --- src/components/SpaceCreateVoting.vue | 2 +- src/composables/useClient.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/SpaceCreateVoting.vue b/src/components/SpaceCreateVoting.vue index 9920522bbec..3e53785d140 100644 --- a/src/components/SpaceCreateVoting.vue +++ b/src/components/SpaceCreateVoting.vue @@ -166,7 +166,7 @@ defineEmits<{