Skip to content

Commit

Permalink
Merge branch 'feat/signature-insights' of https://github.com/ShubhamP…
Browse files Browse the repository at this point in the history
…arkhi/scout-snap into feat/signature-insights
  • Loading branch information
ShubhamParkhi committed Oct 7, 2024
2 parents ba49e16 + 45d95c8 commit b6b73fb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v20
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"node": ">=16.0.0"
},
"volta": {
"node": "16.20.0",
"node": "20.11.0",
"yarn": "3.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"node": ">=16.0.0"
},
"volta": {
"node": "16.20.0",
"node": "20.11.0",
"yarn": "3.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/snap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -61,7 +61,7 @@
"node": ">=16.0.0"
},
"volta": {
"node": "16.20.0",
"node": "20.11.0",
"yarn": "3.3.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b6b73fb

Please sign in to comment.