Skip to content

Commit

Permalink
chore: v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Oct 26, 2022
1 parent 29ebbe3 commit ec5c69a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3045,8 +3045,8 @@ __metadata:
snarkjs: ^0.4.13
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
languageName: unknown
linkType: soft

Expand Down

0 comments on commit ec5c69a

Please sign in to comment.