Skip to content

Commit

Permalink
chore: v2.6.1
Browse files Browse the repository at this point in the history
Former-commit-id: ec5c69a
  • Loading branch information
cedoor committed Oct 26, 2022
1 parent 2b414f8 commit ac3e7b4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/contracts",
"version": "2.6.0",
"version": "2.6.1",
"description": "Semaphore contracts to manage groups and broadcast anonymous signals.",
"license": "MIT",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/group",
"version": "2.6.0",
"version": "2.6.1",
"description": "A library to create and manage Semaphore groups.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/identity",
"version": "2.6.0",
"version": "2.6.1",
"description": "A library to create Semaphore identities.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/proof/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/proof",
"version": "2.6.0",
"version": "2.6.1",
"description": "A library to generate and verify Semaphore proofs.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"typedoc": "^0.22.11"
},
"peerDependencies": {
"@semaphore-protocol/group": "2.6.0",
"@semaphore-protocol/identity": "2.6.0"
"@semaphore-protocol/group": "2.6.1",
"@semaphore-protocol/identity": "2.6.1"
},
"dependencies": {
"@ethersproject/bytes": "^5.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/subgraph",
"version": "2.6.0",
"version": "2.6.1",
"description": "A library to query Semaphore contracts.",
"license": "MIT",
"iife": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8276b0b79cbaeb8dc05901c868cfb7500ea1dc1f
1928039aa48d380ac3b9c69a2961a6e97c72d935

0 comments on commit ac3e7b4

Please sign in to comment.