Skip to content

Commit 76d7821

Browse files
committed
chore: v4.0.0-alpha.6
Former-commit-id: 9a250db
1 parent 2715fbf commit 76d7821

File tree

18 files changed

+63
-50
lines changed

18 files changed

+63
-50
lines changed

packages/circuits/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/circuits",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-alpha.6",
44
"description": "Semaphore Circom circuits to generate zero-knowledge proofs.",
55
"license": "MIT",
66
"files": [
@@ -34,5 +34,6 @@
3434
"circomkit": "^0.0.19",
3535
"mocha": "^10.2.0",
3636
"poseidon-lite": "^0.2.0"
37-
}
37+
},
38+
"stableVersion": "4.0.0-alpha.5"
3839
}

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/cli-template-contracts-hardhat",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-alpha.6",
44
"description": "Semaphore Hardhat template.",
55
"license": "Unlicense",
66
"files": [
@@ -35,10 +35,10 @@
3535
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
3636
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
3737
"@nomicfoundation/hardhat-verify": "^2.0.0",
38-
"@semaphore-protocol/group": "4.0.0-alpha.5",
39-
"@semaphore-protocol/hardhat": "4.0.0-alpha.5",
40-
"@semaphore-protocol/identity": "4.0.0-alpha.5",
41-
"@semaphore-protocol/proof": "4.0.0-alpha.5",
38+
"@semaphore-protocol/group": "4.0.0-alpha.6",
39+
"@semaphore-protocol/hardhat": "4.0.0-alpha.6",
40+
"@semaphore-protocol/identity": "4.0.0-alpha.6",
41+
"@semaphore-protocol/proof": "4.0.0-alpha.6",
4242
"@typechain/ethers-v6": "^0.5.0",
4343
"@typechain/hardhat": "^9.0.0",
4444
"@types/chai": "^4.2.0",
@@ -55,11 +55,12 @@
5555
"typescript": "^5.3.3"
5656
},
5757
"dependencies": {
58-
"@semaphore-protocol/contracts": "4.0.0-alpha.5"
58+
"@semaphore-protocol/contracts": "4.0.0-alpha.6"
5959
},
6060
"config": {
6161
"solidity": {
6262
"version": "0.8.4"
6363
}
64-
}
64+
},
65+
"stableVersion": "4.0.0-alpha.5"
6566
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
2020
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
2121
"@nomicfoundation/hardhat-verify": "^2.0.0",
22-
"@semaphore-protocol/data": "4.0.0-alpha.5",
23-
"@semaphore-protocol/hardhat": "4.0.0-alpha.5",
22+
"@semaphore-protocol/data": "4.0.0-alpha.6",
23+
"@semaphore-protocol/hardhat": "4.0.0-alpha.6",
2424
"@typechain/ethers-v6": "^0.5.0",
2525
"@typechain/hardhat": "^9.0.0",
2626
"@types/chai": "^4.2.0",
@@ -37,6 +37,6 @@
3737
"typechain": "^8.3.0"
3838
},
3939
"dependencies": {
40-
"@semaphore-protocol/contracts": "4.0.0-alpha.5"
40+
"@semaphore-protocol/contracts": "4.0.0-alpha.6"
4141
}
4242
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@next/font": "13.0.3",
13-
"@semaphore-protocol/core": "4.0.0-alpha.5",
14-
"@semaphore-protocol/data": "4.0.0-alpha.5",
13+
"@semaphore-protocol/core": "4.0.0-alpha.6",
14+
"@semaphore-protocol/data": "4.0.0-alpha.6",
1515
"@types/react": "18.0.25",
1616
"@types/react-dom": "18.0.8",
1717
"dotenv": "^16.0.3",

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/cli-template-monorepo-ethers",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-alpha.6",
44
"description": "Semaphore Hardhat + Next.js + SemaphoreEthers template.",
55
"license": "Unlicense",
66
"files": [
@@ -39,5 +39,6 @@
3939
"prettier": "^2.5.1",
4040
"ts-node": "^10.8.1",
4141
"typescript": "^4.7.3"
42-
}
42+
},
43+
"stableVersion": "4.0.0-alpha.5"
4344
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
2020
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
2121
"@nomicfoundation/hardhat-verify": "^2.0.0",
22-
"@semaphore-protocol/core": "4.0.0-alpha.5",
23-
"@semaphore-protocol/hardhat": "4.0.0-alpha.5",
22+
"@semaphore-protocol/core": "4.0.0-alpha.6",
23+
"@semaphore-protocol/hardhat": "4.0.0-alpha.6",
2424
"@typechain/ethers-v6": "^0.5.0",
2525
"@typechain/hardhat": "^9.0.0",
2626
"@types/chai": "^4.2.0",
@@ -37,6 +37,6 @@
3737
"typechain": "^8.3.0"
3838
},
3939
"dependencies": {
40-
"@semaphore-protocol/contracts": "4.0.0-alpha.5"
40+
"@semaphore-protocol/contracts": "4.0.0-alpha.6"
4141
}
4242
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@next/font": "13.0.3",
13-
"@semaphore-protocol/core": "4.0.0-alpha.5",
14-
"@semaphore-protocol/data": "4.0.0-alpha.5",
13+
"@semaphore-protocol/core": "4.0.0-alpha.6",
14+
"@semaphore-protocol/data": "4.0.0-alpha.6",
1515
"@types/react": "18.0.25",
1616
"@types/react-dom": "18.0.8",
1717
"dotenv": "^16.0.3",

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/cli-template-monorepo-subgraph",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-alpha.6",
44
"description": "Semaphore Hardhat + Next.js + SemaphoreSubgraph template.",
55
"license": "Unlicense",
66
"files": [
@@ -39,5 +39,6 @@
3939
"prettier": "^2.5.1",
4040
"ts-node": "^10.8.1",
4141
"typescript": "^4.7.3"
42-
}
42+
},
43+
"stableVersion": "4.0.0-alpha.5"
4344
}

packages/cli/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@semaphore-protocol/cli",
33
"type": "module",
4-
"version": "4.0.0-alpha.5",
4+
"version": "4.0.0-alpha.6",
55
"description": "A command line tool to set up your Semaphore project and get group data.",
66
"license": "MIT",
77
"bin": {
@@ -40,7 +40,7 @@
4040
"rollup-plugin-typescript2": "^0.36.0"
4141
},
4242
"dependencies": {
43-
"@semaphore-protocol/data": "4.0.0-alpha.5",
43+
"@semaphore-protocol/data": "4.0.0-alpha.6",
4444
"axios": "^1.3.2",
4545
"boxen": "^7.0.1",
4646
"chalk": "^5.1.2",
@@ -52,5 +52,6 @@
5252
"ora": "^6.1.2",
5353
"pacote": "^15.1.1",
5454
"semver": "^7.3.8"
55-
}
55+
},
56+
"stableVersion": "4.0.0-alpha.5"
5657
}

packages/contracts/contracts/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/contracts",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-alpha.6",
44
"description": "Semaphore contracts to manage groups and broadcast anonymous signals.",
55
"license": "MIT",
66
"files": [
@@ -31,5 +31,6 @@
3131
},
3232
"dependencies": {
3333
"@zk-kit/imt.sol": "2.0.0-beta.5"
34-
}
34+
},
35+
"stableVersion": "4.0.0-alpha.5"
3536
}

0 commit comments

Comments
 (0)