Skip to content

Commit 7bcc44c

Browse files
committed
chore: v3.9.0
Former-commit-id: 900da9c
1 parent 0ac390e commit 7bcc44c

File tree

16 files changed

+40
-40
lines changed

16 files changed

+40
-40
lines changed

packages/cli-template-contracts-hardhat/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/cli-template-contracts-hardhat",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"description": "Semaphore Hardhat template.",
55
"license": "Unlicense",
66
"files": [
@@ -36,10 +36,10 @@
3636
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
3737
"@nomiclabs/hardhat-ethers": "^2.0.0",
3838
"@nomiclabs/hardhat-etherscan": "^3.0.0",
39-
"@semaphore-protocol/group": "3.8.0",
40-
"@semaphore-protocol/hardhat": "3.8.0",
41-
"@semaphore-protocol/identity": "3.8.0",
42-
"@semaphore-protocol/proof": "3.8.0",
39+
"@semaphore-protocol/group": "3.9.0",
40+
"@semaphore-protocol/hardhat": "3.9.0",
41+
"@semaphore-protocol/identity": "3.9.0",
42+
"@semaphore-protocol/proof": "3.9.0",
4343
"@typechain/ethers-v5": "^10.1.0",
4444
"@typechain/hardhat": "^6.1.2",
4545
"@types/chai": "^4.2.0",
@@ -58,7 +58,7 @@
5858
"typescript": ">=4.5.0"
5959
},
6060
"dependencies": {
61-
"@semaphore-protocol/contracts": "3.8.0"
61+
"@semaphore-protocol/contracts": "3.9.0"
6262
},
6363
"config": {
6464
"solidity": {

packages/cli-template-monorepo-ethers/apps/contracts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
1919
"@nomiclabs/hardhat-ethers": "^2.0.0",
2020
"@nomiclabs/hardhat-etherscan": "^3.1.7",
21-
"@semaphore-protocol/group": "3.8.0",
22-
"@semaphore-protocol/hardhat": "3.8.0",
23-
"@semaphore-protocol/identity": "3.8.0",
24-
"@semaphore-protocol/proof": "3.8.0",
21+
"@semaphore-protocol/group": "3.9.0",
22+
"@semaphore-protocol/hardhat": "3.9.0",
23+
"@semaphore-protocol/identity": "3.9.0",
24+
"@semaphore-protocol/proof": "3.9.0",
2525
"@typechain/ethers-v5": "^10.0.0",
2626
"@typechain/hardhat": "^6.0.0",
2727
"@types/chai": "^4.3.1",
@@ -40,7 +40,7 @@
4040
"typechain": "^8.0.0"
4141
},
4242
"dependencies": {
43-
"@semaphore-protocol/contracts": "3.8.0"
43+
"@semaphore-protocol/contracts": "3.9.0"
4444
},
4545
"config": {
4646
"solidity": {

packages/cli-template-monorepo-ethers/apps/web-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@next/font": "13.0.3",
13-
"@semaphore-protocol/data": "3.8.0",
14-
"@semaphore-protocol/group": "3.8.0",
15-
"@semaphore-protocol/identity": "3.8.0",
16-
"@semaphore-protocol/proof": "3.8.0",
13+
"@semaphore-protocol/data": "3.9.0",
14+
"@semaphore-protocol/group": "3.9.0",
15+
"@semaphore-protocol/identity": "3.9.0",
16+
"@semaphore-protocol/proof": "3.9.0",
1717
"@types/react": "18.0.25",
1818
"@types/react-dom": "18.0.8",
1919
"dotenv": "^16.0.3",

packages/cli-template-monorepo-ethers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/cli-template-monorepo-ethers",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"description": "Semaphore Hardhat + Next.js + SemaphoreEthers template.",
55
"license": "Unlicense",
66
"files": [

packages/cli-template-monorepo-subgraph/apps/contracts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
1919
"@nomiclabs/hardhat-ethers": "^2.0.0",
2020
"@nomiclabs/hardhat-etherscan": "^3.1.7",
21-
"@semaphore-protocol/group": "3.8.0",
22-
"@semaphore-protocol/hardhat": "3.8.0",
23-
"@semaphore-protocol/identity": "3.8.0",
24-
"@semaphore-protocol/proof": "3.8.0",
21+
"@semaphore-protocol/group": "3.9.0",
22+
"@semaphore-protocol/hardhat": "3.9.0",
23+
"@semaphore-protocol/identity": "3.9.0",
24+
"@semaphore-protocol/proof": "3.9.0",
2525
"@typechain/ethers-v5": "^10.0.0",
2626
"@typechain/hardhat": "^6.0.0",
2727
"@types/chai": "^4.3.1",
@@ -40,7 +40,7 @@
4040
"typechain": "^8.0.0"
4141
},
4242
"dependencies": {
43-
"@semaphore-protocol/contracts": "3.8.0"
43+
"@semaphore-protocol/contracts": "3.9.0"
4444
},
4545
"config": {
4646
"solidity": {

packages/cli-template-monorepo-subgraph/apps/web-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@next/font": "13.0.3",
13-
"@semaphore-protocol/data": "3.8.0",
14-
"@semaphore-protocol/group": "3.8.0",
15-
"@semaphore-protocol/identity": "3.8.0",
16-
"@semaphore-protocol/proof": "3.8.0",
13+
"@semaphore-protocol/data": "3.9.0",
14+
"@semaphore-protocol/group": "3.9.0",
15+
"@semaphore-protocol/identity": "3.9.0",
16+
"@semaphore-protocol/proof": "3.9.0",
1717
"@types/react": "18.0.25",
1818
"@types/react-dom": "18.0.8",
1919
"dotenv": "^16.0.3",

packages/cli-template-monorepo-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/cli-template-monorepo-subgraph",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"description": "Semaphore Hardhat + Next.js + SemaphoreSubgraph template.",
55
"license": "Unlicense",
66
"files": [

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@semaphore-protocol/cli",
33
"type": "module",
4-
"version": "3.8.0",
4+
"version": "3.9.0",
55
"description": "A command line tool to set up your Semaphore project and get group data.",
66
"license": "MIT",
77
"bin": {
@@ -43,7 +43,7 @@
4343
"typedoc": "^0.22.11"
4444
},
4545
"dependencies": {
46-
"@semaphore-protocol/data": "3.8.0",
46+
"@semaphore-protocol/data": "3.9.0",
4747
"axios": "^1.3.2",
4848
"boxen": "^7.0.1",
4949
"chalk": "^5.1.2",

packages/contracts/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/contracts",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"description": "Semaphore contracts to manage groups and broadcast anonymous signals.",
55
"license": "MIT",
66
"files": [

packages/data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/data",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"description": "A library to query Semaphore contracts.",
55
"license": "MIT",
66
"main": "dist/index.node.js",

0 commit comments

Comments
 (0)