From 572e57d53f8eb751eb86bedabe4d32a1426a9300 Mon Sep 17 00:00:00 2001 From: jaybuidl Date: Mon, 23 Sep 2024 15:30:53 +0100 Subject: [PATCH] chore: release v1.3.3 --- packages/snap/README.md | 2 +- packages/snap/package.json | 2 +- packages/snap/snap.manifest.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/snap/README.md b/packages/snap/README.md index e0a748e..2959025 100644 --- a/packages/snap/README.md +++ b/packages/snap/README.md @@ -4,7 +4,7 @@ This Snap pulls contract metadata from Kleros's decentralized token curated regi ## Publication to NPM -1. Bump the version in `package.json` +1. Bump the version in `package.json` and `snap.manifest.json` 1. Run a clean build: `yarn clean && yarn build` 1. Commit the change to git: `git add -u ; git commit -m "chore: release"` 1. Tag this version: `version=v$(cat package.json | jq -r .version) && git tag -m $version $version` diff --git a/packages/snap/package.json b/packages/snap/package.json index d59a843..84d5f25 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@kleros/scout-snap", - "version": "1.3.2", + "version": "1.3.3", "description": "A Metamask Snap that retrieves contract metadata from the Kleros Curate registries", "repository": { "type": "git", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index c017564..35a196d 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.3.2", + "version": "1.3.3", "description": "A Snap that retrieves contract metadata from the Kleros Curate registries.", "proposedName": "Kleros Scout", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/kleros/scout-snap.git" }, "source": { - "shasum": "iEzGJxkU2eN++DN1/T/HTq3a7qXWOvIN6oOADC4qyks=", + "shasum": "i0jrmOrh1H7O2ukHsfVRsFwZycxUkMx2w5eKSTbxFwQ=", "location": { "npm": { "filePath": "dist/bundle.js",