From 664614e5213e6ea9a5c1557e02503a1391f9afb5 Mon Sep 17 00:00:00 2001 From: Wan Qi Chen <495709+wa0x6e@users.noreply.github.com> Date: Fri, 18 Oct 2024 00:40:56 +0400 Subject: [PATCH 1/2] Revert "feat: increase app max length (#1077)" This reverts commit 8ac51b9486510e94a2931e51fd6b20a444526ca1. --- package.json | 2 +- src/schemas/proposal.json | 2 +- src/schemas/vote.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1ba3c62ef..928d00571 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@snapshot-labs/snapshot.js", - "version": "0.12.27", + "version": "0.12.26", "repository": "snapshot-labs/snapshot.js", "license": "MIT", "main": "dist/snapshot.cjs.js", diff --git a/src/schemas/proposal.json b/src/schemas/proposal.json index 7a916fb58..8a0fb9421 100644 --- a/src/schemas/proposal.json +++ b/src/schemas/proposal.json @@ -83,7 +83,7 @@ "app": { "type": "string", "title": "app", - "maxLength": 128 + "maxLength": 24 } }, "required": ["name", "body", "choices", "snapshot", "start", "end"], diff --git a/src/schemas/vote.json b/src/schemas/vote.json index 80d95d531..9758180c0 100644 --- a/src/schemas/vote.json +++ b/src/schemas/vote.json @@ -32,7 +32,7 @@ "app": { "type": "string", "title": "app", - "maxLength": 128 + "maxLength": 24 } }, "required": [ From b2f23b4e3c700c31823560558bbd92b337c3eb98 Mon Sep 17 00:00:00 2001 From: Wan Qi Chen <495709+wa0x6e@users.noreply.github.com> Date: Fri, 18 Oct 2024 00:42:10 +0400 Subject: [PATCH 2/2] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 928d00571..7b66467d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@snapshot-labs/snapshot.js", - "version": "0.12.26", + "version": "0.12.28", "repository": "snapshot-labs/snapshot.js", "license": "MIT", "main": "dist/snapshot.cjs.js",