Skip to content

Commit 2c22ba2

Browse files
SekhmetChaituVR
andauthored
feat: increase vote reason length to 5000 (#1079)
* feat: increase vote reason length to 5000 * v0.12.28 --------- Co-authored-by: Chaitanya <[email protected]>
1 parent 8ac51b9 commit 2c22ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.12.27",
3+
"version": "0.12.28",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/schemas/vote.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"reason": {
2828
"type": "string",
2929
"title": "reason",
30-
"maxLength": 1000
30+
"maxLength": 5000
3131
},
3232
"app": {
3333
"type": "string",

0 commit comments

Comments
 (0)